summaryrefslogtreecommitdiff
path: root/libopie/ofileselector/ofileselector.h
authorzecke <zecke>2002-09-20 17:28:20 (UTC)
committer zecke <zecke>2002-09-20 17:28:20 (UTC)
commit55dd11ddae09bfc4907399c473f0387c135fdae6 (patch) (side-by-side diff)
tree69d52e2f0e1030bbdcbf518f0a334ff4861500fa /libopie/ofileselector/ofileselector.h
parent40df2487c53a5ab484d33d619f5b6ed449c0b485 (diff)
downloadopie-55dd11ddae09bfc4907399c473f0387c135fdae6.zip
opie-55dd11ddae09bfc4907399c473f0387c135fdae6.tar.gz
opie-55dd11ddae09bfc4907399c473f0387c135fdae6.tar.bz2
OTodo know is the first implementation of OPimRecord
Diffstat (limited to 'libopie/ofileselector/ofileselector.h') (more/less context) (show whitespace changes)
-rw-r--r--libopie/ofileselector/ofileselector.h17
1 files changed, 13 insertions, 4 deletions
diff --git a/libopie/ofileselector/ofileselector.h b/libopie/ofileselector/ofileselector.h
index a7b363f..bf9a26b 100644
--- a/libopie/ofileselector/ofileselector.h
+++ b/libopie/ofileselector/ofileselector.h
@@ -71,2 +71,3 @@ class OFileView;
class OLister;
+class OFileSelectorMain;
//
@@ -344,2 +345,4 @@ class OFileSelector : public QWidget {
QPixmap pixmap( const QString& );
+ /* our tool bar */
+ QWidget* toolBar();
@@ -371,2 +374,5 @@ class OFileSelector : public QWidget {
+ OFileSelectorMain* m_mainView;
+ OLister* m_lister;
+ OFileView* m_fileView;
FileSelector* m_select;
@@ -392,6 +398,5 @@ class OFileSelector : public QWidget {
QString m_name;
- QMap<QString, QStringList> m_mimetypes;
+ QMap<QString, QStringList> m_mimetypes;
- QWidgetStack *m_stack;
QVBoxLayout *m_lay;
@@ -404,3 +409,2 @@ class OFileSelector : public QWidget {
- QPopupMenu *m_custom;
@@ -422,2 +426,3 @@ class OFileSelector : public QWidget {
bool m_showPopup : 1;
+ bool m_showHidden : 1;
@@ -429,3 +434,2 @@ class OFileSelector : public QWidget {
void initializeChooser();
- void initializeListView();
void initializePerm();
@@ -440,2 +444,7 @@ class OFileSelector : public QWidget {
+ void initializeOldSelector();
+ void initLister();
+ void initToolbar();
+ void initLocations();
+ void initializeView() {}; // FIXME
/**