#include <definterface.h>
Inherits wxIFMExtensionDataBase.
Inheritance diagram for wxIFMContainerData:
Public Member Functions | |
wxIFMContainerData () | |
wxIFMContainerData (wxIFMInterfacePluginBase *ip, wxIFMComponent *c) | |
wxIFMComponentDataKeyType | GetDataKey () const |
Static Public Member Functions | |
static wxIFMComponentDataKeyType | DataKey () |
Public Attributes | |
int | m_orientation |
where is this container? (top, bottom, left, right, docked) | |
wxRect | m_tray_rect |
area containing buttons and extras for the container. Also the drag enabled area |
Definition at line 520 of file definterface.h.
|
Definition at line 2969 of file definterface.cpp. |
|
Definition at line 2975 of file definterface.cpp. |
|
Note that this function is the static version of GetDataKey. ALL component data types must implement their own copy of this function.
Reimplemented from wxIFMExtensionDataBase. Definition at line 2986 of file definterface.cpp. |
|
Implements wxIFMExtensionDataBase. Definition at line 2981 of file definterface.cpp. |
|
where is this container? (top, bottom, left, right, docked)
Definition at line 532 of file definterface.h. Referenced by wxIFMDefaultInterfacePlugin::GetContainer(), wxIFMDefaultInterfacePlugin::OnAddChild(), wxIFMDefaultContainerPlugin::OnDock(), wxIFMDefaultDockingPlugin::OnDragEnd(), wxIFMDefaultInterfacePlugin::OnGetContentRect(), wxIFMDefaultInterfacePlugin::OnRemoveTopContainer(), wxIFMDefaultInterfacePlugin::OnUpdate(), and wxIFMDefaultResizePlugin::UpdateContainerResizeSashes(). |
|
area containing buttons and extras for the container. Also the drag enabled area
Definition at line 533 of file definterface.h. Referenced by wxIFMDefaultContainerPlugin::OnCreateComponent(), wxIFMDefaultContainerPlugin::OnLeftDown(), wxIFMDefaultContainerPlugin::OnPaintDecor(), and wxIFMDefaultContainerPlugin::OnUpdate(). |