SpeedCrunch
0.11
|
#include <editor.h>
Public Slots | |
void | doneCompletion () |
void | selectItem (const QString &) |
Signals | |
void | selectedCompletion (const QString &) |
Public Member Functions | |
EditorCompletion (Editor *) | |
~EditorCompletion () | |
bool | eventFilter (QObject *, QEvent *) |
void | showCompletion (const QStringList &) |
EditorCompletion::EditorCompletion | ( | Editor * | editor | ) |
void EditorCompletion::doneCompletion | ( | ) | [slot] |
bool EditorCompletion::eventFilter | ( | QObject * | object, |
QEvent * | event | ||
) |
void EditorCompletion::selectedCompletion | ( | const QString & | _t1 | ) | [signal] |
void EditorCompletion::selectItem | ( | const QString & | item | ) | [slot] |
void EditorCompletion::showCompletion | ( | const QStringList & | choices | ) |