#include <completer_base.hh>
Inherited by PathCompleter, and PythonCompleter.
Public Slots | |
| void | complete (const QRect &rect=QRect(), bool inline_completion=true) |
Signals | |
| void | recomplete (const QString &match) |
Public Member Functions | |
| OstCompleterBase (QObject *parent=0) | |
| ~OstCompleterBase () | |
| bool | eventFilter (QObject *obj, QEvent *event) |
Protected Member Functions | |
| QString | GetCommonMatch () |
Definition at line 31 of file completer_base.hh.
| OstCompleterBase | ( | QObject * | parent = 0 |
) |
| ~OstCompleterBase | ( | ) |
| void complete | ( | const QRect & | rect = QRect(), |
|
| bool | inline_completion = true | |||
| ) | [slot] |
| bool eventFilter | ( | QObject * | obj, | |
| QEvent * | event | |||
| ) |
| QString GetCommonMatch | ( | ) | [protected] |
| void recomplete | ( | const QString & | match | ) | [signal] |
1.5.8