MatOCAD Logo

Main Page | Class Hierarchy | Class List | Directories | File List | Class Members | File Members | Related Pages

wxIFMTab Class Reference

#include <definterface.h>

Collaboration diagram for wxIFMTab:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 wxIFMTab ()

Public Attributes

bool m_active
bool m_visible
wxRect m_rect
 The area this tab occupies.
wxIFMComponentm_tab
 The component this tab represents.
int m_name_width
 Width of the components name string.

Detailed Description

Data structure for tabs inside tabbedpanels

Definition at line 567 of file definterface.h.


Constructor & Destructor Documentation

wxIFMTab::wxIFMTab  )  [inline]
 

Definition at line 570 of file definterface.h.


Member Data Documentation

bool wxIFMTab::m_active
 

Definition at line 577 of file definterface.h.

Referenced by wxIFMDefaultPanelPlugin::DrawTabs(), and wxIFMDefaultPanelPlugin::OnShowComponent().

int wxIFMTab::m_name_width
 

Width of the components name string.

Definition at line 580 of file definterface.h.

Referenced by wxIFMDefaultPanelPlugin::OnDock(), and wxIFMDefaultPanelPlugin::OnUpdate().

wxRect wxIFMTab::m_rect
 

The area this tab occupies.

Definition at line 578 of file definterface.h.

Referenced by wxIFMDefaultPanelPlugin::DrawTabs(), wxIFMDefaultPanelPlugin::OnLeftDown(), and wxIFMDefaultPanelPlugin::OnUpdate().

wxIFMComponent* wxIFMTab::m_tab
 

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().

bool wxIFMTab::m_visible
 

Definition at line 577 of file definterface.h.

Referenced by wxIFMDefaultPanelPlugin::DrawTabs(), wxIFMDefaultPanelPlugin::OnLeftDown(), wxIFMDefaultPanelPlugin::OnQueryChild(), wxIFMDefaultPanelPlugin::OnShowComponent(), and wxIFMDefaultPanelPlugin::OnUpdate().


The documentation for this class was generated from the following file:

 

SourceForge Logo