wxCamDialogEvent Class Reference

A derived event to allow for postprocessing of dialog events Notes: In the OIL See Also:. More...

#include <dlgevt.h>

List of all members.

Public Member Functions

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

Public Attributes

DialogMsg msg


Detailed Description

A derived event to allow for postprocessing of dialog events Notes: In the OIL See Also:.

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

Definition at line 226 of file dlgevt.h.


Constructor & Destructor Documentation

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

Definition at line 230 of file dlgevt.h.

00230 : wxEvent(id, commandType), msg(NULL, DIM_NONE, 0) {}

wxCamDialogEvent::wxCamDialogEvent wxEventType  commandType,
INT32  id,
DialogMsg  m
[inline]
 

Definition at line 231 of file dlgevt.h.

00231 : wxEvent(id, commandType), msg(m) {}

wxCamDialogEvent::wxCamDialogEvent const wxCamDialogEvent event  )  [inline]
 

Definition at line 233 of file dlgevt.h.

00233 : wxEvent(event), msg (event.msg) {}


Member Function Documentation

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

Definition at line 235 of file dlgevt.h.

00235 {return new wxCamDialogEvent(*this); }

wxCamDialogEvent::DECLARE_DYNAMIC_CLASS wxCamDialogEvent   ) 
 


Member Data Documentation

DialogMsg wxCamDialogEvent::msg
 

Definition at line 239 of file dlgevt.h.


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