MatOCAD Logo

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

wxIFMSetChildEvent Class Reference

Used to set the children of components. More...

#include <events.h>

List of all members.

Public Member Functions

 wxIFMSetChildEvent (wxIFMComponent *component, int childType, wxWindow *child)
 wxIFMSetChildEvent (const wxIFMSetChildEvent &event)
virtual wxEvent * Clone () const
wxWindow * GetChild () const
int GetChildType () const

Protected Attributes

wxWindow * m_child
 child we are adding
int m_childType
 what type of child is it?


Detailed Description

Used to set the children of components.

This event is sent during wxIFMAddChildEvent processing and is used to tell a component to manage (position and size) the given child window.

See also:
wxIFMAddChildEvent, wxIFMShowChildEvent

Definition at line 428 of file events.h.


Constructor & Destructor Documentation

wxIFMSetChildEvent::wxIFMSetChildEvent wxIFMComponent component,
int  childType,
wxWindow *  child
[inline]
 

Definition at line 436 of file events.h.

Referenced by Clone().

wxIFMSetChildEvent::wxIFMSetChildEvent const wxIFMSetChildEvent event  )  [inline]
 

Definition at line 442 of file events.h.


Member Function Documentation

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

Definition at line 448 of file events.h.

References wxIFMSetChildEvent().

wxWindow* wxIFMSetChildEvent::GetChild  )  const [inline]
 

Returns:
Child being added to the panel

Definition at line 453 of file events.h.

References m_child.

Referenced by wxIFMDefaultPanelPlugin::OnSetChild().

int wxIFMSetChildEvent::GetChildType  )  const [inline]
 

Specifies what type of child it is (Generic, Toolbar, ...)

Definition at line 458 of file events.h.

References m_childType.

Referenced by wxIFMDefaultPanelPlugin::OnSetChild().


Member Data Documentation

wxWindow* wxIFMSetChildEvent::m_child [protected]
 

child we are adding

Definition at line 431 of file events.h.

Referenced by GetChild().

int wxIFMSetChildEvent::m_childType [protected]
 

what type of child is it?

Definition at line 432 of file events.h.

Referenced by GetChildType().


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

 

SourceForge Logo