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::WxArrayInt Class Reference

#include <wxarrayint.h>

List of all members.

Public Member Functions

 WxArrayInt (wxWindow *Parent, WxArrayIntTable *tab=NULL)
void ReBuild (bool ReadControls=true)
 Rebuild grid.
void OnReBuild (wxCommandEvent &Event)
void OnAdd (wxCommandEvent &Event)
void OnDel (wxCommandEvent &Event)

Public Attributes

WxArrayIntTableTab
 The table.
wxGrid * Grd
 The grid.
bool FitCol
 Fit data to columns.
bool Transp
 Tranposed.

Constructor & Destructor Documentation

GUI::WxArrayInt::WxArrayInt ( wxWindow *  Parent,
WxArrayIntTable tab = NULL 
)

Member Function Documentation

void GUI::WxArrayInt::OnAdd ( wxCommandEvent &  Event) [inline]
void GUI::WxArrayInt::OnDel ( wxCommandEvent &  Event) [inline]
void GUI::WxArrayInt::OnReBuild ( wxCommandEvent &  Event) [inline]
void GUI::WxArrayInt::ReBuild ( bool  ReadControls = true)

Rebuild grid.


Member Data Documentation

Fit data to columns.

The grid.

The table.

Tranposed.


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