virtual void saveToUIClass(UI_Class &mclass) const
how to save the object from a mate model class
Definition: GPMG_MainPanel.cpp:35
virtual ~GPMG_MainPanel(void)
destroy a GPMG_MainPanel
Definition: GPMG_MainPanel.cpp:19
static SP::GPMG_MainPanel New()
create a root panel
Definition: GPMG_MainPanel.h:48
virtual void componentClicked(GUI_ActionComponent &compo)
method called when a panel's component is clicked on
Definition: GPMG_MainPanel.cpp:48
virtual void updateValues()
method called for updating values of the panel
Definition: GPMG_MainPanel.cpp:41
this class describes the root panel of the main window
Definition: GPMG_MainPanel.h:13
GPMG_MainPanel()
build a GPMG_MainPanel
Definition: GPMG_MainPanel.cpp:15
DEFINE_SPTR(GPMG_MainPanel)
virtual void toDoAfterThisSetting()
Definition: GPMG_MainPanel.h:54
virtual void loadFromUIClass(const UI_Class &mclass)
how to load the object from a Meta Model class
Definition: GPMG_MainPanel.cpp:32