a2dCanvasObjectMouseEvent Class Reference
[events in the wxDocview library]

mouse event sent from a2dCanvasObject to itself More...

#include <canglob.h>

Inheritance diagram for a2dCanvasObjectMouseEvent:

Inheritance graph
[legend]
Collaboration diagram for a2dCanvasObjectMouseEvent:

Collaboration graph
[legend]

List of all members.

Public Member Functions

 a2dCanvasObjectMouseEvent (a2dIterC *ic, a2dCanvasObject *object, a2dHit &how, double x, double y, const wxMouseEvent &event)
 constructor
 a2dCanvasObjectMouseEvent (a2dIterC *ic, a2dCanvasObject *object, wxEventType type, double x, double y, const wxMouseEvent &event)
 constructor
 a2dCanvasObjectMouseEvent (const a2dCanvasObjectMouseEvent &other)
 constructor
virtual wxEvent * Clone (bool deep=true) const
 clone the event
a2dCanvasObjectGetCanvasObject ()
 return the object hit
wxMouseEvent & GetMouseEvent ()
 return the original mouse event that was redirected to the a2dCanvasObject
a2dHitGetHow ()
 in what manner the a2dCanvasObject was hit.


Detailed Description

mouse event sent from a2dCanvasObject to itself

It contains the accumulated matrix to reach the position etc. of the object. This is important for editing childobjects of a2dCanvasObject directly. 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 198 of file canglob.h.


The documentation for this class was generated from the following files:
a2dCanvasObjectMouseEvent Class Reference -- Tue Aug 31 18:14:01 2010 -- 31 Aug 2010 -- 1.5.5 -- wxArt2D -- . -- Main Page Reference Documentation