#include <dlgInvalidFiles.hpp>
Public Member Functions | |
| void | createControls (const wxString &msg, const InvalidFilesContainer &files) |
| Creates and initializes the controls of the dialog. | |
| dlgInvalidFiles (wxWindow *parent, const wxString &title, const wxString &msg, const InvalidFilesContainer &files) | |
| Creates a new dialog. | |
| dlgInvalidFiles () | |
| Creates a new dialog. | |
| virtual | ~dlgInvalidFiles () |
| The class descructor. | |
Protected Types | |
| enum | { BTN_CLOSE = wxID_HIGHEST + 1 } |
| Controls IDs. More... | |
Protected Member Functions | |
| void | btnCloseClick (wxCommandEvent &event) |
| Processes button Close. | |
Definition at line 51 of file dlgInvalidFiles.hpp.
|
|
Controls IDs.
Definition at line 70 of file dlgInvalidFiles.hpp. |
|
|
Creates a new dialog.
Definition at line 65 of file dlgInvalidFiles.cpp. |
|
||||||||||||||||||||
|
Creates a new dialog.
Definition at line 80 of file dlgInvalidFiles.cpp. References createControls(). |
|
|
The class descructor.
Definition at line 189 of file dlgInvalidFiles.cpp. |
|
|
Processes button Close.
Definition at line 200 of file dlgInvalidFiles.cpp. References btnCloseClick(). Referenced by btnCloseClick(). |
|
||||||||||||
|
Creates and initializes the controls of the dialog.
Definition at line 127 of file dlgInvalidFiles.cpp. References CONTROL_SPACE, createControls(), and ListCompareFnct(). Referenced by createControls(), and dlgInvalidFiles(). |
1.3.7