Hugintrunk
0.1
|
Dialog for about window. More...
#include <AboutDialog.h>
Public Member Functions | |
AboutDialog (wxWindow *parent) | |
Constructor, read from xrc ressource. More... | |
Private Member Functions | |
void | GetSystemInformation (wxFont *font) |
retrieves the system information More... | |
void | OnChangedTab (wxNotebookEvent &e) |
event handler for changing tab More... | |
void | SetMode (int newMode) |
function to switch the logo image based on selected tab More... | |
void | SetLogo (wxString newLogoFile) |
function to set the log image More... | |
Private Attributes | |
int | m_mode |
wxString | m_logo_file |
wxNotebook * | m_about_notebook |
wxStaticBitmap * | m_logoImgCtrl |
wxBitmap | m_logo |
Dialog for about window.
make a bit more action possible in the window
Definition at line 40 of file AboutDialog.h.
|
explicit |
Constructor, read from xrc ressource.
Definition at line 57 of file AboutDialog.cpp.
References DEBUG_INFO, DEBUG_TRACE, huginApp::Get(), hugin_utils::GetHuginVersion(), huginApp::GetLocale(), and huginApp::GetXRCPath().
|
private |
retrieves the system information
Definition at line 140 of file AboutDialog.cpp.
References huginApp::Get(), GetDataPath(), HuginBase::LensDB::LensDB::GetDBFilename(), hugin_utils::GetHuginVersion(), HuginBase::LensDB::LensDB::GetSingleton(), and celeste::info().
|
private |
event handler for changing tab
Definition at line 225 of file AboutDialog.cpp.
References SetMode().
|
private |
function to set the log image
Definition at line 261 of file AboutDialog.cpp.
References huginApp::Get(), huginApp::GetXRCPath(), m_logo, m_logo_file, and m_logoImgCtrl.
Referenced by SetMode().
|
private |
function to switch the logo image based on selected tab
Definition at line 231 of file AboutDialog.cpp.
References m_mode, and SetLogo().
Referenced by OnChangedTab().
|
private |
Definition at line 50 of file AboutDialog.h.
|
private |
Definition at line 52 of file AboutDialog.h.
Referenced by SetLogo().
|
private |
Definition at line 49 of file AboutDialog.h.
Referenced by SetLogo().
|
private |
Definition at line 51 of file AboutDialog.h.
Referenced by SetLogo().
|
private |
Definition at line 48 of file AboutDialog.h.
Referenced by SetMode().