Code::Blocks  SVN r11506
Public Member Functions | Public Attributes | Static Public Attributes | List of all members
InfoPanel Class Reference

#include <infopanel.h>

Inheritance diagram for InfoPanel:
Collaboration diagram for InfoPanel:

Public Member Functions

 InfoPanel (wxWindow *parent, wxWindowID id=-1)
 
virtual ~InfoPanel ()
 
void SetIntroText (const wxString &intro_msg)
 

Public Attributes

wxCheckBoxchkSkip
 
wxStaticTextlblIntro
 
wxBoxSizerBoxSizer1
 

Static Public Attributes

static const long ID_STATICTEXT1 = wxNewId()
 
static const long ID_CHECKBOX1 = wxNewId()
 

Detailed Description

Definition at line 19 of file infopanel.h.

Constructor & Destructor Documentation

◆ InfoPanel()

InfoPanel::InfoPanel ( wxWindow parent,
wxWindowID  id = -1 
)

◆ ~InfoPanel()

InfoPanel::~InfoPanel ( )
virtual

Definition at line 47 of file infopanel.cpp.

Member Function Documentation

◆ SetIntroText()

void InfoPanel::SetIntroText ( const wxString intro_msg)
inline

Definition at line 31 of file infopanel.h.

References lblIntro.

Referenced by WizInfoPanel::WizInfoPanel().

Member Data Documentation

◆ BoxSizer1

wxBoxSizer* InfoPanel::BoxSizer1

Definition at line 46 of file infopanel.h.

◆ chkSkip

wxCheckBox* InfoPanel::chkSkip

Definition at line 44 of file infopanel.h.

Referenced by WizInfoPanel::OnPageChanging().

◆ ID_CHECKBOX1

const long InfoPanel::ID_CHECKBOX1 = wxNewId()
static

Definition at line 28 of file infopanel.h.

◆ ID_STATICTEXT1

const long InfoPanel::ID_STATICTEXT1 = wxNewId()
static

Definition at line 27 of file infopanel.h.

◆ lblIntro

wxStaticText* InfoPanel::lblIntro

Definition at line 45 of file infopanel.h.

Referenced by SetIntroText().


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