#include <events.h>
Collaboration diagram for wxIFMAddChildEvent:
Public Member Functions | |
wxIFMAddChildEvent (wxIFMChildDataBase *data) | |
wxIFMAddChildEvent (const wxIFMAddChildEvent &event) | |
virtual wxEvent * | Clone () const |
wxIFMChildDataBase * | GetChildData () const |
void | SetSuccess (bool s=true) |
bool | GetSuccess () const |
Protected Attributes | |
wxIFMChildDataBase * | m_data |
data about the child window | |
bool | m_success |
Definition at line 288 of file events.h.
|
Definition at line 296 of file events.h. Referenced by Clone(). |
|
|
|
Definition at line 308 of file events.h. References wxIFMAddChildEvent(). |
|
Definition at line 313 of file events.h. References m_data. Referenced by wxIFMDefaultInterfacePlugin::OnAddChild(). |
|
Definition at line 323 of file events.h. References m_success. Referenced by wxInterfaceManager::AddChild(). |
|
Specifies if the child was successfully added Definition at line 318 of file events.h. References m_success. Referenced by wxIFMDefaultInterfacePlugin::OnAddChild(). |
|
data about the child window
Definition at line 291 of file events.h. Referenced by GetChildData(). |
|
Definition at line 292 of file events.h. Referenced by GetSuccess(), and SetSuccess(). |