List of all members.
Public Slots |
void | complete () |
| Forced completion trigger.
|
void | textEdited (QKeyEvent *e) |
| Standard completion entry point for QEditor.
|
Public Member Functions |
| QCodeCompletionEngine (QObject *p=0) |
virtual QCodeCompletionEngine * | clone ()=0 |
virtual QString | language () const =0 |
virtual QStringList | extensions () const =0 |
QAction * | triggerAction () const |
QEditor * | editor () const |
void | setEditor (QEditor *e) |
| Attach the completion engine instance to a new editor object.
|
QStringList | triggers () const |
void | addTrigger (const QString &s) |
void | removeTrigger (const QString &s) |
virtual void | setCodeModel (QCodeModel *m) |
virtual void | retranslate () |
Protected Member Functions |
virtual void | run () |
virtual bool | eventFilter (QObject *o, QEvent *e) |
virtual void | complete (QCodeStream *s, const QString &trigger) |
| Overloaded completion callback.
|
virtual void | complete (const QDocumentCursor &c, const QString &trigger) |
| Completion callback.
|
Member Function Documentation
void QCodeCompletionEngine::complete |
( |
QCodeStream * |
s, |
|
|
const QString & |
trigger |
|
) |
| |
|
protectedvirtual |
Overloaded completion callback.
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
void QCodeCompletionEngine::textEdited |
( |
QKeyEvent * |
k | ) |
|
|
slot |
QAction * QCodeCompletionEngine::triggerAction |
( |
| ) |
const |
The documentation for this class was generated from the following files: