#include <datautils/stringtable.h>
Public Member Functions | |
| wxStringTablePanel () | |
| Constructors. | |
| wxStringTablePanel (wxWindow *parent, wxWindowID id=wxID_ANY, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=0) | |
| wxStringTablePanel (wxStringTable *table, wxWindow *parent, wxWindowID id=wxID_ANY, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=0) | |
| bool | Create (wxStringTable *table, wxWindow *parent, wxWindowID id=wxID_ANY, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=0) |
| Creation. | |
| ~wxStringTablePanel () | |
| Destructor. | |
| void | Init () |
| Initialises member variables. | |
| void | CreateControls () |
| Creates the controls and sizers. | |
| void | ShowTable () |
| Refresh table. | |
| void | RebuildTable (wxStringTable *table=NULL) |
| Rebuild and refresh table. | |
| wxStringTable * | GetTable () const |
| Get/set table. | |
| void | SetTable (wxStringTable *table) |
Protected Attributes | |
| wxStringTable * | m_table |
| wxStringTablePanel::wxStringTablePanel | ( | ) |
Constructors.
wxStringTablePanel type definition
wxStringTablePanel event table definition
wxStringTablePanel constructors
| wxStringTablePanel::wxStringTablePanel | ( | wxWindow * | parent, | |
| wxWindowID | id = wxID_ANY, |
|||
| const wxPoint & | pos = wxDefaultPosition, |
|||
| const wxSize & | size = wxDefaultSize, |
|||
| long | style = 0 | |||
| ) | [inline] |
| wxStringTablePanel::wxStringTablePanel | ( | wxStringTable * | table, | |
| wxWindow * | parent, | |||
| wxWindowID | id = wxID_ANY, |
|||
| const wxPoint & | pos = wxDefaultPosition, |
|||
| const wxSize & | size = wxDefaultSize, |
|||
| long | style = 0 | |||
| ) |
| wxStringTablePanel::~wxStringTablePanel | ( | ) |
Destructor.
wxStringTablePanel destructor
| bool wxStringTablePanel::Create | ( | wxStringTable * | table, | |
| wxWindow * | parent, | |||
| wxWindowID | id = wxID_ANY, |
|||
| const wxPoint & | pos = wxDefaultPosition, |
|||
| const wxSize & | size = wxDefaultSize, |
|||
| long | style = 0 | |||
| ) |
Creation.
wxStringTablePanel creator
| void wxStringTablePanel::CreateControls | ( | ) |
Creates the controls and sizers.
Control creation for wxStringTablePanel
| wxStringTable* wxStringTablePanel::GetTable | ( | ) | const [inline] |
Get/set table.
| void wxStringTablePanel::Init | ( | ) |
Initialises member variables.
Member initialisation
| void wxStringTablePanel::RebuildTable | ( | wxStringTable * | table = NULL |
) |
Rebuild and refresh table.
| void wxStringTablePanel::SetTable | ( | wxStringTable * | table | ) | [inline] |
| void wxStringTablePanel::ShowTable | ( | ) |
Refresh table.
wxStringTable* wxStringTablePanel::m_table [protected] |
1.5.8