#include <events.h>
Inherited by wxIFMDockEventEx.
Inheritance diagram for wxIFMDockEvent:
Public Member Functions | |
wxIFMDockEvent (wxIFMComponent *component, wxIFMComponent *destination, int index) | |
wxIFMDockEvent (const wxIFMDockEvent &event) | |
virtual wxEvent * | Clone () const |
wxIFMComponent * | GetDestination () const |
void | SetDestination (wxIFMComponent *destination) |
int | GetDestinationType () const |
int | GetIndex () const |
Protected Attributes | |
wxIFMComponent * | m_destination |
destination component to dock into | |
int | m_destinationType |
type of destination component | |
int | m_index |
position of component within its destination in index mode |
Components can be docked in two ways: position or index mode.
Position mode means that the destination component is provided with the requested (x,y) position of the component, and the destination decides where the component will end up.
Index mode means that the destination component is told that the component should be in the first, second, or nth position.
Definition at line 340 of file events.h.
|
Definition at line 126 of file events.cpp. References wxIFMComponent::GetType(), and m_destinationType. Referenced by Clone(). |
|
|
|
Reimplemented in wxIFMDockEventEx. Definition at line 358 of file events.h. References wxIFMDockEvent(). |
|
Definition at line 363 of file events.h. References m_destination. Referenced by wxIFMDefaultResizePlugin::OnDock(), wxIFMDefaultDockingPlugin::OnDock(), wxIFMDefaultPlugin::OnDock(), and wxIFMDefaultPanelPlugin::OnDock(). |
|
Definition at line 369 of file events.h. References m_destinationType. Referenced by wxIFMDefaultPanelPlugin::OnDock(), and wxIFMDefaultContainerPlugin::OnDock(). |
|
Definition at line 374 of file events.h. References m_index. Referenced by wxIFMDefaultDockingPlugin::OnDock(), wxIFMDefaultPlugin::OnDock(), and wxIFMDefaultPanelPlugin::OnDock(). |
|
Definition at line 136 of file events.cpp. References wxIFMComponent::GetType(), m_destination, and m_destinationType. |
|
destination component to dock into
Definition at line 343 of file events.h. Referenced by GetDestination(), and SetDestination(). |
|
type of destination component
Definition at line 344 of file events.h. Referenced by GetDestinationType(), SetDestination(), and wxIFMDockEvent(). |
|
position of component within its destination in index mode
Definition at line 345 of file events.h. Referenced by GetIndex(), and wxIFMDockEventEx::SetIndex(). |