![]() |
wxIScan
|
The canvas selection event. More...
#include <wxiviewcanvas.h>
Public Member Functions | |
wxIViewCanvasSelectedEvent (wxEventType oType=wxEVT_IVIEWCANVASSELECTED) | |
Constructor. | |
wxEvent * | Clone () const |
Return a copy ot this event. | |
Public Attributes | |
bool | m_bShift |
Was the SHIFT key pressed while selecting? | |
bool | m_bAlt |
Was the ALT key pressed while selecting? | |
bool | m_bCtrl |
Was the CTRL key pressed while selecting? | |
bool | m_bMeta |
Was the META key pressed while selecting? | |
wxRect | m_oSelection |
Holds the selection. |
wxIViewCanvasSelectedEvent::wxIViewCanvasSelectedEvent | ( | wxEventType | oType = wxEVT_IVIEWCANVASSELECTED | ) | [inline] |
wxEvent* wxIViewCanvasSelectedEvent::Clone | ( | ) | const [inline] |
Return a copy ot this event.
Definition at line 81 of file wxiviewcanvas.h.
References wxIViewCanvasSelectedEvent().
{ return new wxIViewCanvasSelectedEvent( *this ); }
Was the ALT key pressed while selecting?
Definition at line 88 of file wxiviewcanvas.h.
Referenced by wxIScanFrame::OnCanvasSelected(), and wxIViewCanvas::OnMouse().
Was the CTRL key pressed while selecting?
Definition at line 89 of file wxiviewcanvas.h.
Referenced by wxIScanFrame::OnCanvasSelected(), and wxIViewCanvas::OnMouse().
Was the META key pressed while selecting?
Definition at line 90 of file wxiviewcanvas.h.
Referenced by wxIViewCanvas::OnMouse().
Was the SHIFT key pressed while selecting?
Definition at line 87 of file wxiviewcanvas.h.
Referenced by wxIScanFrame::OnCanvasSelected(), and wxIViewCanvas::OnMouse().
Holds the selection.
Definition at line 91 of file wxiviewcanvas.h.
Referenced by wxIScanFrame::OnCanvasSelected(), and wxIViewCanvas::OnMouse().