QtiPlot 0.9.8.2
|
#include <OpenProjectDialog.h>
Public Types | |
enum | OpenMode { NewProject, NewFolder } |
Public Member Functions | |
OpenMode | openMode () const |
OpenProjectDialog (QWidget *parent=0, bool extended=true, Qt::WFlags flags=0) | |
Protected Slots | |
void | closeEvent (QCloseEvent *) |
void | updateAdvancedOptions (const QString &filter) |
Update which options are visible and enabled based on the output format. | |
Private Attributes | |
QComboBox * | d_open_mode |
OpenProjectDialog::OpenProjectDialog | ( | QWidget * | parent = 0 , |
bool | extended = true , |
||
Qt::WFlags | flags = 0 |
||
) |
void OpenProjectDialog::closeEvent | ( | QCloseEvent * | e | ) | [protected, slot] |
OpenMode OpenProjectDialog::openMode | ( | ) | const [inline] |
References d_open_mode.
Referenced by ApplicationWindow::open().
void OpenProjectDialog::updateAdvancedOptions | ( | const QString & | filter | ) | [protected, slot] |
Update which options are visible and enabled based on the output format.
References ExtensibleFileDialog::d_extension_toggle.
Referenced by OpenProjectDialog().
QComboBox* OpenProjectDialog::d_open_mode [private] |
Referenced by openMode(), and OpenProjectDialog().