wxArt2D
Public Member Functions | Protected Attributes | List of all members
a2dTimer Class Reference

wxArt2D specific a2dTimer which notifies a2dCanvasObject's More...

#include <canglob.h>

Inheritance diagram for a2dTimer:
Inheritance graph
[legend]
Collaboration diagram for a2dTimer:
Collaboration graph
[legend]

Public Member Functions

 a2dTimer (wxEvtHandler *owner, int id=-1)
 constructor More...
 
void SetOwner (wxEvtHandler *owner, int id=-1)
 set object to recieve timer event. More...
 
virtual void Notify ()
 

Protected Attributes

unsigned long m_id
 
wxEvtHandler * m_canvasObjectOwner
 

Detailed Description

wxArt2D specific a2dTimer which notifies a2dCanvasObject's

Definition at line 1320 of file canglob.h.

Constructor & Destructor Documentation

a2dTimer::a2dTimer ( wxEvtHandler *  owner,
int  id = -1 
)
inline

constructor

Parameters
ownerto which a2dCanvasObject/a2dEvtHandler should the event be sent.
idevent id

Definition at line 1335 of file canglob.h.

Member Function Documentation

virtual void a2dTimer::Notify ( )
inlinevirtual

called by a2dTimer when time event is issued. This sents the event to the m_owner

Definition at line 1354 of file canglob.h.

void a2dTimer::SetOwner ( wxEvtHandler *  owner,
int  id = -1 
)
inline

set object to recieve timer event.

Parameters
ownerto which a2dCanvasObject/a2dEvtHandler should the event be sent.
idevent id

Definition at line 1346 of file canglob.h.


The documentation for this class was generated from the following file:
a2dTimer Class Reference -- Sun Oct 12 2014 17:04:51 -- Sun Oct 12 2014 -- 1.8.5 -- wxArt2D -- . -- Main Page Reference Documentation