|
|
| CBofTimer (uint32 nID, uint32 nInterval, void *lUserInfo, BofCallback pCallBack) |
| |
|
void | start () |
| |
|
void | stop () |
| |
|
bool | isActive () |
| |
|
void | setID (uint32 nID) |
| |
|
uint32 | getID () |
| |
|
void | setInterval (uint32 nInterval) |
| |
|
uint32 | getInterval () |
| |
|
void | setUserInfo (void *lUserInfo) |
| |
|
void * | getUserInfo () |
| |
|
void | setCallBack (BofCallback pCallBack) |
| |
|
BofCallback | getCallBack () |
| |
|
virtual void | DeleteObject () |
| |
| | CLList () |
| |
| | CLList (void *pObj) |
| |
| virtual | ~CLList () |
| |
| void | Insert (CLList *pNewList) |
| |
| void | Delete () |
| |
| void | addToHead (CLList *pNewList) |
| |
| void | addToTail (CLList *pNewList) |
| |
| void | MoveToHead () |
| |
| void | MoveToTail () |
| |
| void | MoveLeft () |
| |
| void | MoveRight () |
| |
| CLList * | getHead () |
| |
| CLList * | getTail () |
| |
|
CLList * | getPrev () const |
| |
|
CLList * | getNext () const |
| |
|
void * | getData () const |
| |
|
void | PutData (void *pObj) |
| |
| void | FlushList () |
| |
|
|
static void | handleTimers () |
| |
|
static bool | isValidObject (const CBofObject *pObject) |
| |
|
|
uint32 | _lLastTime |
| |
|
uint32 | _nID |
| |
|
uint32 | _nInterval |
| |
|
BofCallback | _pCallBack |
| |
|
void * | _lUserInfo |
| |
|
bool | _bActive |
| |
|
|
static CBofTimer * | _pTimerList |
| |
|
static bool | _bModified |
| |
The documentation for this class was generated from the following file:
- engines/bagel/spacebar/boflib/timer.h