#include <DelayProcess.h>
Inheritance diagram for DelayProcess:
Public Member Functions | |
DelayProcess (int count_=0) | |
virtual | ~DelayProcess () |
ENABLE_RUNTIME_CLASSTYPE () | |
virtual bool | run (const uint32 framenum) |
virtual void | dumpInfo () |
bool | loadData (IDataSource *ids, uint32 version) |
Protected Member Functions | |
virtual void | saveData (ODataSource *ods) |
Protected Attributes | |
int | count |
Definition at line 28 of file DelayProcess.h.
DelayProcess::DelayProcess | ( | int | count_ = 0 |
) | [explicit] |
Definition at line 29 of file DelayProcess.cpp.
DelayProcess::~DelayProcess | ( | ) | [virtual] |
Definition at line 35 of file DelayProcess.cpp.
void DelayProcess::dumpInfo | ( | ) | [virtual] |
dump some info about this process to pout
Reimplemented from Process.
Definition at line 47 of file DelayProcess.cpp.
References count, Process::dumpInfo(), and pout.
DelayProcess::ENABLE_RUNTIME_CLASSTYPE | ( | ) |
Reimplemented from Process.
bool DelayProcess::loadData | ( | IDataSource * | ids, | |
uint32 | version | |||
) |
load Process data
Reimplemented from Process.
Definition at line 54 of file DelayProcess.cpp.
References count, and Process::loadData().
bool DelayProcess::run | ( | const uint32 | framenum | ) | [virtual] |
Implements Process.
Definition at line 40 of file DelayProcess.cpp.
References count, and Process::terminate().
void DelayProcess::saveData | ( | ODataSource * | ods | ) | [protected, virtual] |
save the Process data
Reimplemented from Process.
Definition at line 63 of file DelayProcess.cpp.
References count, Process::saveData(), and ODataSource::write4().
int DelayProcess::count [protected] |
Definition at line 43 of file DelayProcess.h.
Referenced by dumpInfo(), loadData(), run(), and saveData().