|
static QString | getLastVisitedDirectory () |
| Get last visited directory. More...
|
|
static QString | getFileName (QWidget *, const QString &, const QStringList &, const QString &=QString(), const bool=true, const bool=true, SUIT_FileValidator *=0) |
| Show dialog box for the file opening/saving. More...
|
|
static QString | getFileName (QWidget *, const QString &, const QString &, const QString &=QString(), const bool=true, const bool=true, SUIT_FileValidator *=0) |
| Show dialog box for the file opening/saving.This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts. This method can be used to select the file for opening or saving. The behavior is defined by the open parameter. Note, that selection validation depends on the dialog mode used. More...
|
|
static QStringList | getOpenFileNames (QWidget *, const QString &, const QStringList &, const QString &=QString(), const bool=true, SUIT_FileValidator *=0) |
| Show dialog box for the multiple files selection. More...
|
|
static QStringList | getOpenFileNames (QWidget *, const QString &, const QString &, const QString &=QString(), const bool=true, SUIT_FileValidator *=0) |
| Show dialog box for the multiple file opening.This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts. If initial parameter is not null string it is used as starting directory or file at which dialog box is opened. More...
|
|
static QString | getExistingDirectory (QWidget *, const QString &, const QString &=QString(), const bool=true, SUIT_FileValidator *=0) |
| Show dialog box for the existing directory selection. More...
|
|
static QString | getLastVisitedPath () |
| Get last visited path. More...
|
|
void | accept () |
| Called when the user presses "Open"or "Save" button. More...
|
|
void | quickDir (const QString &) |
| Called when user selects directory from the "Quick Dir" combo box. More...
|
|
void | addQuickDir () |
| Called when user presses "Quick Dir Add" button. More...
|
|
virtual bool | event (QEvent *) |
| Customize events processing. More...
|
|
QLineEdit * | lineEdit () const |
| Get line edit which is used to enter file name. More...
|
|
virtual bool | acceptData () |
| Validate user selection. More...
|
|
QString | addExtension (const QString &) const |
| Add an extension to the specified file name. More...
|
|
bool | processPath (const QString &) |
| Processes selection : tries to set specified sirectory or filename as current file dialog selection. More...
|
|
void | addFilter (const QString &) |
| Add file filter and activates it. More...
|
|
static bool | hasWildCards (const QString &) |
| Check if the string contains wildcard symbols. More...
|
|
Private class used in Dump Study operation. Consists 2 check boxes: "Publish in study" and "Save GUI parameters"