NIREP
|
#include <QuickView.h>
Public Member Functions | |
bool | Create (wxWizard *parent) |
Creation. | |
void | CreateControls () |
Creates the controls and sizers. | |
wxBitmap | GetBitmapResource (const wxString &name) |
Retrieves bitmap resources. | |
wxIcon | GetIconResource (const wxString &name) |
Retrieves icon resources. | |
void | Init () |
Initialises member variables. | |
void | OnCollapsiblepane4PaneChanged (wxCollapsiblePaneEvent &event) |
wxEVT_COMMAND_COLLPANE_CHANGED event handler for ID_COLLAPSIBLEPANE4 | |
WizardPage2 (wxWizard *parent) | |
WizardPage2 () | |
Constructors. | |
~WizardPage2 () | |
Destructor. | |
Static Public Member Functions | |
static bool | ShowToolTips () |
Should we show tooltips? | |
Private Types | |
enum | { ID_QUICKVIEW = 10000, ID_WIZARDPAGE, ID_LISTBOX1, ID_GRID1, ID_TEXTCTRL19, ID_BROWSE, ID_COLLAPSIBLEPANE2, ID_COMBOBOX2, ID_COMBOBOX3, ID_TEXTCTRL11, ID_TEXTCTRL13, ID_COMBOBOX4, ID_COLLAPSIBLEPANE, ID_SCROLLEDWINDOW3, ID_TEXTCTRL16, ID_TEXTCTRL17, ID_TEXTCTRL18, ID_TEXTCTRL, ID_TEXTCTRL1, ID_BUTTON3, ID_BUTTON4, ID_WIZARDPAGE2, ID_TEXTCTRL14, ID_TEXTCTRL15, ID_GRID2, ID_GRID4, ID_BUTTON15, ID_BUTTON16, ID_COLLAPSIBLEPANE4, ID_LISTBOX3, ID_GRID5, ID_BUTTON17, ID_BUTTON18 } |
WizardPage2 class declaration
Definition at line 219 of file QuickView.h.
anonymous enum [private] |
Definition at line 265 of file QuickView.h.
WizardPage2::WizardPage2 | ( | ) |
Constructors.
Definition at line 493 of file QuickView.cpp.
WizardPage2::WizardPage2 | ( | wxWizard * | parent | ) |
Definition at line 498 of file QuickView.cpp.
WizardPage2::~WizardPage2 | ( | ) |
Destructor.
Definition at line 527 of file QuickView.cpp.
bool WizardPage2::Create | ( | wxWizard * | parent | ) |
Creation.
Definition at line 509 of file QuickView.cpp.
void WizardPage2::CreateControls | ( | ) |
Creates the controls and sizers.
Definition at line 549 of file QuickView.cpp.
wxBitmap WizardPage2::GetBitmapResource | ( | const wxString & | name | ) |
Retrieves bitmap resources.
Definition at line 656 of file QuickView.cpp.
wxIcon WizardPage2::GetIconResource | ( | const wxString & | name | ) |
Retrieves icon resources.
Definition at line 669 of file QuickView.cpp.
void WizardPage2::Init | ( | ) |
Initialises member variables.
Definition at line 538 of file QuickView.cpp.
void WizardPage2::OnCollapsiblepane4PaneChanged | ( | wxCollapsiblePaneEvent & | event | ) |
wxEVT_COMMAND_COLLPANE_CHANGED event handler for ID_COLLAPSIBLEPANE4
Definition at line 683 of file QuickView.cpp.
bool WizardPage2::ShowToolTips | ( | ) | [static] |
Should we show tooltips?
Definition at line 647 of file QuickView.cpp.