#include <events.h>
Public Member Functions | |
wxIFMSetCursorEvent (wxSetCursorEvent &event, wxIFMComponent *component) | |
wxIFMSetCursorEvent (const wxIFMSetCursorEvent &event) | |
virtual wxEvent * | Clone () const |
wxSetCursorEvent & | GetCursorEvent () const |
Protected Attributes | |
wxSetCursorEvent & | m_event |
SetCursor 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 1017 of file events.h.
|
Definition at line 1024 of file events.h. Referenced by Clone(). |
|
|
|
Definition at line 1034 of file events.h. References wxIFMSetCursorEvent(). |
|
Definition at line 1039 of file events.h. References m_event. Referenced by wxIFMDefaultResizePlugin::OnSetCursor(). |
|
SetCursor event generated by wxWidgets.
Definition at line 1020 of file events.h. Referenced by GetCursorEvent(). |