#include <dlgevt.h>
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 |
Definition at line 226 of file dlgevt.h.
|
Definition at line 230 of file dlgevt.h.
|
|
Definition at line 231 of file dlgevt.h. 00231 : wxEvent(id, commandType), msg(m) {}
|
|
Definition at line 233 of file dlgevt.h.
|
|
Definition at line 235 of file dlgevt.h. 00235 {return new wxCamDialogEvent(*this); }
|
|
|
|
|