summaryrefslogtreecommitdiff
path: root/libopie/ofileselector/ofileselector.h
Unidiff
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;
70class OFileView; 70class OFileView;
71class OLister; 71class OLister;
72class OFileSelectorMain;
72// 73//
73 74
@@ -343,4 +344,6 @@ class OFileSelector : public QWidget {
343 int sorting(); 344 int sorting();
344 QPixmap pixmap( const QString& ); 345 QPixmap pixmap( const QString& );
346 /* our tool bar */
347 QWidget* toolBar();
345 348
346 signals: 349 signals:
@@ -370,4 +373,7 @@ class OFileSelector : public QWidget {
370 private: 373 private:
371 374
375 OFileSelectorMain* m_mainView;
376 OLister* m_lister;
377 OFileView* m_fileView;
372 FileSelector* m_select; 378 FileSelector* m_select;
373 int m_mode, m_selector; 379 int m_mode, m_selector;
@@ -391,8 +397,7 @@ class OFileSelector : public QWidget {
391 QString m_currentDir; 397 QString m_currentDir;
392 QString m_name; 398 QString m_name;
393 QMap<QString, QStringList> m_mimetypes;
394 399
400 QMap<QString, QStringList> m_mimetypes;
395 401
396 QWidgetStack *m_stack;
397 QVBoxLayout *m_lay; 402 QVBoxLayout *m_lay;
398 QGridLayout *m_Oselector; 403 QGridLayout *m_Oselector;
@@ -403,5 +408,4 @@ class OFileSelector : public QWidget {
403 QHBox *m_boxView; 408 QHBox *m_boxView;
404 409
405 QPopupMenu *m_custom;
406 410
407 QLineEdit *m_edit; 411 QLineEdit *m_edit;
@@ -421,4 +425,5 @@ class OFileSelector : public QWidget {
421 bool m_files : 1; 425 bool m_files : 1;
422 bool m_showPopup : 1; 426 bool m_showPopup : 1;
427 bool m_showHidden : 1;
423 428
424 void initVars(); 429 void initVars();
@@ -428,5 +433,4 @@ class OFileSelector : public QWidget {
428 void initializeYes(); 433 void initializeYes();
429 void initializeChooser(); 434 void initializeChooser();
430 void initializeListView();
431 void initializePerm(); 435 void initializePerm();
432 void initPics(); 436 void initPics();
@@ -439,4 +443,9 @@ class OFileSelector : public QWidget {
439 void updateMimeCheck(); 443 void updateMimeCheck();
440 444
445 void initializeOldSelector();
446 void initLister();
447 void initToolbar();
448 void initLocations();
449 void initializeView() {}; // FIXME
441 /** 450 /**
442 * Returns the current mimetype 451 * Returns the current mimetype