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

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

#include <GPMG_FunctionWindow.h>

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

Public Member Functions

virtual void toDoAfterThisSetting ()
 method called after this setting More...
 
void setCaller (SP::GPMG_FunctionWindowCaller caller)
 set the caller More...
 
void setFunctions (SVC::GPM_CompositorFunction fs)
 
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_FunctionWindow New ()
 create a visualization window More...
 

Protected Member Functions

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

Detailed Description

this class describes a window to display function

Constructor & Destructor Documentation

GPMG_FunctionWindow::GPMG_FunctionWindow ( )
protected

build a GPMG_FunctionWindow

Referenced by New().

Here is the caller graph for this function:

GPMG_FunctionWindow::~GPMG_FunctionWindow ( void  )
protectedvirtual

Member Function Documentation

void GPMG_FunctionWindow::componentClicked ( GUI_ActionComponent &  compo)
virtual
void GPMG_FunctionWindow::loadFromUIClass ( const UI_Class &  mclass)
virtual

how to load the object from a Meta Model class

static SP::GPMG_FunctionWindow GPMG_FunctionWindow::New ( )
inlinestatic

create a visualization window

References GPMG_FunctionWindow().

Referenced by GPMG_ClassFactory::NewInstance().

Here is the call graph for this function:

Here is the caller graph for this function:

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

how to save the object from a mate model class

void GPMG_FunctionWindow::setCaller ( SP::GPMG_FunctionWindowCaller  caller)
inline

set the caller

void GPMG_FunctionWindow::setFunctions ( SVC::GPM_CompositorFunction  fs)

brief set the function

References GPM_CompositorFunction::NewInstance(), and null.

Here is the call graph for this function:

virtual void GPMG_FunctionWindow::toDoAfterThisSetting ( )
inlinevirtual

method called after this setting


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