MatOCAD Logo

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

wxIFMAddChildEvent Class Reference

Event class for adding child windows to an interface. More...

#include <events.h>

Collaboration diagram for wxIFMAddChildEvent:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 wxIFMAddChildEvent (wxIFMChildDataBase *data)
 wxIFMAddChildEvent (const wxIFMAddChildEvent &event)
virtual wxEvent * Clone () const
wxIFMChildDataBaseGetChildData () const
void SetSuccess (bool s=true)
bool GetSuccess () const

Protected Attributes

wxIFMChildDataBasem_data
 data about the child window
bool m_success

Detailed Description

Event class for adding child windows to an interface.

See also:
wxIFMShowChildEvent

Definition at line 288 of file events.h.


Constructor & Destructor Documentation

wxIFMAddChildEvent::wxIFMAddChildEvent wxIFMChildDataBase data  )  [inline]
 

Definition at line 296 of file events.h.

Referenced by Clone().

wxIFMAddChildEvent::wxIFMAddChildEvent const wxIFMAddChildEvent event  )  [inline]
 

Definition at line 302 of file events.h.


Member Function Documentation

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

Definition at line 308 of file events.h.

References wxIFMAddChildEvent().

wxIFMChildDataBase* wxIFMAddChildEvent::GetChildData  )  const [inline]
 

Returns:
Data about the child being added by this event

Definition at line 313 of file events.h.

References m_data.

Referenced by wxIFMDefaultInterfacePlugin::OnAddChild().

bool wxIFMAddChildEvent::GetSuccess  )  const [inline]
 

Returns:
If the child was added successfully

Definition at line 323 of file events.h.

References m_success.

Referenced by wxInterfaceManager::AddChild().

void wxIFMAddChildEvent::SetSuccess bool  s = true  )  [inline]
 

Specifies if the child was successfully added

Definition at line 318 of file events.h.

References m_success.

Referenced by wxIFMDefaultInterfacePlugin::OnAddChild().


Member Data Documentation

wxIFMChildDataBase* wxIFMAddChildEvent::m_data [protected]
 

data about the child window

Definition at line 291 of file events.h.

Referenced by GetChildData().

bool wxIFMAddChildEvent::m_success [protected]
 

Definition at line 292 of file events.h.

Referenced by GetSuccess(), and SetSuccess().


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

 

SourceForge Logo