Isle
Loading...
Searching...
No Matches
mxticklemanager.h File Reference
#include "mxcore.h"
#include "mxstl/stlcompat.h"
#include "mxtypes.h"
Include dependency graph for mxticklemanager.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  MxTickleClient
 [AI] Associates an MxCore object with tickle timing/interval information. More...
 
class  MxTickleManager
 [AI] Manages ticking ("tickling") a set of MxCore objects at specified intervals. More...
 

Macros

#define TICKLE_MANAGER_NOT_FOUND   0x80000000
 [AI] Returned by GetClientTickleInterval when the client is not found. [AI] More...
 

Typedefs

typedef list< MxTickleClient * > MxTickleClientPtrList
 [AI] List type for holding multiple MxTickleClient pointers (the tickle registry). [AI] More...
 

Macro Definition Documentation

◆ TICKLE_MANAGER_NOT_FOUND

#define TICKLE_MANAGER_NOT_FOUND   0x80000000

[AI] Returned by GetClientTickleInterval when the client is not found. [AI]

Definition at line 151 of file mxticklemanager.h.

Typedef Documentation

◆ MxTickleClientPtrList

[AI] List type for holding multiple MxTickleClient pointers (the tickle registry). [AI]

Definition at line 74 of file mxticklemanager.h.