C++ main module for gpm Package
1.0
|
this class describes a window to display function More...
#include <GPMG_FunctionWindow.h>
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... | |
this class describes a window to display function
|
protected |
|
protectedvirtual |
destroy a GPMG_FunctionWindow
|
virtual |
method called when a component are clicked on
References GPM_CompositorFunction::addParameter(), GPMG_Project::getClassFactory(), GPM_CompositorFunction::moveDownParameter(), GPM_CompositorFunction::moveUpParameter(), GPM_ModelClassFactory::newFunction(), null, GPM_Variable::REAL, GPM_CompositorFunction::removeParameter(), GPM_CompositorFunction::setReturnType(), GPM_Variable::STRING, tBoolean, tFlag, and tString.
|
virtual |
how to load the object from a Meta Model class
|
inlinestatic |
create a visualization window
References GPMG_FunctionWindow().
Referenced by GPMG_ClassFactory::NewInstance().
|
virtual |
how to save the object from a mate model class
|
inline |
set the caller
void GPMG_FunctionWindow::setFunctions | ( | SVC::GPM_CompositorFunction | fs | ) |
brief set the function
References GPM_CompositorFunction::NewInstance(), and null.
|
inlinevirtual |
method called after this setting