#include <events.h>
Public Member Functions | |
wxIFMMouseEvent (wxEventType id, wxIFMComponent *component, wxMouseEvent &event) | |
wxIFMMouseEvent (const wxIFMMouseEvent &event) | |
virtual wxEvent * | Clone () const |
wxMouseEvent & | GetMouseEvent () const |
Protected Attributes | |
wxMouseEvent & | m_event |
Mouse event generated by wxWidgets. |
For this event, wxIFMPluginEvent::GetComponent() returns the component that the mouse is hovering over, or NULL if the mouse was not over any component. If a component has captured input, GetComponent() will always return that component.
Definition at line 983 of file events.h.
|
Definition at line 990 of file events.h. Referenced by Clone(). |
|
|
|
Definition at line 1000 of file events.h. References wxIFMMouseEvent(). |
|
Definition at line 1005 of file events.h. References m_event. Referenced by wxIFMDefaultResizePlugin::OnLeftDown(), wxIFMDefaultPanelPlugin::OnLeftDown(), wxIFMDefaultContainerPlugin::OnLeftDown(), wxIFMDefaultResizePlugin::OnLeftUp(), wxIFMDefaultDockingPlugin::OnLeftUp(), wxIFMDefaultResizePlugin::OnMouseMove(), and wxIFMDefaultDockingPlugin::OnMouseMove(). |
|
Mouse event generated by wxWidgets.
Definition at line 986 of file events.h. Referenced by GetMouseEvent(). |