NIREP
|
Public Member Functions | |
bool | Create (wxWindow *parent, wxWindowID id=SYMBOL_GETPANELFROMUSER_IDNAME, const wxString &caption=SYMBOL_GETPANELFROMUSER_TITLE, const wxPoint &pos=SYMBOL_GETPANELFROMUSER_POSITION, const wxSize &size=SYMBOL_GETPANELFROMUSER_SIZE, long style=SYMBOL_GETPANELFROMUSER_STYLE) |
void | CreateControls () |
Creates the controls and sizers. | |
wxBitmap | GetBitmapResource (const wxString &name) |
Retrieves bitmap resources. | |
wxIcon | GetIconResource (const wxString &name) |
Retrieves icon resources. | |
GetPanelFromUser (wxWindow *parent, int NumberOfRows, int NumberOfCols, wxWindowID id=SYMBOL_GETPANELFROMUSER_IDNAME, const wxString &caption=SYMBOL_GETPANELFROMUSER_TITLE, const wxPoint &pos=SYMBOL_GETPANELFROMUSER_POSITION, const wxSize &size=SYMBOL_GETPANELFROMUSER_SIZE, long style=SYMBOL_GETPANELFROMUSER_STYLE) | |
GetPanelFromUser () | |
Constructors. | |
void | Init () |
Initialises member variables. | |
void | OnCancelButtonClick (wxCommandEvent &event) |
wxEVT_COMMAND_BUTTON_CLICKED event handler for ID_CANCEL_BUTTON | |
void | OnOkButtonClick (wxCommandEvent &event) |
wxEVT_COMMAND_BUTTON_CLICKED event handler for ID_OK_BUTTON | |
~GetPanelFromUser () | |
Destructor. | |
Static Public Member Functions | |
static bool | ShowToolTips () |
Should we show tooltips? |
GetPanelFromUser class declaration
GetPanelFromUser::GetPanelFromUser | ( | ) |
Constructors.
GetPanelFromUser type definition
GetPanelFromUser event table definition
GetPanelFromUser constructors
GetPanelFromUser::GetPanelFromUser | ( | wxWindow * | parent, |
int | NumberOfRows, | ||
int | NumberOfCols, | ||
wxWindowID | id = SYMBOL_GETPANELFROMUSER_IDNAME , |
||
const wxString & | caption = SYMBOL_GETPANELFROMUSER_TITLE , |
||
const wxPoint & | pos = SYMBOL_GETPANELFROMUSER_POSITION , |
||
const wxSize & | size = SYMBOL_GETPANELFROMUSER_SIZE , |
||
long | style = SYMBOL_GETPANELFROMUSER_STYLE |
||
) |
GetPanelFromUser::~GetPanelFromUser | ( | ) |
Destructor.
GetPanelFromUser destructor
bool GetPanelFromUser::Create | ( | wxWindow * | parent, |
wxWindowID | id = SYMBOL_GETPANELFROMUSER_IDNAME , |
||
const wxString & | caption = SYMBOL_GETPANELFROMUSER_TITLE , |
||
const wxPoint & | pos = SYMBOL_GETPANELFROMUSER_POSITION , |
||
const wxSize & | size = SYMBOL_GETPANELFROMUSER_SIZE , |
||
long | style = SYMBOL_GETPANELFROMUSER_STYLE |
||
) |
GetPanelFromUser creator
void GetPanelFromUser::CreateControls | ( | ) |
Creates the controls and sizers.
Control creation for GetPanelFromUser
wxBitmap GetPanelFromUser::GetBitmapResource | ( | const wxString & | name | ) |
Retrieves bitmap resources.
Get bitmap resources
wxIcon GetPanelFromUser::GetIconResource | ( | const wxString & | name | ) |
Retrieves icon resources.
Get icon resources
void GetPanelFromUser::Init | ( | ) |
Initialises member variables.
Member initialisation
void GetPanelFromUser::OnCancelButtonClick | ( | wxCommandEvent & | event | ) |
wxEVT_COMMAND_BUTTON_CLICKED event handler for ID_CANCEL_BUTTON
void GetPanelFromUser::OnOkButtonClick | ( | wxCommandEvent & | event | ) |
wxEVT_COMMAND_BUTTON_CLICKED event handler for ID_OK_BUTTON
bool GetPanelFromUser::ShowToolTips | ( | ) | [static] |
Should we show tooltips?