wxCamArtControlEvent Class Reference

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

#include <cartctl.h>

List of all members.

Public Member Functions

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


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> o Created: 19/12/2005

Definition at line 140 of file cartctl.h.


Constructor & Destructor Documentation

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

Definition at line 144 of file cartctl.h.

00144 : wxEvent(id, commandType) {}

wxCamArtControlEvent::wxCamArtControlEvent const wxCamArtControlEvent event  )  [inline]
 

Definition at line 146 of file cartctl.h.

00146 : wxEvent(event) {}


Member Function Documentation

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

Definition at line 148 of file cartctl.h.

00148 {return new wxCamArtControlEvent(*this); }

wxCamArtControlEvent::DECLARE_DYNAMIC_CLASS wxCamArtControlEvent   ) 
 


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