summaryrefslogtreecommitdiff
path: root/libopie/ofileselector.h
authorzecke <zecke>2002-03-27 23:29:41 (UTC)
committer zecke <zecke>2002-03-27 23:29:41 (UTC)
commitf78e31382d4e4076a4fb2017c22574859e7afdb3 (patch) (side-by-side diff)
tree595c50f9398cb9555ead7670eb74a8523c540efc /libopie/ofileselector.h
parent071d9e5431473189a41841701e25dd03b08ab2b6 (diff)
downloadopie-f78e31382d4e4076a4fb2017c22574859e7afdb3.zip
opie-f78e31382d4e4076a4fb2017c22574859e7afdb3.tar.gz
opie-f78e31382d4e4076a4fb2017c22574859e7afdb3.tar.bz2
updates
Diffstat (limited to 'libopie/ofileselector.h') (more/less context) (ignore whitespace changes)
-rw-r--r--libopie/ofileselector.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/libopie/ofileselector.h b/libopie/ofileselector.h
index 3f53fa9..757a960 100644
--- a/libopie/ofileselector.h
+++ b/libopie/ofileselector.h
@@ -86,3 +86,4 @@ class OFileSelector : public QWidget {
enum Mode {OPEN=1, SAVE, FILESELECTOR };
- enum Selector{NORMAL=1, EXTENDED };
+ enum Selector{NORMAL=1, EXTENDED = 2, EXTENDED_ALL =4 };
+ enum View { DIRS = 1, FILES = 2, TREE = 4, ICON = 8 };
OFileSelector(QWidget *wid, int mode, int selector, const QString &dirName, const QString &fileName = QString::null, const QStringList mimetypes = QStringList() );
@@ -125,4 +126,6 @@ class OFileSelector : public QWidget {
void slotViewCheck(const QString & );
+ void slotMimeCheck(const QString & );
protected:
void init();
+ void updateMimes();
int m_mode, m_selector;
@@ -156,2 +159,3 @@ class OFileSelector : public QWidget {
bool m_boCheckPerm:1;
+ bool m_autoMime:1;