1 #ifndef GPMG_MovieThread_H
2 #define GPMG_MovieThread_H
5 #include "GUI_Thread.h"
29 WP::GPMG_MovieGraphDrawPanel mPanel;
53 static inline SP::GPMG_MovieThread
New() {
55 GPMG_MovieThread::Delete());
64 inline void setPanel(SP::GPMG_MovieGraphDrawPanel panel) {
virtual ~GPMG_MovieThread(void)
destroy the parent node
Definition: GPMG_MovieThread.cpp:11
virtual void threadHasBeenSuspended(const int &i)
methods called when the thread has been suspended
Definition: GPMG_MovieThread.cpp:24
this class describes a thread for movie generation
Definition: GPMG_MovieThread.h:17
void setPanel(SP::GPMG_MovieGraphDrawPanel panel)
set the panel
Definition: GPMG_MovieThread.h:64
DEFINE_SPTR(GPMG_MovieGraphDrawPanel)
virtual void threadHasFinished()
methods called when the thread has finished
Definition: GPMG_MovieThread.cpp:15
int getAction() const
get code of movie thread
Definition: GPMG_MovieThread.h:77
void setAction(const int &code)
set action of movie thread
Definition: GPMG_MovieThread.h:69
static SP::GPMG_MovieThread New()
create a GPMG_MovieThread shared pointer
Definition: GPMG_MovieThread.h:53
this class describes a Graph Draw Panel.
Definition: GPMG_MovieGraphDrawPanel.h:17
GPMG_MovieThread()
create a parent menu
Definition: GPMG_MovieThread.cpp:5