#include <dlgMultiCheckConf.hpp>
Inheritance diagram for dlgMultiCheckConf:
Public Member Functions | |
dlgMultiCheckConf (wxWindow *parent) | |
Creates a new dialog. | |
dlgMultiCheckConf () | |
Creates a new dialog. | |
virtual wxString | getRootConfigKey () |
Gets the root configuration key for parameters of this dialog. | |
virtual | ~dlgMultiCheckConf () |
The class descructor. | |
Protected Member Functions | |
virtual wxFileDialogFilterMaker | getFiltersForAddFilesDialog () |
Returns a set of filters for the "Add files" dialog. | |
virtual wxString | getUIString (UIStrings id) |
Gets the string for the specified UI element. |
Definition at line 49 of file dlgMultiCheckConf.hpp.
|
Creates a new dialog.
Definition at line 56 of file dlgMultiCheckConf.cpp. |
|
Creates a new dialog.
Definition at line 67 of file dlgMultiCheckConf.cpp. |
|
The class descructor.
Definition at line 77 of file dlgMultiCheckConf.cpp. |
|
Returns a set of filters for the "Add files" dialog.
Implements dlgFilesSelector. Definition at line 137 of file dlgMultiCheckConf.cpp. References getFilterForKnownTypesOfChecksumsFiles(). |
|
Gets the root configuration key for parameters of this dialog.
The returned string must be ended the a '
Implements dlgFilesSelector. Definition at line 90 of file dlgMultiCheckConf.cpp. |
|
Gets the string for the specified UI element.
Implements dlgFilesSelector. Definition at line 104 of file dlgMultiCheckConf.cpp. References getUIString(). Referenced by getUIString(). |