|
unsigned int | cancelEvent (int pEventID) |
|
unsigned int | cancelEvent (int pEvID, const Star *pDest) |
|
unsigned int | cancelEvent (const SpecialEvent *pEv, int pEventID) |
|
unsigned int | cancelEvent (const SpecialEvent *pEv, const Type *pData) |
|
SpecialEventEntryC * | get () |
|
SpecialEventEntryC * | getFirstEvent () |
|
SpecialEventEntryC * | getFreeEvent () |
|
double | getTimeOfEvent (const SpecialEvent *pEv, int pEventID) const |
|
void | initialize () |
|
bool | isScheduled (const SpecialEvent *pEv, int pEventID) const |
|
int | length () |
|
void | levelput (const SpecialEvent *pEmiter, Star *pDest, Type *pData, double pLevel, int pEvID) |
|
void | levelput (const SpecialEvent *pEmiter, Star *pDest, Type *pData, double pLevel, double pFineLevel, int pEvID) |
|
double | lowestPriority () |
|
void | pushBack (SpecialEventEntryC *pEvent) |
|
void | putFreeEvent (SpecialEventEntryC *pEvent) |
|