#include <definterface.h>
Inherits wxIFMExtensionDataBase.
Inheritance diagram for wxIFMPanelData:
Public Member Functions | |
wxIFMPanelData () | |
wxIFMPanelData (wxIFMInterfacePluginBase *ip, wxIFMComponent *c) | |
~wxIFMPanelData () | |
wxIFMComponentDataKeyType | GetDataKey () const |
Static Public Member Functions | |
static wxIFMComponentDataKeyType | DataKey () |
Public Attributes | |
wxIFMComponentButtonManager | m_button_manager |
int | m_active_tab_index |
index of the currently selected tab | |
wxIFMTab * | m_active_tab |
the selected tab | |
wxRect | m_caption |
wxPoint | m_titlePos |
bool | m_dont_hide_tab |
wxIFMTabArray | m_tabs |
Definition at line 586 of file definterface.h.
|
Definition at line 591 of file definterface.h. |
|
Definition at line 3015 of file definterface.cpp. |
|
Definition at line 3022 of file definterface.cpp. References m_tabs. |
|
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 3035 of file definterface.cpp. |
|
Implements wxIFMExtensionDataBase. Definition at line 3030 of file definterface.cpp. |
|
the selected tab
Definition at line 602 of file definterface.h. Referenced by wxIFMDefaultPanelPlugin::OnPaintDecor(), wxIFMDefaultPanelPlugin::OnSelectTab(), wxIFMDefaultPanelPlugin::OnUndock(), and wxIFMDefaultPanelPlugin::OnUpdate(). |
|
index of the currently selected tab
Definition at line 601 of file definterface.h. |
|
Definition at line 599 of file definterface.h. Referenced by wxIFMDefaultPanelPlugin::OnCreateComponent(), wxIFMDefaultPanelPlugin::OnDestroyComponent(), wxIFMDefaultPanelPlugin::OnUpdate(), and wxIFMDefaultPanelPlugin::OnVisibilityChanged(). |
|
Definition at line 603 of file definterface.h. Referenced by wxIFMDefaultPanelPlugin::OnLeftDown(), wxIFMDefaultPanelPlugin::OnPaintDecor(), and wxIFMDefaultPanelPlugin::OnUpdate(). |
|
Before hiding a child because it is not selected, this member will be set to true. During wxIFMShowComponentEvent processing, the tab associated with the child will be hidden only if this member is false. If that is not the case, it won't hide the tab and it will set this member to false. Definition at line 612 of file definterface.h. Referenced by wxIFMDefaultPanelPlugin::OnSelectTab(), and wxIFMDefaultPanelPlugin::OnShowComponent(). |
|
|
Definition at line 604 of file definterface.h. Referenced by wxIFMDefaultPanelPlugin::OnPaintDecor(), and wxIFMDefaultPanelPlugin::OnUpdate(). |