NIREP

GetPanelFromUser Class Reference

Inheritance diagram for GetPanelFromUser:
Collaboration diagram for GetPanelFromUser:

List of all members.

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?

Detailed Description

GetPanelFromUser class declaration


Constructor & Destructor Documentation

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


Member Function Documentation

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 
)
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?

 All Classes Functions Variables Typedefs Enumerations Enumerator