#include <ceventtick.h>


Public Member Functions | |
| CEventTick (CEventTick *other) | |
| CEventTick (CObject *sender=NULL) | |
| virtual void | copy (CEventTick *other) |
| void | setTicks (CMachine::ubit64 ticks) |
| CMachine::ubit64 | ticks () |
| virtual | ~CEventTick () |
Private Attributes | |
| CMachine::ubit64 | mTicks |
Definition at line 31 of file ceventtick.h.
| PikeAero::CEventTick::CEventTick | ( | CObject * | sender = NULL |
) |
Definition at line 26 of file ceventtick.cpp.
References PikeAero::CEvent::setType(), and PikeAero::CEvent::Tick.

| PikeAero::CEventTick::CEventTick | ( | CEventTick * | other | ) | [inline] |
Definition at line 35 of file ceventtick.h.
References copy().
00035 {copy(other);}

| PikeAero::CEventTick::~CEventTick | ( | ) | [virtual] |
| void PikeAero::CEventTick::copy | ( | CEventTick * | other | ) | [virtual] |
Definition at line 38 of file ceventtick.cpp.
References setTicks(), and ticks().
Referenced by CEventTick().
00039 { 00040 inherited::copy( other ); 00041 setTicks( other->ticks() ); 00042 }


| void PikeAero::CEventTick::setTicks | ( | CMachine::ubit64 | ticks | ) | [inline] |
| CMachine::ubit64 PikeAero::CEventTick::ticks | ( | ) | [inline] |
Definition at line 39 of file ceventtick.h.
References mTicks.
Referenced by copy().
00039 {return mTicks;}

CMachine::ubit64 PikeAero::CEventTick::mTicks [private] |
1.5.8