OFileView Class Reference
A OFileView is a specialised View for the OFileSelector With a View you can chage the user visible representation of a OFileLister OFileView is just a basic interface which helps you to write new views. More...
#include <ofileview.h>
Signals | |
| void | fileSelected (const QString &) |
| void | fileSelected (const DocLnk &) |
| void | contextMenu () |
| void | changedDir (const QString &) |
| void | changedDir (const QDir &) |
Public Member Functions | |
| OFileView (QWidget *widget, const char *name) | |
| virtual void | addFile (const QString &mine, QFileInfo *info, bool isSymlink=FALSE)=0 |
| virtual void | addDir (const QString &mine, QFileInfo *info, bool isSymlink=FALSE)=0 |
| virtual void | addSymlink (const QString &mime, QFileInfo *info, bool isSymlink=FALSE)=0 |
| virtual void | cd (const QString &path)=0 |
Detailed Description
A OFileView is a specialised View for the OFileSelector With a View you can chage the user visible representation of a OFileLister OFileView is just a basic interface which helps you to write new views.
Definition at line 47 of file ofileview.h.
The documentation for this class was generated from the following file:
