MatOCAD Logo

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

wxIFMNewComponentEvent Class Reference

Event class for creating interface components. More...

#include <events.h>

List of all members.

Public Member Functions

 wxIFMNewComponentEvent (int componentType)
 wxIFMNewComponentEvent (const wxIFMNewComponentEvent &event)
virtual wxEvent * Clone () const
void SetComponent (wxIFMComponent *component)


Detailed Description

Event class for creating interface components.

The type of component being created can be determined with GetComponentType(). Only components of this type should be returned by this event using SetComponent().

See also:
wxIFMDeleteComponentEvent

Definition at line 229 of file events.h.


Constructor & Destructor Documentation

wxIFMNewComponentEvent::wxIFMNewComponentEvent int  componentType  )  [inline]
 

Definition at line 233 of file events.h.

Referenced by Clone().

wxIFMNewComponentEvent::wxIFMNewComponentEvent const wxIFMNewComponentEvent event  )  [inline]
 

Definition at line 237 of file events.h.


Member Function Documentation

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

Definition at line 241 of file events.h.

References wxIFMNewComponentEvent().

void wxIFMNewComponentEvent::SetComponent wxIFMComponent component  )  [inline]
 

Sets the component to be added to the interface by this event

Definition at line 246 of file events.h.

Referenced by wxIFMDefaultPanelPlugin::OnCreateComponent(), and wxIFMDefaultContainerPlugin::OnCreateComponent().


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

 

SourceForge Logo