|
C++ main module for gpm Package
1.0
|
this class describes a window to display environment More...
#include <GPMG_GraphStateWindow.h>


Public Member Functions | |
| virtual void | toDoAfterThisSetting () |
| method called after this setting More... | |
| void | setProject (SP::GPMG_Project project) |
| set the graph 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_GraphStateWindow | New () |
| create a visualization window More... | |
Protected Member Functions | |
| GPMG_GraphStateWindow () | |
| build a GPMG_GraphStateWindow More... | |
| virtual | ~GPMG_GraphStateWindow (void) |
| destroy a GPMG_GraphStateWindow More... | |
this class describes a window to display environment
|
protected |
|
protectedvirtual |
destroy a GPMG_GraphStateWindow
|
virtual |
|
virtual |
how to load the object from a Meta Model class
|
inlinestatic |
create a visualization window
References GPMG_GraphStateWindow().
Referenced by GPMG_ClassFactory::NewInstance(), and GPMG_MainWindow::showGraphStateWindow().


|
virtual |
how to save the object from a mate model class
|
inline |
set the graph
References GPMG_Project::EDGE_ENVIRONMENT, GPMG_Project::NODE_ENVIRONMENT, and GPMG_Project::PORT_ENVIRONMENT.
Referenced by GPMG_MainWindow::showAllWindows(), and GPMG_MainWindow::showGraphStateWindow().

|
inlinevirtual |
method called after this setting
1.8.8