C++ main module for gpm Package  1.0
Public Member Functions | Static Public Member Functions | Protected Member Functions | List of all members
GPMG_MainPanel Class Reference

this class describes the root panel of the main window More...

#include <GPMG_MainPanel.h>

Inheritance diagram for GPMG_MainPanel:
Inheritance graph
[legend]
Collaboration diagram for GPMG_MainPanel:
Collaboration graph
[legend]

Public Member Functions

virtual void toDoAfterThisSetting ()
 
virtual void updateValues ()
 method called for updating values of the panel More...
 
virtual void componentClicked (GUI_ActionComponent &compo)
 method called when a panel's component is clicked on 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...
 

Static Public Member Functions

static SP::GPMG_MainPanel New ()
 create a root panel More...
 

Protected Member Functions

 GPMG_MainPanel ()
 build a GPMG_MainPanel More...
 
virtual ~GPMG_MainPanel (void)
 destroy a GPMG_MainPanel More...
 

Detailed Description

this class describes the root panel of the main window

Constructor & Destructor Documentation

GPMG_MainPanel::GPMG_MainPanel ( )
protected

build a GPMG_MainPanel

Referenced by New().

Here is the caller graph for this function:

GPMG_MainPanel::~GPMG_MainPanel ( void  )
protectedvirtual

destroy a GPMG_MainPanel

Member Function Documentation

void GPMG_MainPanel::componentClicked ( GUI_ActionComponent &  compo)
virtual

method called when a panel's component is clicked on

void GPMG_MainPanel::loadFromUIClass ( const UI_Class &  mclass)
virtual

how to load the object from a Meta Model class

static SP::GPMG_MainPanel GPMG_MainPanel::New ( )
inlinestatic

create a root panel

References GPMG_MainPanel().

Here is the call graph for this function:

void GPMG_MainPanel::saveToUIClass ( UI_Class &  mclass) const
virtual

how to save the object from a mate model class

virtual void GPMG_MainPanel::toDoAfterThisSetting ( )
inlinevirtual
void GPMG_MainPanel::updateValues ( )
virtual

method called for updating values of the panel


The documentation for this class was generated from the following files: