#include <dlgAbout.hpp>
Public Member Functions | |
void | createControls () |
Creates and initializes the controls of the dialog. | |
dlgAbout (wxWindow *parent) | |
Creates a new dialog. | |
dlgAbout () | |
Creates a new dialog. | |
virtual | ~dlgAbout () |
The class descructor. |
Definition at line 46 of file dlgAbout.hpp.
|
Creates a new dialog.
Definition at line 63 of file dlgAbout.cpp. |
|
Creates a new dialog.
Definition at line 75 of file dlgAbout.cpp. References createControls(). |
|
The class descructor.
Definition at line 251 of file dlgAbout.cpp. |
|
Creates and initializes the controls of the dialog.
Definition at line 96 of file dlgAbout.cpp. References APP_AUTHOR, APP_DEV_DATES, APP_NAME, CONTROL_SPACE, getAppName(), getGPLLicenceText(), Languages::getLanguagesCount(), Languages::getLanguageShortName(), Languages::getLanguageTranslatorName(), and Languages::getLanguageTranslatorNameInLocale(). Referenced by dlgAbout(). |