TimerMsg Class Reference

This message is sent whenever something happens with a timer. More...

#include <ktimer.h>

Inheritance diagram for TimerMsg:

Msg CCObject SimpleCCObject List of all members.

Public Types

enum  TimerMsgType { NOTIFY }

Public Member Functions

 TimerMsg (TimerMsgType MsgType=TimerMsg::NOTIFY, KernelTimer *pTimer=NULL)

Public Attributes

TimerMsgType m_MsgType
KernelTimerm_pTimer

Private Member Functions

 CC_DECLARE_DYNAMIC (TimerMsg)

Detailed Description

This message is sent whenever something happens with a timer.

Author:
Alex_Bligh <alex@alex.org.uk>
Date:
25/04/2006
See also:
-

Definition at line 115 of file ktimer.h.


Member Enumeration Documentation

enum TimerMsg::TimerMsgType
 

Enumerator:
NOTIFY 

Definition at line 120 of file ktimer.h.

00121     {
00122         NOTIFY          // A timer event has occurred 
00123     };


Constructor & Destructor Documentation

TimerMsg::TimerMsg TimerMsgType  MsgType = TimerMsg::NOTIFY,
KernelTimer pTimer = NULL
[inline]
 

Definition at line 128 of file ktimer.h.

00129       : m_MsgType(MsgType), m_pTimer(pTimer)
00130         { /* empty */ }


Member Function Documentation

TimerMsg::CC_DECLARE_DYNAMIC TimerMsg   )  [private]
 


Member Data Documentation

TimerMsgType TimerMsg::m_MsgType
 

Definition at line 125 of file ktimer.h.

KernelTimer* TimerMsg::m_pTimer
 

Definition at line 126 of file ktimer.h.


The documentation for this class was generated from the following file:
Generated on Sat Nov 10 04:01:55 2007 for Camelot by  doxygen 1.4.4