62 QPushButton *p_filterButton;
63 QLineEdit *p_filterLine;
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
bool eventFilter(QObject *o, QEvent *e)
This event filter is installed on the parent of this window.
Definition: FileDialog.cpp:200
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
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 fileSelected(QString)
FileDialog(QString title, QStringList &filterList, QDir &directory, QWidget *parent=0)
Definition: FileDialog.cpp:14
void saveFilter()
This is where we actually set the user editable filters and remember them.
Definition: FileDialog.cpp:77
void cancel()
Called when user presses cancel.
Definition: FileDialog.cpp:140
Definition: BoxcarCachingAlgorithm.h:29
Namespace for ISIS/Bullet specific routines.
Definition: Apollo.h:31
void filterSelected(QString)
void readSettings()
This method is called from the constructor so that when the Main window is created, it know's it's size and location.
Definition: FileDialog.cpp:150