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

#include <wxsipair.h>

List of all members.

Public Member Functions

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

Public Attributes

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

Constructor & Destructor Documentation

GUI::WxSIPair::WxSIPair ( wxWindow *  Parent,
WxSIPairTable tab = NULL 
)

Member Function Documentation

void GUI::WxSIPair::OnAdd ( wxCommandEvent &  Event) [inline]
void GUI::WxSIPair::OnDel ( wxCommandEvent &  Event) [inline]
void GUI::WxSIPair::OnReBuild ( wxCommandEvent &  Event) [inline]
void GUI::WxSIPair::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