dlgevt.cpp File Reference

(r1785/r1729)

#include "camtypes.h"
#include "camelot.h"
#include "dlgevt.h"
#include "dlgmgr.h"
#include "camframe.h"
#include "ctrllist.h"
#include "dropdown.h"
#include "griddropdown.h"

Go to the source code of this file.

Defines

#define EVTDECODE(x)   if (eventnum == x) return(_T( ## x));
 Returns a textual string corresponding with an event.

Functions

 EVT_COMMAND (wxID_ANY, wxEVT_COMMAND_TEXT_UPDATED, DialogEventHandler::CommandEvent) EVT_COMMAND(wxID_ANY
DialogEventHandler::CommandEvent EVT_COMMAND (wxID_ANY, wxEVT_COMMAND_TEXT_URL, DialogEventHandler::CommandEvent) EVT_COMMAND(wxID_ANY
DialogEventHandler::CommandEvent
DialogEventHandler::CommandEvent 
DECLARE_EVENT_TABLE_ENTRY (wxEVT_CAMDIALOG_DEFERREDMSG, wxID_ANY,-1,(wxObjectEventFunction)(wxEventFunction)(wxCamDialogEventFunction)&DialogEventHandler::CamDialogEvent,(wxObject *) NULL)
DialogEventHandler::CommandEvent
DialogEventHandler::CommandEvent 
DECLARE_EVENT_TABLE_ENTRY (wxEVT_CAMDIALOG_GRIMREAPER, wxID_ANY,-1,(wxObjectEventFunction)(wxEventFunction)(wxCamDialogEventFunction)&DialogEventHandler::GrimReaperEvent,(wxObject *) NULL)
DialogEventHandler::CommandEvent
DialogEventHandler::CommandEvent 
DECLARE_EVENT_TABLE_ENTRY (wxEVT_CAMDIALOG_REDRAW, wxID_ANY,-1,(wxObjectEventFunction)(wxEventFunction)(wxCamDialogEventFunction)&DialogEventHandler::CamDialogEvent,(wxObject *) NULL)
DialogEventHandler::CommandEvent
DialogEventHandler::CommandEvent 
END_EVENT_TABLE ()
 CC_IMPLEMENT_DYNAMIC (DlgEvtTimer, KernelTimer)

Variables

 wxEVT_COMMAND_TEXT_ENTER
DialogEventHandler::CommandEvent wxEVT_COMMAND_TEXT_MAXLEN


Define Documentation

#define EVTDECODE  )     if (eventnum == x) return(_T( ## x));
 

Returns a textual string corresponding with an event.

Author:
Alex_Bligh <alex@alex.org.uk>
Date:
02/12/2005
Parameters:
event number [INPUTS]
- [OUTPUTS]
Returns:
pointer to a string containing the event number

Errors: -

See also:
-

Definition at line 750 of file dlgevt.cpp.


Function Documentation

CC_IMPLEMENT_DYNAMIC DlgEvtTimer  ,
KernelTimer 
 

DialogEventHandler::CommandEvent DialogEventHandler::CommandEvent DECLARE_EVENT_TABLE_ENTRY wxEVT_CAMDIALOG_REDRAW  ,
wxID_ANY  ,
1,
(wxObjectEventFunction)(wxEventFunction)(wxCamDialogEventFunction)&DialogEventHandler::CamDialogEvent  ,
(wxObject *)  NULL
 

DialogEventHandler::CommandEvent DialogEventHandler::CommandEvent DECLARE_EVENT_TABLE_ENTRY wxEVT_CAMDIALOG_GRIMREAPER  ,
wxID_ANY  ,
1,
(wxObjectEventFunction)(wxEventFunction)(wxCamDialogEventFunction)&DialogEventHandler::GrimReaperEvent  ,
(wxObject *)  NULL
 

DialogEventHandler::CommandEvent DialogEventHandler::CommandEvent DECLARE_EVENT_TABLE_ENTRY wxEVT_CAMDIALOG_DEFERREDMSG  ,
wxID_ANY  ,
1,
(wxObjectEventFunction)(wxEventFunction)(wxCamDialogEventFunction)&DialogEventHandler::CamDialogEvent  ,
(wxObject *)  NULL
 

DialogEventHandler::CommandEvent DialogEventHandler::CommandEvent END_EVENT_TABLE  ) 
 

DialogEventHandler::CommandEvent EVT_COMMAND wxID_ANY  ,
wxEVT_COMMAND_TEXT_URL  ,
DialogEventHandler::CommandEvent 
 

EVT_COMMAND wxID_ANY  ,
wxEVT_COMMAND_TEXT_UPDATED  ,
DialogEventHandler::CommandEvent 
 

This file contains the class for DialogEventHandler, derived from wxEvtHandler. This contains a mapping allowing dialogs of ANY class derived from wxDialog to call the relevant bits of DialogManager.


Variable Documentation

wxEVT_COMMAND_TEXT_ENTER
 

Definition at line 132 of file dlgevt.cpp.

DialogEventHandler::CommandEvent wxEVT_COMMAND_TEXT_MAXLEN
 

Definition at line 134 of file dlgevt.cpp.


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