MatOCAD Logo

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

wxIFMChildEvent Class Reference

Base class used for some child window related events. More...

#include <events.h>

Inherited by wxIFMQueryChildEvent, wxIFMSetChildSizeEvent, and wxIFMShowChildEvent.

Inheritance diagram for wxIFMChildEvent:

Inheritance graph
[legend]
List of all members.

Public Member Functions

 wxIFMChildEvent (wxEventType type, wxWindow *child)
 wxIFMChildEvent (const wxIFMChildEvent &event)
virtual wxEvent * Clone () const
wxWindow * GetChild () const

Protected Attributes

wxWindow * m_child
 child being hidden or shown

Private Member Functions

void SetComponent (wxIFMComponent *c)

Friends

class wxIFMInterfacePluginBase

Detailed Description

Base class used for some child window related events.

Note:
GetComponent will return the component that manages this child window. It will be set by the interface plugin sending the event before the event is actually sent into the plugin chain.

Definition at line 1105 of file events.h.


Constructor & Destructor Documentation

wxIFMChildEvent::wxIFMChildEvent wxEventType  type,
wxWindow *  child
[inline]
 

Definition at line 1116 of file events.h.

Referenced by Clone().

wxIFMChildEvent::wxIFMChildEvent const wxIFMChildEvent event  )  [inline]
 

Definition at line 1121 of file events.h.


Member Function Documentation

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

Reimplemented in wxIFMShowChildEvent, wxIFMQueryChildEvent, and wxIFMSetChildSizeEvent.

Definition at line 1126 of file events.h.

References wxIFMChildEvent().

wxWindow* wxIFMChildEvent::GetChild  )  const [inline]
 

Returns:
Pointer ot the child window whos sizes are being changed

Definition at line 1131 of file events.h.

References m_child.

Referenced by wxIFMDefaultPanelPlugin::OnQueryChild(), and wxIFMInterfacePluginBase::ProcessPluginEvent().

void wxIFMChildEvent::SetComponent wxIFMComponent c  )  [inline, private]
 

Definition at line 1109 of file events.h.

Referenced by wxIFMInterfacePluginBase::ProcessPluginEvent().


Friends And Related Function Documentation

friend class wxIFMInterfacePluginBase [friend]
 

Definition at line 1108 of file events.h.


Member Data Documentation

wxWindow* wxIFMChildEvent::m_child [protected]
 

child being hidden or shown

Definition at line 1112 of file events.h.

Referenced by GetChild().


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

 

SourceForge Logo