![]() |
MechSys
1.0
Computing library for simulations in continuum and discrete mechanics
|
#include <wxsipair.h>
Public Member Functions | |
WxSIPairTable () | |
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) |
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::WxSIPairTable::WxSIPairTable | ( | ) | [inline] |
void GUI::WxSIPairTable::DeleteCols | ( | wxArrayInt const & | ColsToDelete | ) | [inline] |
void GUI::WxSIPairTable::DeleteRows | ( | wxArrayInt const & | RowsToDelete | ) | [inline] |
int GUI::WxSIPairTable::GetNumberCols | ( | ) | [inline] |
int GUI::WxSIPairTable::GetNumberRows | ( | ) | [inline] |
wxString GUI::WxSIPairTable::GetValue | ( | int | row, |
int | col | ||
) | [inline] |
bool GUI::WxSIPairTable::IsEmptyCell | ( | int | row, |
int | col | ||
) | [inline] |
void GUI::WxSIPairTable::SetValue | ( | int | row, |
int | col, | ||
wxString const & | Str | ||
) | [inline] |
Show keys along lines instead columns.
Maps 'name' value to description of subkey 'name'.