![]() |
MechSys
1.0
Computing library for simulations in continuum and discrete mechanics
|
#include <wxsipair.h>
Public Member Functions | |
WxSIPair (wxWindow *Parent, WxSIPairTable *tab=NULL) | |
void | ReBuild (bool ReadControls=true) |
Rebuild grid. | |
void | OnReBuild (wxCommandEvent &Event) |
void | OnAdd (wxCommandEvent &Event) |
void | OnDel (wxCommandEvent &Event) |
Public Attributes | |
WxSIPairTable * | Tab |
The table. | |
wxGrid * | Grd |
The grid. | |
bool | FitCol |
Fit data to columns. | |
bool | Transp |
Tranposed. |
GUI::WxSIPair::WxSIPair | ( | wxWindow * | Parent, |
WxSIPairTable * | tab = NULL |
||
) |
void GUI::WxSIPair::OnAdd | ( | wxCommandEvent & | Event | ) | [inline] |
void GUI::WxSIPair::OnDel | ( | wxCommandEvent & | Event | ) | [inline] |
void GUI::WxSIPair::OnReBuild | ( | wxCommandEvent & | Event | ) | [inline] |
void GUI::WxSIPair::ReBuild | ( | bool | ReadControls = true | ) |
Rebuild grid.
Fit data to columns.
wxGrid* GUI::WxSIPair::Grd |
The grid.
The table.
Tranposed.