#include <file_browser.hh>
Inherits ost::gui::Widget.
Public Member Functions | |
| FileBrowser (QWidget *parent=NULL) | |
| FileBrowser (const QString &path, QWidget *parent=NULL) | |
| virtual ActionList | GetActions () |
| virtual bool | Save (const QString &prefix) |
| virtual bool | Restore (const QString &prefix) |
Protected Member Functions | |
| virtual void | keyPressEvent (QKeyEvent *event) |
Definition at line 36 of file file_browser.hh.
| FileBrowser | ( | QWidget * | parent = NULL |
) |
| FileBrowser | ( | const QString & | path, | |
| QWidget * | parent = NULL | |||
| ) |
| virtual ActionList GetActions | ( | ) | [virtual] |
| virtual void keyPressEvent | ( | QKeyEvent * | event | ) | [protected, virtual] |
| virtual bool Restore | ( | const QString & | prefix | ) | [virtual] |
Implements Widget.
| virtual bool Save | ( | const QString & | prefix | ) | [virtual] |
Implements Widget.
1.5.8