57      QList<QComboBox *> p_comboBoxes;
 
   58      QList<QPushButton *> p_allPButtons;
 
   62      QPushButton *p_filterButton;
 
   63      QLineEdit *p_filterLine;
 
 
Class for browsing cubes.
Definition FileDialog.h:32
 
void writeSettings()
This method is called when the File Dialog is closed or hidden to write the size and location setting...
Definition FileDialog.cpp:171
 
void done()
Called when the user presses OK.
Definition FileDialog.cpp:122
 
FileDialog(QString title, QStringList &filterList, QDir &directory, QWidget *parent=0)
Definition FileDialog.cpp:14
 
bool eventFilter(QObject *o, QEvent *e)
This event filter is installed on the parent of this window.
Definition FileDialog.cpp:200
 
void saveFilter()
This is where we actually set the user editable filters and remember them.
Definition FileDialog.cpp:77
 
void fileSelected(QString)
 
void filterSelected(QString)
 
void readSettings()
This method is called from the constructor so that when the Main window is created,...
Definition FileDialog.cpp:150
 
void sendSignal()
This saves the directory that the user selected the file from so it can open to this directory next t...
Definition FileDialog.cpp:92
 
void cancel()
Called when user presses cancel.
Definition FileDialog.cpp:140
 
void closeEvent(QCloseEvent *event)
This method is overridden so that we can be sure to write the current settings of the Main window.
Definition FileDialog.cpp:112
 
This is free and unencumbered software released into the public domain.
Definition Apollo.h:16