Version: 9.12.0
DumpStudyFileDlg Class Reference
Inheritance diagram for DumpStudyFileDlg:
Inheritance graph

Public Member Functions

 DumpStudyFileDlg (QWidget *parent)
 
- Public Member Functions inherited from SUIT_FileDlg
 SUIT_FileDlg (QWidget *, bool, bool=true, bool=true)
 Constructor. More...
 
virtual ~SUIT_FileDlg ()
 Destructor. More...
 
bool isOpenDlg () const
 Check if the dialog box is used for opening or saving the file. More...
 
bool checkPermissions () const
 Get 'check file permissions' flag. More...
 
void setCheckPermissions (const bool)
 Set 'check file permissions' flag. More...
 
SUIT_FileValidatorvalidator () const
 Get file validator. More...
 
void setValidator (SUIT_FileValidator *)
 Set file validator. More...
 
bool addWidgets (QWidget *, QWidget *, QWidget *)
 Adds the specified widgets to the bottom of the file dialog. More...
 
QStringList selectedFiles () const
 Get list of selected files. More...
 
QString selectedFile () const
 Get selected file. More...
 
void selectFile (const QString &)
 Selects current file. More...
 

Public Attributes

QCheckBox * myPublishChk
 
QCheckBox * myMultiFileChk
 
QCheckBox * mySaveGUIChk
 

Additional Inherited Members

- Static Public Member Functions inherited from SUIT_FileDlg
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...
 
- Protected Slots inherited from SUIT_FileDlg
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...
 
- Protected Member Functions inherited from SUIT_FileDlg
virtual bool event (QEvent *)
 Customize events processing. More...
 
QLineEditlineEdit () 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 Protected Member Functions inherited from SUIT_FileDlg
static bool hasWildCards (const QString &)
 Check if the string contains wildcard symbols. More...
 

Detailed Description

Private class used in Dump Study operation. Consists 2 check boxes: "Publish in study" and "Save GUI parameters"

Constructor & Destructor Documentation

◆ DumpStudyFileDlg()

DumpStudyFileDlg::DumpStudyFileDlg ( QWidget parent)
inline

Member Data Documentation

◆ myMultiFileChk

QCheckBox* DumpStudyFileDlg::myMultiFileChk

◆ myPublishChk

QCheckBox* DumpStudyFileDlg::myPublishChk

◆ mySaveGUIChk

QCheckBox* DumpStudyFileDlg::mySaveGUIChk

The documentation for this class was generated from the following file: