#include <HierarchyPanel.h>


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. | |
| HierarchyPanel::HierarchyPanel | ( | QWidget * | parent = 0, |
|
| Qt::WindowFlags | flags = 0 | |||
| ) |
Constructor of the HierarchyPanel class.
Constructors and Destructors.
| parent | The parent widget the created instance will be a child of. | |
| flags | Extra widget options. |
| 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.
| void HierarchyPanel::fillToolBars | ( | QToolBar * | mainToolBar, | |
| QToolBar * | panelToolBar | |||
| ) | [virtual] |
Fills the given tool bars in a panel frame with actions for the panel.
Public Functions.
| mainToolBar | The main tool bar to fill with actions. | |
| panelToolBar | The panel tool bar to fill with actions. |
| 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.
1.5.9