![]() |
MechSys
1.0
Computing library for simulations in continuum and discrete mechanics
|
#include <wxdict.h>
Public Member Functions | |
WxDictTable () | |
int | GetNumberRows () |
int | GetNumberCols () |
wxString | GetValue (int row, int col) |
void | SetValue (int row, int col, wxString const &Str) |
bool | IsEmptyCell (int row, int col) |
wxString | GetColLabelValue (int col) |
wxString | GetRowLabelValue (int row) |
void | operator= (Dict const &R) |
Assignment operator. | |
void | DeleteCols (wxArrayInt const &ColsToDelete) |
void | DeleteRows (wxArrayInt const &RowsToDelete) |
Public Attributes | |
SDPair const * | Val2Name |
Maps 'name' value to description of subkey 'name'. | |
bool | Transposed |
Show keys along lines instead columns. |
GUI::WxDictTable::WxDictTable | ( | ) | [inline] |
void GUI::WxDictTable::DeleteCols | ( | wxArrayInt const & | ColsToDelete | ) | [inline] |
void GUI::WxDictTable::DeleteRows | ( | wxArrayInt const & | RowsToDelete | ) | [inline] |
wxString GUI::WxDictTable::GetColLabelValue | ( | int | col | ) | [inline] |
int GUI::WxDictTable::GetNumberCols | ( | ) | [inline] |
int GUI::WxDictTable::GetNumberRows | ( | ) | [inline] |
wxString GUI::WxDictTable::GetRowLabelValue | ( | int | row | ) | [inline] |
wxString GUI::WxDictTable::GetValue | ( | int | row, |
int | col | ||
) | [inline] |
bool GUI::WxDictTable::IsEmptyCell | ( | int | row, |
int | col | ||
) | [inline] |
void GUI::WxDictTable::operator= | ( | Dict const & | R | ) | [inline] |
Assignment operator.
Reimplemented from Dict.
void GUI::WxDictTable::SetValue | ( | int | row, |
int | col, | ||
wxString const & | Str | ||
) | [inline] |
Show keys along lines instead columns.
SDPair const* GUI::WxDictTable::Val2Name |
Maps 'name' value to description of subkey 'name'.