#include <python_completer.hh>
Inherits ost::gui::OstCompleterBase.
Public Slots | |
| void | SetCompletionPrefix (const QString &prefix) |
Public Member Functions | |
| PythonCompleter (QObject *parent=0) | |
| ~PythonCompleter () | |
| virtual QStringList | splitPath (const QString &path) const |
| virtual QString | pathFromIndex (const QModelIndex &index) const |
Protected Attributes | |
| PythonNamespaceTreeModel * | model_ |
Definition at line 34 of file python_completer.hh.
| PythonCompleter | ( | QObject * | parent = 0 |
) |
| ~PythonCompleter | ( | ) |
| virtual QString pathFromIndex | ( | const QModelIndex & | index | ) | const [virtual] |
| void SetCompletionPrefix | ( | const QString & | prefix | ) | [slot] |
| virtual QStringList splitPath | ( | const QString & | path | ) | const [virtual] |
PythonNamespaceTreeModel* model_ [protected] |
Definition at line 45 of file python_completer.hh.
1.5.8