|
NumeRe v1.1.4
NumeRe: Framework für Numerische Rechnungen
|
#include <AboutChameleonDialog.h>
Public Member Functions | |
| AboutChameleonDialog () | |
| Constructors. More... | |
| AboutChameleonDialog (wxWindow *parent, wxWindowID id=SYMBOL_ABOUTCHAMELEONDIALOG_IDNAME, const wxString &caption=SYMBOL_ABOUTCHAMELEONDIALOG_TITLE, const wxPoint &pos=SYMBOL_ABOUTCHAMELEONDIALOG_POSITION, const wxSize &size=SYMBOL_ABOUTCHAMELEONDIALOG_SIZE, long style=SYMBOL_ABOUTCHAMELEONDIALOG_STYLE) | |
| bool | Create (wxWindow *parent, wxWindowID id=SYMBOL_ABOUTCHAMELEONDIALOG_IDNAME, const wxString &caption=SYMBOL_ABOUTCHAMELEONDIALOG_TITLE, const wxPoint &pos=SYMBOL_ABOUTCHAMELEONDIALOG_POSITION, const wxSize &size=SYMBOL_ABOUTCHAMELEONDIALOG_SIZE, long style=SYMBOL_ABOUTCHAMELEONDIALOG_STYLE) |
| Creation. More... | |
| void | CreateControls () |
| Creates the controls and sizers. More... | |
| void | OnButtonOKClick (wxCommandEvent &event) |
| wxEVT_COMMAND_BUTTON_CLICKED event handler for ID_BUTTONOK More... | |
| wxBitmap | GetBitmapResource (const wxString &name) |
| Retrieves bitmap resources. More... | |
| wxIcon | GetIconResource (const wxString &name) |
| Retrieves icon resources. More... | |
Static Public Member Functions | |
| static bool | ShowToolTips () |
| Should we show tooltips? More... | |
Public Attributes | |
| wxBoxSizer * | m_sizerProgram |
| wxStaticText * | m_lblVersion |
AboutChameleonDialog class declaration
Definition at line 68 of file AboutChameleonDialog.h.
| AboutChameleonDialog::AboutChameleonDialog | ( | ) |
Constructors.
AboutChameleonDialog constructors
Definition at line 85 of file AboutChameleonDialog.cpp.
| AboutChameleonDialog::AboutChameleonDialog | ( | wxWindow * | parent, |
| wxWindowID | id = SYMBOL_ABOUTCHAMELEONDIALOG_IDNAME, |
||
| const wxString & | caption = SYMBOL_ABOUTCHAMELEONDIALOG_TITLE, |
||
| const wxPoint & | pos = SYMBOL_ABOUTCHAMELEONDIALOG_POSITION, |
||
| const wxSize & | size = SYMBOL_ABOUTCHAMELEONDIALOG_SIZE, |
||
| long | style = SYMBOL_ABOUTCHAMELEONDIALOG_STYLE |
||
| ) |
Definition at line 89 of file AboutChameleonDialog.cpp.
References Create().
| bool AboutChameleonDialog::Create | ( | wxWindow * | parent, |
| wxWindowID | id = SYMBOL_ABOUTCHAMELEONDIALOG_IDNAME, |
||
| const wxString & | caption = SYMBOL_ABOUTCHAMELEONDIALOG_TITLE, |
||
| const wxPoint & | pos = SYMBOL_ABOUTCHAMELEONDIALOG_POSITION, |
||
| const wxSize & | size = SYMBOL_ABOUTCHAMELEONDIALOG_SIZE, |
||
| long | style = SYMBOL_ABOUTCHAMELEONDIALOG_STYLE |
||
| ) |
Creation.
AboutChameleonDialog creator
Definition at line 98 of file AboutChameleonDialog.cpp.
References CreateControls(), m_lblVersion, m_sizerProgram, sVersion, and TRUE.
Referenced by AboutChameleonDialog().
| void AboutChameleonDialog::CreateControls | ( | ) |
Creates the controls and sizers.
Control creation for AboutChameleonDialog
Definition at line 126 of file AboutChameleonDialog.cpp.
References _guilang, _T, Language::get(), GetBitmapResource(), ID_BUTTONOK, ID_CREDITSPANEL, ID_NOTEBOOK, ID_PROGPANEL, ID_STATSPANEL, ID_TEAMPANEL, m_lblVersion, m_sizerProgram, and AutoVersion::YEAR.
Referenced by Create().
| wxBitmap AboutChameleonDialog::GetBitmapResource | ( | const wxString & | name | ) |
Retrieves bitmap resources.
Get bitmap resources
Definition at line 273 of file AboutChameleonDialog.cpp.
Referenced by CreateControls().
| wxIcon AboutChameleonDialog::GetIconResource | ( | const wxString & | name | ) |
Retrieves icon resources.
Get icon resources
Definition at line 297 of file AboutChameleonDialog.cpp.
References name.
| void AboutChameleonDialog::OnButtonOKClick | ( | wxCommandEvent & | event | ) |
wxEVT_COMMAND_BUTTON_CLICKED event handler for ID_BUTTONOK
wxEVT_COMMAND_BUTTON_CLICKED event handler for ID_BUTTONOK
Definition at line 260 of file AboutChameleonDialog.cpp.
|
static |
Should we show tooltips?
Should we show tooltips?
Definition at line 252 of file AboutChameleonDialog.cpp.
References TRUE.
| wxStaticText* AboutChameleonDialog::m_lblVersion |
Definition at line 105 of file AboutChameleonDialog.h.
Referenced by Create(), and CreateControls().
| wxBoxSizer* AboutChameleonDialog::m_sizerProgram |
Definition at line 104 of file AboutChameleonDialog.h.
Referenced by Create(), and CreateControls().