Path editor widget.

Public Member Functions | |
| Editor (QWidget *parent=0) | |
| Constructor. | |
| virtual | ~Editor () |
| Destructor. | |
| QString | path () const |
| Get currently selected path. | |
| void | setPath (const QString &) |
| Set path. | |
| Qtx::PathType | pathType () const |
| Get widget mode. | |
| void | setPathType (const Qtx::PathType) |
| Set widget mode. | |
| QString | pathFilter () const |
| Get currently used path filters. | |
| void | setPathFilter (const QString &) |
| Set path filters. | |
Protected Member Functions | |
| QLineEdit * | lineEdit () const |
| Get internal line edit widget. | |
| QtxPathListEdit.Editor.Editor | ( | QWidget * | parent = 0 | ) |
References QtxPathEdit.lineEdit().
| virtual QtxPathListEdit.Editor.~Editor | ( | ) | [virtual] |
| QString QtxPathEdit::path | ( | ) | const [inherited] |
References QtxPathEdit.myPath.
| void QtxPathEdit::setPath | ( | const QString & | txt | ) | [inherited] |
| Qtx::PathType QtxPathEdit::pathType | ( | ) | const [inherited] |
References QtxPathEdit.myType.
| void QtxPathEdit::setPathType | ( | const Qtx::PathType | type | ) | [inherited] |
| type | new widget mode (Qtx.PathType) |
References QtxPathEdit.myType, and QtxPathEdit.updateState().
| QString QtxPathEdit::pathFilter | ( | ) | const [inherited] |
| void QtxPathEdit::setPathFilter | ( | const QString & | f | ) | [inherited] |
| f | new file or directory path filters |
References QtxPathEdit.myFilter, and QtxPathEdit.updateState().
| QLineEdit * QtxPathEdit::lineEdit | ( | ) | const [protected, inherited] |
References QtxPathEdit.myPath.