dlgevt.h File Reference

(r1785/r1569)

#include "drawctl.h"
#include "ktimer.h"

Go to the source code of this file.

Classes

class  DlgEvtTimer
class  DialogEventHandler
 A derived event handler to wire up wxDialog derived classes to DialogManager Notes: In the OIL See Also:. More...
class  wxCamDialogEvent
 A derived event to allow for postprocessing of dialog events Notes: In the OIL See Also:. More...

Defines

#define EVT_CAMDIALOG_DEFERREDMSG(id, fn)
#define EVT_CAMDIALOG_GRIMREAPER(id, fn)
#define EVT_CAMDIALOG_REDRAW(id, fn)

Typedefs

typedef const TCHAREventNameString
typedef void(wxEvtHandler::* wxCamDialogEventFunction )(wxCamDialogEvent &)

Functions

 WX_DECLARE_HASH_MAP (WXTYPE, EventNameString, wxIntegerHash, wxIntegerEqual, EventNumberToName)
 WX_DECLARE_HASH_MAP (UINT32, DlgEvtTimer *, wxIntegerHash, wxIntegerEqual, IntegerToKernelTimer)


Define Documentation

#define EVT_CAMDIALOG_DEFERREDMSG id,
fn   ) 
 

Value:

DECLARE_EVENT_TABLE_ENTRY(wxEVT_CAMDIALOG_DEFERREDMSG, id, -1, \
    (wxObjectEventFunction)(wxEventFunction)(wxCamDialogEventFunction) &fn, (wxObject *) NULL),

Definition at line 250 of file dlgevt.h.

#define EVT_CAMDIALOG_GRIMREAPER id,
fn   ) 
 

Value:

DECLARE_EVENT_TABLE_ENTRY(wxEVT_CAMDIALOG_GRIMREAPER, id, -1, \
    (wxObjectEventFunction)(wxEventFunction)(wxCamDialogEventFunction) &fn, (wxObject *) NULL),

Definition at line 252 of file dlgevt.h.

#define EVT_CAMDIALOG_REDRAW id,
fn   ) 
 

Value:

DECLARE_EVENT_TABLE_ENTRY(wxEVT_CAMDIALOG_REDRAW, id, -1, \
    (wxObjectEventFunction)(wxEventFunction)(wxCamDialogEventFunction) &fn, (wxObject *) NULL),

Definition at line 254 of file dlgevt.h.


Typedef Documentation

typedef const TCHAR* EventNameString
 

Definition at line 109 of file dlgevt.h.

typedef void(wxEvtHandler::* wxCamDialogEventFunction)(wxCamDialogEvent &)
 

Definition at line 242 of file dlgevt.h.


Function Documentation

WX_DECLARE_HASH_MAP UINT32  ,
DlgEvtTimer ,
wxIntegerHash  ,
wxIntegerEqual  ,
IntegerToKernelTimer 
 

WX_DECLARE_HASH_MAP WXTYPE  ,
EventNameString  ,
wxIntegerHash  ,
wxIntegerEqual  ,
EventNumberToName 
 


Generated on Sat Nov 10 03:49:30 2007 for Camelot by  doxygen 1.4.4