C++ main module for gpm Package
1.0
|
this class describes a panel to display variable of an environment More...
#include <GPMG_EnvironmentPanel.h>
Public Member Functions | |
virtual void | toDoAfterThisSetting () |
method called after this setting More... | |
void | setEnvironment (map< tString, SP::GPM_Variable > &env) |
set the environment for global constants More... | |
void | setLabels (const tString &panelLabel, const tString &variablesLabel) |
set the label 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... | |
Static Public Member Functions | |
static SP::GPMG_EnvironmentPanel | New () |
create a visualization window More... | |
Protected Member Functions | |
GPMG_EnvironmentPanel () | |
build a GPMG_EnvironmentPanel More... | |
virtual | ~GPMG_EnvironmentPanel (void) |
destroy a GPMG_EnvironmentPanel More... | |
this class describes a panel to display variable of an environment
|
protected |
|
protectedvirtual |
destroy a GPMG_EnvironmentPanel
|
virtual |
method called when a component are clicked on
References GPM_Variable::copy(), CORE_Object::getSharedPointer(), GPM_Variable::New(), null, tFlag, and tString.
|
virtual |
how to load the object from a Meta Model class
|
inlinestatic |
create a visualization window
References GPMG_EnvironmentPanel().
|
virtual |
how to save the object from a mate model class
void GPMG_EnvironmentPanel::setEnvironment | ( | map< tString, SP::GPM_Variable > & | env | ) |
set the environment for global constants
References CORE_Object::getSharedPointer(), GPM_Variable::New(), and null.
|
inline |
set the label
|
inlinevirtual |
method called after this setting