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 | OnBrowseClick (wxCommandEvent &event) |
wxEVT_COMMAND_BUTTON_CLICKED event handler for ID_BROWSE | |
WizardPage (wxWizard *parent) | |
WizardPage () | |
Constructors. | |
~WizardPage () | |
Destructor. | |
Static Public Member Functions | |
static bool | ShowToolTips () |
Should we show tooltips? | |
Public Attributes | |
wxTextCtrl * | m_browseText |
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 } |
WizardPage class declaration
Definition at line 132 of file QuickView.h.
anonymous enum [private] |
Definition at line 178 of file QuickView.h.
WizardPage::WizardPage | ( | ) |
Constructors.
Definition at line 210 of file QuickView.cpp.
WizardPage::WizardPage | ( | wxWizard * | parent | ) |
Definition at line 215 of file QuickView.cpp.
WizardPage::~WizardPage | ( | ) |
Destructor.
Definition at line 244 of file QuickView.cpp.
bool WizardPage::Create | ( | wxWizard * | parent | ) |
Creation.
Definition at line 226 of file QuickView.cpp.
void WizardPage::CreateControls | ( | ) |
Creates the controls and sizers.
Definition at line 267 of file QuickView.cpp.
wxBitmap WizardPage::GetBitmapResource | ( | const wxString & | name | ) |
Retrieves bitmap resources.
Definition at line 445 of file QuickView.cpp.
wxIcon WizardPage::GetIconResource | ( | const wxString & | name | ) |
Retrieves icon resources.
Definition at line 458 of file QuickView.cpp.
void WizardPage::Init | ( | ) |
Initialises member variables.
Definition at line 255 of file QuickView.cpp.
void WizardPage::OnBrowseClick | ( | wxCommandEvent & | event | ) |
wxEVT_COMMAND_BUTTON_CLICKED event handler for ID_BROWSE
Definition at line 696 of file QuickView.cpp.
bool WizardPage::ShowToolTips | ( | ) | [static] |
Should we show tooltips?
Definition at line 436 of file QuickView.cpp.
Definition at line 175 of file QuickView.h.