#include <page.h>
List of all members.
Public Member Functions |
| bool | Create (wxWindow *parent, wxWindowID id=ID_PANEL1, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=wxSUNKEN_BORDER|wxTAB_TRAVERSAL) |
| | 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.
|
| | page (wxWindow *parent, wxWindowID id=ID_PANEL1, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=wxSUNKEN_BORDER|wxTAB_TRAVERSAL) |
| | page () |
| | Constructors.
|
| | ~page () |
| | Destructor.
|
Static Public Member Functions |
| static bool | ShowToolTips () |
| | Should we show tooltips?
|
Detailed Description
page class declaration
Definition at line 48 of file page.h.
Constructor & Destructor Documentation
Constructors.
page type definition
panel event table definition
page constructors
Definition at line 55 of file page.cpp.
| page::page |
( |
wxWindow * |
parent, |
|
|
wxWindowID |
id = ID_PANEL1, |
|
|
const wxPoint & |
pos = wxDefaultPosition, |
|
|
const wxSize & |
size = wxDefaultSize, |
|
|
long |
style = wxSUNKEN_BORDER|wxTAB_TRAVERSAL |
|
) |
| |
Destructor.
panel destructor
Definition at line 84 of file page.cpp.
Member Function Documentation
| bool page::Create |
( |
wxWindow * |
parent, |
|
|
wxWindowID |
id = ID_PANEL1, |
|
|
const wxPoint & |
pos = wxDefaultPosition, |
|
|
const wxSize & |
size = wxDefaultSize, |
|
|
long |
style = wxSUNKEN_BORDER|wxTAB_TRAVERSAL |
|
) |
| |
Creation.
page creator
Definition at line 71 of file page.cpp.
| void page::CreateControls |
( |
| ) |
|
Creates the controls and sizers.
Control creation for page
Definition at line 106 of file page.cpp.
| wxBitmap page::GetBitmapResource |
( |
const wxString & |
name | ) |
|
Retrieves bitmap resources.
Get bitmap resources
Definition at line 126 of file page.cpp.
| wxIcon page::GetIconResource |
( |
const wxString & |
name | ) |
|
Retrieves icon resources.
Get icon resources
Definition at line 139 of file page.cpp.
Initialises member variables.
Member initialisation
Definition at line 95 of file page.cpp.
| bool page::ShowToolTips |
( |
| ) |
[static] |
Should we show tooltips?
Definition at line 117 of file page.cpp.
The documentation for this class was generated from the following files:
- C:/Programs/source/NIREP/Interface/page.h
- C:/Programs/source/NIREP/Interface/page.cpp