MatOCAD Logo

Main Page | Class Hierarchy | Class List | Directories | File List | Class Members | File Members | Related Pages

wxIFMSetCursorEvent Class Reference

Event for EVT_SET_CURSOR. More...

#include <events.h>

List of all members.

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.


Detailed Description

Event for EVT_SET_CURSOR.

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.

See also:
wxIFMMouseEvent, wxIFMKeyEvent

Definition at line 1017 of file events.h.


Constructor & Destructor Documentation

wxIFMSetCursorEvent::wxIFMSetCursorEvent wxSetCursorEvent &  event,
wxIFMComponent component
[inline]
 

Definition at line 1024 of file events.h.

Referenced by Clone().

wxIFMSetCursorEvent::wxIFMSetCursorEvent const wxIFMSetCursorEvent event  )  [inline]
 

Definition at line 1029 of file events.h.


Member Function Documentation

virtual wxEvent* wxIFMSetCursorEvent::Clone  )  const [inline, virtual]
 

Definition at line 1034 of file events.h.

References wxIFMSetCursorEvent().

wxSetCursorEvent& wxIFMSetCursorEvent::GetCursorEvent  )  const [inline]
 

Returns:
Reference to the wxSetCursorEvent generated by wxWidgets

Definition at line 1039 of file events.h.

References m_event.

Referenced by wxIFMDefaultResizePlugin::OnSetCursor().


Member Data Documentation

wxSetCursorEvent& wxIFMSetCursorEvent::m_event [protected]
 

SetCursor event generated by wxWidgets.

Definition at line 1020 of file events.h.

Referenced by GetCursorEvent().


The documentation for this class was generated from the following file:

 

SourceForge Logo