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
@@ -69,6 +69,7 @@ class QFileInfo;
class QHBox;
class OFileView;
class OLister;
+class OFileSelectorMain;
//
/* the mimetypes one name and a list of mimetypes */
@@ -342,6 +343,8 @@ class OFileSelector : public QWidget {
int filter();
int sorting();
QPixmap pixmap( const QString& );
+ /* our tool bar */
+ QWidget* toolBar();
signals:
void fileSelected( const DocLnk & );
@@ -369,6 +372,9 @@ class OFileSelector : public QWidget {
private:
+ OFileSelectorMain* m_mainView;
+ OLister* m_lister;
+ OFileView* m_fileView;
FileSelector* m_select;
int m_mode, m_selector;
QComboBox *m_location,
@@ -390,10 +396,9 @@ 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;
@@ -402,7 +407,6 @@ class OFileSelector : public QWidget {
QHBox *m_boxName;
QHBox *m_boxView;
- QPopupMenu *m_custom;
QLineEdit *m_edit;
QLabel *m_fnLabel;
@@ -420,6 +424,7 @@ class OFileSelector : public QWidget {
bool m_dir : 1;
bool m_files : 1;
bool m_showPopup : 1;
+ bool m_showHidden : 1;
void initVars();
@@ -427,7 +432,6 @@ class OFileSelector : public QWidget {
void initializeName();
void initializeYes();
void initializeChooser();
- void initializeListView();
void initializePerm();
void initPics();
bool compliesMime(const QString &path,
@@ -438,6 +442,11 @@ class OFileSelector : public QWidget {
*/
void updateMimeCheck();
+ void initializeOldSelector();
+ void initLister();
+ void initToolbar();
+ void initLocations();
+ void initializeView() {}; // FIXME
/**
* Returns the current mimetype
*/