#include <PFSimpleOperator.h>
Public Member Functions |
|
PFSimpleOperator () | |
virtual PFExport | ~PFSimpleOperator () |
virtual PFExport BaseInterface * | GetInterface (Interface_ID id) |
virtual bool | Proceed (IObject *pCont, PreciseTimeValue timeStart, PreciseTimeValue &timeEnd, Object *pSystem, INode *node, IObject *integrator) |
Protected Member Functions |
|
HBITMAP | activeIcon () const |
HBITMAP | inactiveIcon () const |
HBITMAP & | _activeIcon () |
HBITMAP & | _inactiveIcon () |
PFSimpleOperator | ( | ) | [inline] |
{ _activeIcon() = _inactiveIcon() = NULL; }
virtual PFExport ~PFSimpleOperator | ( | ) | [virtual] |
virtual PFExport BaseInterface* GetInterface | ( | Interface_ID | id | ) | [virtual] |
Reimplemented from PFSimpleAction.
virtual bool Proceed | ( | IObject * | pCont, |
PreciseTimeValue | timeStart, | ||
PreciseTimeValue & | timeEnd, | ||
Object * | pSystem, | ||
INode * | node, | ||
IObject * | integrator | ||
) | [inline, virtual] |
{ return false; }
HBITMAP activeIcon | ( | ) | const [inline, protected] |
{ return m_activeIcon; }
HBITMAP inactiveIcon | ( | ) | const [inline, protected] |
{ return m_inactiveIcon; }
HBITMAP& _activeIcon | ( | ) | [inline, protected] |
{ return m_activeIcon; }
HBITMAP& _inactiveIcon | ( | ) | [inline, protected] |
{ return m_inactiveIcon; }