#include <ViewPanel.h>


Public Types | |
| enum | Type { T_Documentation, T_Viewport, T_NetworkEditor, T_HierarchyEditor, T_ParameterEditor, T_CurveEditor, T_Timeline, T_PluginPanel, T_NumTypes } |
| Nested enumeration for the different types of view panels. More... | |
Public Member Functions | |
| ViewPanel (Type viewPanelType, QWidget *parent=0, Qt::WindowFlags flags=0) | |
| Constructor of the ViewPanel class. | |
| Type | getViewPanelType () |
| Returns the type of the view panel. | |
Private Attributes | |
| Type | m_viewPanelType |
| The type of the view panel. | |
| enum ViewPanel::Type |
Nested enumeration for the different types of view panels.
| T_Documentation | Value for panel frames containing a DocumentationPanel. |
| T_Viewport | Value for panel frames containing a ViewportPanel. |
| T_NetworkEditor | Value for panel frames containing a NetworkPanel. |
| T_HierarchyEditor | Value for panel frames containing a HierarchyPanel. |
| T_ParameterEditor | Value for panel frames containing a ParameterPanel. |
| T_CurveEditor | Value for panel frames containing a CurveEditorPanel. |
| T_Timeline | Value for panel frames containing a TimelinePanel. |
| T_PluginPanel | |
| T_NumTypes | The number of panel types available. |
Reimplemented from Panel.
| ViewPanel::ViewPanel | ( | ViewPanel::Type | viewPanelType, | |
| QWidget * | parent = 0, |
|||
| Qt::WindowFlags | flags = 0 | |||
| ) |
Constructor of the ViewPanel class.
Constructors and Destructors.
| viewPanelType | The type of view panel to create. | |
| parent | The parent widget the created instance will be a child of. | |
| flags | Extra widget options. |
| viewPanelType | The type of the view panel to create. | |
| parent | The parent widget the created instance will be a child of. | |
| flags | Extra widget options. |
| ViewPanel::Type ViewPanel::getViewPanelType | ( | ) |
Returns the type of the view panel.
Public Functions.
Type ViewPanel::m_viewPanelType [private] |
The type of the view panel.
1.5.9