MatOCAD Logo

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

wxIFMFocusEvent Class Reference

Generated when the interface's parent window recieves EVT_SETFOCUS or EVT_KILLFOCUS. More...

#include <events.h>

List of all members.

Public Member Functions

 wxIFMFocusEvent (wxEventType id, wxFocusEvent &event)
 wxIFMFocusEvent (const wxIFMFocusEvent &event)
virtual wxEvent * Clone () const
wxFocusEvent & GetFocusEvent () const

Protected Attributes

wxFocusEvent & m_event
 reference to wxwidgets generated focus event


Detailed Description

Generated when the interface's parent window recieves EVT_SETFOCUS or EVT_KILLFOCUS.

Definition at line 1045 of file events.h.


Constructor & Destructor Documentation

wxIFMFocusEvent::wxIFMFocusEvent wxEventType  id,
wxFocusEvent &  event
[inline]
 

Definition at line 1052 of file events.h.

Referenced by Clone().

wxIFMFocusEvent::wxIFMFocusEvent const wxIFMFocusEvent event  )  [inline]
 

Definition at line 1057 of file events.h.


Member Function Documentation

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

Definition at line 1062 of file events.h.

References wxIFMFocusEvent().

wxFocusEvent& wxIFMFocusEvent::GetFocusEvent  )  const [inline]
 

Returns:
Reference to the focus event generated by wxwidgets

Definition at line 1067 of file events.h.

References m_event.


Member Data Documentation

wxFocusEvent& wxIFMFocusEvent::m_event [protected]
 

reference to wxwidgets generated focus event

Definition at line 1048 of file events.h.

Referenced by GetFocusEvent().


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

 

SourceForge Logo