|
OpenStructure
|
#include <path_completer.hh>
Inherits OstCompleterBase.
Public Member Functions | |
| PathCompleter (QObject *parent=0) | |
| ~PathCompleter () | |
Public Member Functions inherited from OstCompleterBase | |
| OstCompleterBase (QObject *parent=0) | |
| ~OstCompleterBase () | |
| bool | eventFilter (QObject *obj, QEvent *event) |
Protected Attributes | |
| OstDirModel * | model_ |
Additional Inherited Members | |
Public Slots inherited from OstCompleterBase | |
| void | complete (const QRect &rect=QRect(), bool inline_completion=true) |
Signals inherited from OstCompleterBase | |
| void | recomplete (const QString &match) |
Protected Member Functions inherited from OstCompleterBase | |
| QString | GetCommonMatch () |
Definition at line 34 of file path_completer.hh.
| PathCompleter | ( | QObject * | parent = 0 | ) |
| ~PathCompleter | ( | ) |
|
protected |
Definition at line 41 of file path_completer.hh.