#include <definterface.h>
Collaboration diagram for wxIFMTab:
Public Member Functions | |
wxIFMTab () | |
Public Attributes | |
bool | m_active |
bool | m_visible |
wxRect | m_rect |
The area this tab occupies. | |
wxIFMComponent * | m_tab |
The component this tab represents. | |
int | m_name_width |
Width of the components name string. |
Definition at line 567 of file definterface.h.
|
Definition at line 570 of file definterface.h. |
|
Definition at line 577 of file definterface.h. Referenced by wxIFMDefaultPanelPlugin::DrawTabs(), and wxIFMDefaultPanelPlugin::OnShowComponent(). |
|
Width of the components name string.
Definition at line 580 of file definterface.h. Referenced by wxIFMDefaultPanelPlugin::OnDock(), and wxIFMDefaultPanelPlugin::OnUpdate(). |
|
The area this tab occupies.
Definition at line 578 of file definterface.h. Referenced by wxIFMDefaultPanelPlugin::DrawTabs(), wxIFMDefaultPanelPlugin::OnLeftDown(), and wxIFMDefaultPanelPlugin::OnUpdate(). |
|
The component this tab represents.
Definition at line 579 of file definterface.h. Referenced by wxIFMDefaultPanelPlugin::DrawTabs(), wxIFMDefaultPanelPlugin::OnDock(), wxIFMDefaultPanelPlugin::OnLeftDown(), wxIFMDefaultPanelPlugin::OnPaintDecor(), wxIFMDefaultPanelPlugin::OnQueryChild(), wxIFMDefaultPanelPlugin::OnSelectTab(), wxIFMDefaultPanelPlugin::OnShowComponent(), wxIFMDefaultPanelPlugin::OnUndock(), and wxIFMDefaultPanelPlugin::OnUpdate(). |
|
Definition at line 577 of file definterface.h. Referenced by wxIFMDefaultPanelPlugin::DrawTabs(), wxIFMDefaultPanelPlugin::OnLeftDown(), wxIFMDefaultPanelPlugin::OnQueryChild(), wxIFMDefaultPanelPlugin::OnShowComponent(), and wxIFMDefaultPanelPlugin::OnUpdate(). |