[KLF Backend][KLF Tools][KLF Home]
KLatexFormula Project
Defines | Functions
src/klftools/klfsearchbar.cpp File Reference
#include <QDebug>
#include <QObject>
#include <QFrame>
#include <QLineEdit>
#include <QEvent>
#include <QKeyEvent>
#include <QShortcut>
#include <QKeySequence>
#include <QTime>
#include <klfguiutil.h>
#include <ui_klfsearchbar.h>
#include "klfsearchbar.h"
#include "klfsearchbar_p.h"
Include dependency graph for klfsearchbar.cpp:

Go to the source code of this file.

Defines

#define DECLARE_SEARCH_SHORTCUT(shortcut, parent, slotmember)

Functions

QDebugoperator<< (QDebug &str, const KLFPosSearchable::Pos &pos)

Define Documentation

#define DECLARE_SEARCH_SHORTCUT (   shortcut,
  parent,
  slotmember 
)
Value:
{ QShortcut *s = new QShortcut(parent); s->setKey(QKeySequence(shortcut)); \
    connect(s, SIGNAL(activated()), this, slotmember); }

Definition at line 466 of file klfsearchbar.cpp.

Referenced by KLFSearchBar::registerShortcuts().


Function Documentation

QDebug& operator<< ( QDebug str,
const KLFPosSearchable::Pos pos 
)

Definition at line 134 of file klfsearchbar.cpp.

References KLFPosSearchable::Pos::posdata, and QString::sprintf().


Generated by doxygen 1.7.6.1. The KLatexFormula website is hosted on sourceforge.net