C++ main module for gpm Package
1.0
|
this class describes a window to display a variable More...
#include <GPMG_VariablePanel.h>
Public Member Functions | |
virtual void | toDoAfterThisSetting () |
method called after this setting More... | |
void | setVariable (const tString &varName, SP::GPM_Variable var) |
set the graph More... | |
SP::GPM_Variable | getVariable (tString &name) const |
get the urrent variable More... | |
virtual void | loadFromUIClass (const UI_Class &mclass) |
how to load the object from a Meta Model class More... | |
virtual void | saveToUIClass (UI_Class &mclass) const |
how to save the object from a mate model class More... | |
virtual void | componentClicked (GUI_ActionComponent &compo) |
method called when a component are clicked on More... | |
virtual void | enableComponents (const tBoolean &isWritten) |
enable the components More... | |
virtual void | updateValues () |
update the components values put the values of model object to gui components More... | |
Static Public Member Functions | |
static SP::GPMG_VariablePanel | New () |
create a visualization window More... | |
Protected Member Functions | |
GPMG_VariablePanel () | |
build a GPMG_VariablePanel More... | |
virtual | ~GPMG_VariablePanel (void) |
destroy a GPMG_VariablePanel More... | |
this class describes a window to display a variable
|
protected |
|
protectedvirtual |
destroy a GPMG_VariablePanel
|
virtual |
method called when a component are clicked on
References GPM_Variable::BOOLEAN, GPM_Variable::INTEGER, null, CORE_Integer::parseInt(), GPM_Variable::REAL, GPM_Variable::STRING, tFlag, tString, and GPM_Variable::UNDEFINED.
|
virtual |
enable the components
References null.
Referenced by updateValues().
|
inline |
get the urrent variable
|
virtual |
how to load the object from a Meta Model class
|
inlinestatic |
create a visualization window
References GPMG_VariablePanel().
|
virtual |
how to save the object from a mate model class
|
inline |
|
inlinevirtual |
method called after this setting
|
virtual |
update the components values put the values of model object to gui components
References GPM_Variable::BOOLEAN, enableComponents(), GPM_Variable::INTEGER, null, GPM_Variable::REAL, GPM_Variable::STRING, tFlag, CORE_Integer::toString(), and GPM_Variable::UNDEFINED.
Referenced by setVariable().