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

this class describes a thread for movie generation More...

#include <GPMG_MovieThread.h>

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

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...
 

Detailed Description

this class describes a thread for movie generation

Constructor & Destructor Documentation

GPMG_MovieThread::GPMG_MovieThread ( )
protected

create a parent menu

Referenced by New().

Here is the caller graph for this function:

GPMG_MovieThread::~GPMG_MovieThread ( void  )
protectedvirtual

destroy the parent node

Member Function Documentation

int GPMG_MovieThread::getAction ( ) const
inline

get code of movie thread

static SP::GPMG_MovieThread GPMG_MovieThread::New ( )
inlinestatic

create a GPMG_MovieThread shared pointer

References GPMG_MovieThread().

Referenced by GPMG_MovieGraphDrawPanel::GPMG_MovieGraphDrawPanel().

Here is the call graph for this function:

Here is the caller graph for this function:

void GPMG_MovieThread::setAction ( const int &  code)
inline

set action of movie thread

void GPMG_MovieThread::setPanel ( SP::GPMG_MovieGraphDrawPanel  panel)
inline

set the panel

void GPMG_MovieThread::threadHasBeenSuspended ( const int &  i)
virtual

methods called when the thread has been suspended

References null, and GPMG_MovieGraphDrawPanel::threadHasBeenSuspended().

Here is the call graph for this function:

void GPMG_MovieThread::threadHasFinished ( )
virtual

methods called when the thread has finished

References null, and GPMG_MovieGraphDrawPanel::threadHasFinished().

Here is the call graph for this function:


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