MechSys  1.0
Computing library for simulations in continuum and discrete mechanics
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions | Public Attributes
GUI::WxArrayIntTable Class Reference

#include <wxarrayint.h>

Inheritance diagram for GUI::WxArrayIntTable:
Array< int >

List of all members.

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.

Constructor & Destructor Documentation


Member Function Documentation

void GUI::WxArrayIntTable::DeleteCols ( wxArrayInt const &  ColsToDelete) [inline]
void GUI::WxArrayIntTable::DeleteRows ( wxArrayInt const &  RowsToDelete) [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]

Member Data Documentation

Show values along lines instead columns.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines