MatOCAD Logo

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

wxIFMMouseEvent Class Reference

Event for mouse input messages. More...

#include <events.h>

List of all members.

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.


Detailed Description

Event for mouse input messages.

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:
wxIFMKeyEvent, wxIFMSetCursorEvent

Definition at line 983 of file events.h.


Constructor & Destructor Documentation

wxIFMMouseEvent::wxIFMMouseEvent wxEventType  id,
wxIFMComponent component,
wxMouseEvent &  event
[inline]
 

Definition at line 990 of file events.h.

Referenced by Clone().

wxIFMMouseEvent::wxIFMMouseEvent const wxIFMMouseEvent event  )  [inline]
 

Definition at line 995 of file events.h.


Member Function Documentation

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

Definition at line 1000 of file events.h.

References wxIFMMouseEvent().

wxMouseEvent& wxIFMMouseEvent::GetMouseEvent  )  const [inline]
 

Returns:
Reference to the wxMouseEvent generated by wxWidgets

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().


Member Data Documentation

wxMouseEvent& wxIFMMouseEvent::m_event [protected]
 

Mouse event generated by wxWidgets.

Definition at line 986 of file events.h.

Referenced by GetMouseEvent().


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

 

SourceForge Logo