summaryrefslogtreecommitdiff
path: root/libopie/ofileselector/ofileselector.h
Side-by-side diff
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
@@ -70,4 +70,5 @@ class QHBox;
class OFileView;
class OLister;
+class OFileSelectorMain;
//
@@ -343,4 +344,6 @@ class OFileSelector : public QWidget {
int sorting();
QPixmap pixmap( const QString& );
+ /* our tool bar */
+ QWidget* toolBar();
signals:
@@ -370,4 +373,7 @@ class OFileSelector : public QWidget {
private:
+ OFileSelectorMain* m_mainView;
+ OLister* m_lister;
+ OFileView* m_fileView;
FileSelector* m_select;
int m_mode, m_selector;
@@ -391,8 +397,7 @@ class OFileSelector : public QWidget {
QString m_currentDir;
QString m_name;
- QMap<QString, QStringList> m_mimetypes;
+ QMap<QString, QStringList> m_mimetypes;
- QWidgetStack *m_stack;
QVBoxLayout *m_lay;
QGridLayout *m_Oselector;
@@ -403,5 +408,4 @@ class OFileSelector : public QWidget {
QHBox *m_boxView;
- QPopupMenu *m_custom;
QLineEdit *m_edit;
@@ -421,4 +425,5 @@ class OFileSelector : public QWidget {
bool m_files : 1;
bool m_showPopup : 1;
+ bool m_showHidden : 1;
void initVars();
@@ -428,5 +433,4 @@ class OFileSelector : public QWidget {
void initializeYes();
void initializeChooser();
- void initializeListView();
void initializePerm();
void initPics();
@@ -439,4 +443,9 @@ class OFileSelector : public QWidget {
void updateMimeCheck();
+ void initializeOldSelector();
+ void initLister();
+ void initToolbar();
+ void initLocations();
+ void initializeView() {}; // FIXME
/**
* Returns the current mimetype