Public Member Functions | |
dlgBatchCreationConfOptions (wxWindow *parent, const dlgBatchCreation::Options &options) | |
Creates a new dialog. | |
dlgBatchCreationConfOptions () | |
Creates a new dialog. | |
dlgBatchCreation::Options | getOptions () const |
Gets the options modified by the user. | |
virtual | ~dlgBatchCreationConfOptions () |
The class descructor. | |
Protected Member Functions | |
void | createControls () |
Creates and initializes the controls of the dialog. | |
Protected Attributes | |
bool | ovrCkFileWhenItExists |
If true , when a checksums' file already exists it is overwritten. | |
bool | replaceExtension |
If true the name of the checksums' file will be made by replacing the extension of the source file with the extension of the type of the checksums' file. | |
int | verbosity |
Report's Verbosity. |
Definition at line 63 of file dlgBatchCreateConf.cpp.
|
Creates a new dialog.
Definition at line 67 of file dlgBatchCreateConf.cpp. References createControls(). |
|
Creates a new dialog.
Definition at line 112 of file dlgBatchCreateConf.cpp. References createControls(), ovrCkFileWhenItExists, replaceExtension, and verbosity. |
|
The class descructor.
Definition at line 222 of file dlgBatchCreateConf.cpp. |
|
Creates and initializes the controls of the dialog.
Definition at line 134 of file dlgBatchCreateConf.cpp. References CONTROL_SPACE, ovrCkFileWhenItExists, replaceExtension, and verbosity. Referenced by dlgBatchCreationConfOptions(). |
|
Gets the options modified by the user.
Definition at line 233 of file dlgBatchCreateConf.cpp. References ovrCkFileWhenItExists, replaceExtension, and verbosity. Referenced by dlgBatchCreationConf::btnOptionsClick(). |
|
If Otherwise the creation of the checksums' file is skipped. Definition at line 84 of file dlgBatchCreateConf.cpp. Referenced by createControls(), dlgBatchCreationConfOptions(), and getOptions(). |
|
If Otherwise, the name of the checksums' file will be made by adding the extension of the type of checksums' file to the name of the source file. Definition at line 92 of file dlgBatchCreateConf.cpp. Referenced by createControls(), dlgBatchCreationConfOptions(), and getOptions(). |
|
Report's Verbosity.
Definition at line 79 of file dlgBatchCreateConf.cpp. Referenced by createControls(), dlgBatchCreationConfOptions(), and getOptions(). |