MatOCAD Logo

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

wxIFMKeyEvent Class Reference

Event for keyboard input messages. More...

#include <events.h>

List of all members.

Public Member Functions

 wxIFMKeyEvent (wxEventType id, wxIFMComponent *component, wxKeyEvent &event)
 wxIFMKeyEvent (const wxIFMKeyEvent &event)
virtual wxEvent * Clone () const
wxKeyEvent & GetKeyEvent () const

Protected Attributes

wxKeyEvent & m_event
 Key event generated by wxWidgets.


Detailed Description

Event for keyboard input messages.

For this event, wxIFMPluginEvent::GetComponent() returns the component that ha captured input, or NULL if no component has captured input.

See also:
wxIFMMouseEvent, wxIFMSetCursorEvent

Definition at line 949 of file events.h.


Constructor & Destructor Documentation

wxIFMKeyEvent::wxIFMKeyEvent wxEventType  id,
wxIFMComponent component,
wxKeyEvent &  event
[inline]
 

Definition at line 956 of file events.h.

Referenced by Clone().

wxIFMKeyEvent::wxIFMKeyEvent const wxIFMKeyEvent event  )  [inline]
 

Definition at line 961 of file events.h.


Member Function Documentation

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

Definition at line 966 of file events.h.

References wxIFMKeyEvent().

wxKeyEvent& wxIFMKeyEvent::GetKeyEvent  )  const [inline]
 

Returns:
Reference to the wxKeyEvent generated by wxWidgets

Definition at line 971 of file events.h.

References m_event.

Referenced by wxIFMDefaultResizePlugin::OnKeyDown(), and wxIFMDefaultDockingPlugin::OnKeyDown().


Member Data Documentation

wxKeyEvent& wxIFMKeyEvent::m_event [protected]
 

Key event generated by wxWidgets.

Definition at line 952 of file events.h.

Referenced by GetKeyEvent().


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

 

SourceForge Logo