ViewPanel Class Reference

Base class for all view panel classes. More...

#include <ViewPanel.h>

Inheritance diagram for ViewPanel:

Inheritance graph
[legend]
Collaboration diagram for ViewPanel:

Collaboration graph
[legend]

List of all members.

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.


Detailed Description

Base class for all view panel classes.

Member Enumeration Documentation

Nested enumeration for the different types of view panels.

Enumerator:
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.


Constructor & Destructor Documentation

ViewPanel::ViewPanel ( ViewPanel::Type  viewPanelType,
QWidget *  parent = 0,
Qt::WindowFlags  flags = 0 
)

Constructor of the ViewPanel class.

Constructors and Destructors.

Parameters:
viewPanelType The type of view panel to create.
parent The parent widget the created instance will be a child of.
flags Extra widget options.
Constructor of the ViewPanel class.

Parameters:
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.


Member Function Documentation

ViewPanel::Type ViewPanel::getViewPanelType (  ) 

Returns the type of the view panel.

Public Functions.

Returns:
The type of the view panel.
Returns the type of the view panel.

Returns:
The type of the view panel.


Member Data Documentation

The type of the view panel.


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

Generated on Wed Feb 24 15:01:03 2010 for Frapper by  doxygen 1.5.9