wxCamDrawControlEvent Class Reference

A derived event to allow for postprocessing of autorepeat on buttons Notes: In the OIL See Also:. More...

#include <drawctl.h>

List of all members.

Public Member Functions

 wxCamDrawControlEvent (wxEventType commandType=wxEVT_NULL, INT32 id=0)
 wxCamDrawControlEvent (const wxCamDrawControlEvent &event)
virtual wxEvent * Clone () const
 DECLARE_DYNAMIC_CLASS (wxCamDrawControlEvent)


Detailed Description

A derived event to allow for postprocessing of autorepeat on buttons Notes: In the OIL See Also:.

Author:
Alex_Bligh <alex@alex.org.uk>
Date:
19/12/2005

Definition at line 125 of file drawctl.h.


Constructor & Destructor Documentation

wxCamDrawControlEvent::wxCamDrawControlEvent wxEventType  commandType = wxEVT_NULL,
INT32  id = 0
[inline]
 

Definition at line 129 of file drawctl.h.

00129 : wxEvent(id, commandType) {}

wxCamDrawControlEvent::wxCamDrawControlEvent const wxCamDrawControlEvent event  )  [inline]
 

Definition at line 131 of file drawctl.h.

00131 : wxEvent(event) {}


Member Function Documentation

virtual wxEvent* wxCamDrawControlEvent::Clone void   )  const [inline, virtual]
 

Definition at line 133 of file drawctl.h.

00133 {return new wxCamDrawControlEvent(*this); }

wxCamDrawControlEvent::DECLARE_DYNAMIC_CLASS wxCamDrawControlEvent   ) 
 


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