C++ main module for gpm Package
1.0
|
this class describes a window to display run More...
#include <GPMG_RunWindow.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 | updateValues () |
update the values set the gui components with respect to the project class attributes More... | |
virtual void | componentClicked (GUI_ActionComponent &compo) |
method called when a component are clicked on More... | |
Static Public Member Functions | |
static SP::GPMG_RunWindow | New () |
create a visualization window More... | |
Protected Member Functions | |
GPMG_RunWindow () | |
build a GPMG_RunWindow More... | |
virtual | ~GPMG_RunWindow (void) |
destroy a GPMG_RunWindow More... | |
this class describes a window to display run
|
protected |
|
protectedvirtual |
destroy a GPMG_RunWindow
|
virtual |
method called when a component are clicked on
References null, CORE_Integer::parseInt(), tFlag, and tString.
|
virtual |
how to load the object from a Meta Model class
|
inlinestatic |
create a visualization window
References GPMG_RunWindow().
Referenced by GPMG_ClassFactory::NewInstance(), and GPMG_MainWindow::showRunWindow().
|
virtual |
how to save the object from a mate model class
|
inline |
set the graph
References updateValues().
Referenced by GPMG_MainWindow::showAllWindows(), and GPMG_MainWindow::showRunWindow().
|
inlinevirtual |
method called after this setting
|
virtual |
update the values set the gui components with respect to the project class attributes
References null.
Referenced by setProject().