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