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

this class describes a window to display run More...

#include <GPMG_RunWindow.h>

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

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...
 

Detailed Description

this class describes a window to display run

Constructor & Destructor Documentation

GPMG_RunWindow::GPMG_RunWindow ( )
protected

build a GPMG_RunWindow

Referenced by New().

Here is the caller graph for this function:

GPMG_RunWindow::~GPMG_RunWindow ( void  )
protectedvirtual

destroy a GPMG_RunWindow

Member Function Documentation

void GPMG_RunWindow::componentClicked ( GUI_ActionComponent &  compo)
virtual

method called when a component are clicked on

References null, CORE_Integer::parseInt(), tFlag, and tString.

Here is the call graph for this function:

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

how to load the object from a Meta Model class

static SP::GPMG_RunWindow GPMG_RunWindow::New ( )
inlinestatic

create a visualization window

References GPMG_RunWindow().

Referenced by GPMG_ClassFactory::NewInstance(), and GPMG_MainWindow::showRunWindow().

Here is the call graph for this function:

Here is the caller graph for this function:

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

how to save the object from a mate model class

void GPMG_RunWindow::setProject ( SP::GPMG_Project  project)
inline

set the graph

References updateValues().

Referenced by GPMG_MainWindow::showAllWindows(), and GPMG_MainWindow::showRunWindow().

Here is the call graph for this function:

Here is the caller graph for this function:

virtual void GPMG_RunWindow::toDoAfterThisSetting ( )
inlinevirtual

method called after this setting

void GPMG_RunWindow::updateValues ( )
virtual

update the values set the gui components with respect to the project class attributes

References null.

Referenced by setProject().

Here is the caller graph for this function:


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