#include <VisuGUI_FileDlg.h>

Public Member Functions | |
| VisuGUI_FileDlg (QWidget *parent, bool open, bool showQuickDir=true, bool modal=true) | |
| ~VisuGUI_FileDlg () | |
Static Public Member Functions | |
| static QString | getFileName (QWidget *parent, const QString &initial, const QStringList &filters, const QString &caption, bool open, bool showQuickDir=true, SUIT_FileValidator *validator=0) |
Static Public Attributes | |
| static bool | IsBuild = false |
Private Member Functions | |
| bool | IsChecked () |
| bool | processPath (const QString &path) |
Private Attributes | |
| QCheckBox * | myCBuildAll |
| VisuGUI_FileDlg::VisuGUI_FileDlg | ( | QWidget * | parent, |
| bool | open, | ||
| bool | showQuickDir = true, |
||
| bool | modal = true |
||
| ) |
Constructor
References VISU.GetResourceMgr(), and myCBuildAll.
| VisuGUI_FileDlg::~VisuGUI_FileDlg | ( | ) |
Destructor
| QString VisuGUI_FileDlg::getFileName | ( | QWidget * | parent, |
| const QString & | initial, | ||
| const QStringList & | filters, | ||
| const QString & | caption, | ||
| bool | open, | ||
| bool | showQuickDir = true, |
||
| SUIT_FileValidator * | validator = 0 |
||
| ) | [static] |
Returns the file name for Open/Save [ static ]
References IsBuild, IsChecked(), processPath(), and VisuGUI_FileDlg().
| bool VisuGUI_FileDlg::IsChecked | ( | ) | [private] |
References myCBuildAll.
| bool VisuGUI_FileDlg::processPath | ( | const QString & | path | ) | [private] |
Processes selection : tries to set given path or filename as selection
bool VisuGUI_FileDlg::IsBuild = false [static] |
QCheckBox* VisuGUI_FileDlg.myCBuildAll [private] |