NumeRe v1.1.4
NumeRe: Framework für Numerische Rechnungen
AboutChameleonDialog Class Reference

#include <AboutChameleonDialog.h>

Inheritance diagram for AboutChameleonDialog:
Collaboration diagram for AboutChameleonDialog:

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
 

Detailed Description

AboutChameleonDialog class declaration

Definition at line 68 of file AboutChameleonDialog.h.

Constructor & Destructor Documentation

◆ AboutChameleonDialog() [1/2]

AboutChameleonDialog::AboutChameleonDialog ( )

Constructors.

AboutChameleonDialog constructors

Definition at line 85 of file AboutChameleonDialog.cpp.

◆ AboutChameleonDialog() [2/2]

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().

Here is the call graph for this function:

Member Function Documentation

◆ 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().

Here is the call graph for this function:

◆ CreateControls()

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().

Here is the call graph for this function:

◆ GetBitmapResource()

wxBitmap AboutChameleonDialog::GetBitmapResource ( const wxString &  name)

Retrieves bitmap resources.

Get bitmap resources

Definition at line 273 of file AboutChameleonDialog.cpp.

References _T, and name.

Referenced by CreateControls().

◆ GetIconResource()

wxIcon AboutChameleonDialog::GetIconResource ( const wxString &  name)

Retrieves icon resources.

Get icon resources

Definition at line 297 of file AboutChameleonDialog.cpp.

References name.

◆ OnButtonOKClick()

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.

◆ ShowToolTips()

bool AboutChameleonDialog::ShowToolTips ( )
static

Should we show tooltips?

Should we show tooltips?

Definition at line 252 of file AboutChameleonDialog.cpp.

References TRUE.

Member Data Documentation

◆ m_lblVersion

wxStaticText* AboutChameleonDialog::m_lblVersion

Definition at line 105 of file AboutChameleonDialog.h.

Referenced by Create(), and CreateControls().

◆ m_sizerProgram

wxBoxSizer* AboutChameleonDialog::m_sizerProgram

Definition at line 104 of file AboutChameleonDialog.h.

Referenced by Create(), and CreateControls().


The documentation for this class was generated from the following files: