HierarchyPanel Class Reference

Class representing a view for displaying and editing a scene hierarchy. More...

#include <HierarchyPanel.h>

Inheritance diagram for HierarchyPanel:

Inheritance graph
[legend]
Collaboration diagram for HierarchyPanel:

Collaboration graph
[legend]

List of all members.

Public Member Functions

 HierarchyPanel (QWidget *parent=0, Qt::WindowFlags flags=0)
 Constructor of the HierarchyPanel class.
virtual ~HierarchyPanel ()
 Destructor of the HierarchyPanel class.
virtual void fillToolBars (QToolBar *mainToolBar, QToolBar *panelToolBar)
 Fills the given tool bars in a panel frame with actions for the panel.
QTreeView * getTreeView ()
 Returns the tree view that is used to display the scene objects.


Detailed Description

Class representing a view for displaying and editing a scene hierarchy.

Constructor & Destructor Documentation

HierarchyPanel::HierarchyPanel ( QWidget *  parent = 0,
Qt::WindowFlags  flags = 0 
)

Constructor of the HierarchyPanel class.

Constructors and Destructors.

Parameters:
parent The parent widget the created instance will be a child of.
flags Extra widget options.
Constructor of the HierarchyPanel class.

Parameters:
parent The parent widget the created instance will be a child of.
flags Extra widget options.

HierarchyPanel::~HierarchyPanel (  )  [virtual]

Destructor of the HierarchyPanel class.

Defined virtual to guarantee that the destructor of a derived class will be called if the instance of the derived class is saved in a variable of its parent class type.


Member Function Documentation

void HierarchyPanel::fillToolBars ( QToolBar *  mainToolBar,
QToolBar *  panelToolBar 
) [virtual]

Fills the given tool bars in a panel frame with actions for the panel.

Public Functions.

Parameters:
mainToolBar The main tool bar to fill with actions.
panelToolBar The panel tool bar to fill with actions.
Fills the given tool bars in a panel frame with actions for the panel.

Parameters:
mainToolBar The main tool bar to fill with actions.
panelToolBar The panel tool bar to fill with actions.

Reimplemented from Panel.

QTreeView * HierarchyPanel::getTreeView (  ) 

Returns the tree view that is used to display the scene objects.

Returns:
The tree view that is used to display the scene objects.


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

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