1 #ifndef GPMG_MovieGraphPanel_H
2 #define GPMG_MovieGraphPanel_H
21 static const tFlag SHOW_NODES;
22 static const tFlag SHOW_PORTS;
23 static const tFlag SHOW_EDGES;
24 static const tFlag DELAY;
52 static inline SP::GPMG_MovieGraphPanel
New() {
54 GPMG_MovieGraphPanel::Delete());
virtual void initComponents()
init the componnets
Definition: GPMG_MovieGraphPanel.cpp:25
virtual ~GPMG_MovieGraphPanel(void)
destroy a GPMG_MovieGraphPanel
Definition: GPMG_MovieGraphPanel.cpp:21
virtual void toDoAfterThisSetting()
method called after this setting
Definition: GPMG_MovieGraphPanel.h:60
this class describes the root panel of the graph window
Definition: GPMG_GraphPanel.h:17
virtual void saveToUIClass(UI_Class &mclass) const
how to save the object from a mate model class
Definition: GPMG_MovieGraphPanel.cpp:80
GPMG_MovieGraphPanel()
build a GPMG_MovieGraphPanel
Definition: GPMG_MovieGraphPanel.cpp:17
virtual void toDoAfterThisSetting()
Definition: GPMG_GraphPanel.h:60
virtual SP::GPMG_DrawPanel NewGraphDrawPanel() const
create the graph draw panel
Definition: GPMG_MovieGraphPanel.h:68
this class describes the root panel of the rule graph window
Definition: GPMG_MovieGraphPanel.h:15
virtual void updateValues()
method called for updating values of the panel
Definition: GPMG_MovieGraphPanel.cpp:46
virtual void componentClicked(GUI_ActionComponent &compo)
method called when a panel's component is clicked on
Definition: GPMG_MovieGraphPanel.cpp:54
DEFINE_SPTR(GPMG_MovieGraphPanel)
static SP::GPMG_MovieGraphPanel New()
create a root panel
Definition: GPMG_MovieGraphPanel.h:52
virtual void loadFromUIClass(const UI_Class &mclass)
how to load the object from a Meta Model class
Definition: GPMG_MovieGraphPanel.cpp:70
static SP::GPMG_MovieGraphDrawPanel New()
create a 2D plotter panel
Definition: GPMG_MovieGraphDrawPanel.h:72
#define tFlag
Definition: types.h:14