#include <canglob.h>


Public Member Functions | |
| a2dHandleMouseEvent (a2dIterC *ic, a2dHandle *handle, double x, double y, const wxMouseEvent &event) | |
| constructor | |
| a2dHandleMouseEvent (const a2dHandleMouseEvent &other) | |
| constructor | |
| virtual wxEvent * | Clone (bool deep=true) const |
| clone the event | |
| a2dHandle * | GetCanvasHandle () |
| return the handle object hit | |
| wxMouseEvent & | GetMouseEvent () |
| return the original mouse event that was redirected to the a2dHandle | |
This event can be intercepted, to implement an action when a a2dHandle is hit. The original mouse event ( e.g. as sent from the a2dCanvasView its a2dCanvas ), is also stored as part of the event.
Currently the following Id's:
Definition at line 246 of file canglob.h.