#include <AboutDialog.h>
Public Member Functions | |
| AboutDialog (wxWindow *parent) | |
| Constructor, read from xrc ressource. | |
Private Member Functions | |
| void | GetSystemInformation (wxFont *font) |
| retrieves the system informations | |
| void | OnChangedTab (wxNotebookEvent &e) |
| event handler for changing tab | |
| void | SetMode (int newMode) |
| function to switch the logo image based on selected tab | |
| void | SetLogo (wxString newLogoFile) |
| function to set the log image | |
Private Attributes | |
| int | m_mode |
| wxString | m_logo_file |
| wxNotebook * | m_about_notebook |
| wxStaticBitmap * | m_logoImgCtrl |
| wxBitmap | m_logo |
make a bit more action possible in the window
Definition at line 40 of file AboutDialog.h.
|
|
Constructor, read from xrc ressource.
|
|
|
retrieves the system informations
Definition at line 123 of file AboutDialog.cpp. References HuginBase::LensDB::LensDB::GetMainDBPath(), HuginBase::LensDB::LensDB::GetSingleton(), and HuginBase::LensDB::LensDB::GetUserDBPath(). |
|
|
event handler for changing tab
Definition at line 199 of file AboutDialog.cpp. References SetMode(). |
|
|
function to set the log image
Definition at line 235 of file AboutDialog.cpp. References m_logo, m_logo_file, and m_logoImgCtrl. Referenced by SetMode(). |
|
|
function to switch the logo image based on selected tab
Definition at line 205 of file AboutDialog.cpp. References m_mode, and SetLogo(). Referenced by OnChangedTab(). |
|
|
Definition at line 50 of file AboutDialog.h. |
|
|
Definition at line 52 of file AboutDialog.h. Referenced by SetLogo(). |
|
|
Definition at line 49 of file AboutDialog.h. Referenced by SetLogo(). |
|
|
Definition at line 51 of file AboutDialog.h. Referenced by SetLogo(). |
|
|
Definition at line 48 of file AboutDialog.h. Referenced by SetMode(). |
1.3.9.1