wxArt2D
|
#include <cameleon.h>
Public Member Functions | |
a2dCameleonEvent (a2dCameleon *cameleon) | |
for event types More... | |
a2dCameleonEvent (const a2dCameleonEvent &event) | |
constructor | |
virtual wxEvent * | Clone () const |
a2dCameleon * | GetCameleon () |
![]() | |
a2dEvent (int id=0, wxEventType eventType=wxEVT_NULL) | |
void | SetIntTimeStamp () |
Additional Inherited Members | |
![]() | |
static long | ms_timestamp = 0 |
initialize timestamp | |
see a2dCameleonEvent
used to report a2dCameleon events
The event Object is a a2dCameleon.
Definition at line 1098 of file cameleon.h.
|
inline |
for event types
::wxEVT_REPORT_VIEWS Sent from a2dDocument to a2dView's. a2dView will add itself to the reportlist of the event, but only when this document is indeed used by the a2dView. Register your wxEvtHandler to recieve it.
Definition at line 1109 of file cameleon.h.