![]() |
MechSys
1.0
Computing library for simulations in continuum and discrete mechanics
|
#include <wxarrayint.h>
Public Member Functions | |
WxArrayIntTable () | |
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) |
void | Set (Array< int > const &R) |
Public Attributes | |
bool | Transposed |
Show values along lines instead columns. |
GUI::WxArrayIntTable::WxArrayIntTable | ( | ) | [inline] |
void GUI::WxArrayIntTable::DeleteCols | ( | wxArrayInt const & | ColsToDelete | ) | [inline] |
void GUI::WxArrayIntTable::DeleteRows | ( | wxArrayInt const & | RowsToDelete | ) | [inline] |
int GUI::WxArrayIntTable::GetNumberCols | ( | ) | [inline] |
int GUI::WxArrayIntTable::GetNumberRows | ( | ) | [inline] |
wxString GUI::WxArrayIntTable::GetValue | ( | int | row, |
int | col | ||
) | [inline] |
bool GUI::WxArrayIntTable::IsEmptyCell | ( | int | row, |
int | col | ||
) | [inline] |
void GUI::WxArrayIntTable::Set | ( | Array< int > const & | R | ) | [inline] |
void GUI::WxArrayIntTable::SetValue | ( | int | row, |
int | col, | ||
wxString const & | Str | ||
) | [inline] |
Show values along lines instead columns.