#include <events.h>
Collaboration diagram for wxIFMUndockEvent:

Public Member Functions | |
| wxIFMUndockEvent (wxIFMComponent *component, bool del=true) | |
| wxIFMUndockEvent (const wxIFMUndockEvent &event) | |
| virtual wxEvent * | Clone () const |
| wxIFMComponent * | GetParent () const |
| int | GetParentType () const |
| bool | GetDelete () const |
| void | SetDelete (bool d) |
| void | SetParent (wxIFMComponent *parent) |
Protected Attributes | |
| int | m_parentType |
| type of parent | |
| wxIFMComponent * | m_parent |
| parent component | |
| bool | m_delete |
| if true, the component will be deleted if it has no children left | |
Definition at line 380 of file events.h.
|
||||||||||||
|
Definition at line 143 of file events.cpp. References wxIFMComponent::GetType(), m_parent, wxIFMComponent::m_parent, and m_parentType. Referenced by Clone(). |
|
|
|
|
|
Definition at line 398 of file events.h. References wxIFMUndockEvent(). |
|
|
Definition at line 414 of file events.h. References m_delete. Referenced by wxIFMDefaultPlugin::OnUndock(). |
|
|
Definition at line 403 of file events.h. References m_parent. Referenced by wxIFMDefaultResizePlugin::OnUndock(), wxIFMDefaultPanelPlugin::OnUndock(), and wxIFMDefaultContainerPlugin::OnUndock(). |
|
|
Definition at line 408 of file events.h. References m_parentType. Referenced by wxIFMDefaultResizePlugin::OnUndock(), wxIFMDefaultPanelPlugin::OnUndock(), and wxIFMDefaultContainerPlugin::OnUndock(). |
|
|
Definition at line 415 of file events.h. References m_delete. |
|
|
Definition at line 153 of file events.cpp. References wxIFMComponent::GetType(), m_parent, and m_parentType. Referenced by wxIFMDefaultContainerPlugin::OnUndock(). |
|
|
if true, the component will be deleted if it has no children left
Definition at line 385 of file events.h. Referenced by GetDelete(), and SetDelete(). |
|
|
parent component
Definition at line 384 of file events.h. Referenced by GetParent(), SetParent(), and wxIFMUndockEvent(). |
|
|
type of parent
Definition at line 383 of file events.h. Referenced by GetParentType(), SetParent(), and wxIFMUndockEvent(). |