C++ main module for gpm Package
1.0
|
this class describes a thread for movie generation More...
#include <GPMG_MovieThread.h>
Public Member Functions | |
void | setPanel (SP::GPMG_MovieGraphDrawPanel panel) |
set the panel More... | |
void | setAction (const int &code) |
set action of movie thread More... | |
int | getAction () const |
get code of movie thread More... | |
virtual void | threadHasFinished () |
methods called when the thread has finished More... | |
virtual void | threadHasBeenSuspended (const int &i) |
methods called when the thread has been suspended More... | |
Static Public Member Functions | |
static SP::GPMG_MovieThread | New () |
create a GPMG_MovieThread shared pointer More... | |
Protected Member Functions | |
GPMG_MovieThread () | |
create a parent menu More... | |
virtual | ~GPMG_MovieThread (void) |
destroy the parent node More... | |
this class describes a thread for movie generation
|
protected |
|
protectedvirtual |
destroy the parent node
|
inline |
get code of movie thread
|
inlinestatic |
create a GPMG_MovieThread shared pointer
References GPMG_MovieThread().
Referenced by GPMG_MovieGraphDrawPanel::GPMG_MovieGraphDrawPanel().
|
inline |
set action of movie thread
|
inline |
set the panel
|
virtual |
methods called when the thread has been suspended
References null, and GPMG_MovieGraphDrawPanel::threadHasBeenSuspended().
|
virtual |
methods called when the thread has finished
References null, and GPMG_MovieGraphDrawPanel::threadHasFinished().