![]() |
VR-Forces 4.3.1 Class Documentation
|
The scene graph page displays the scene graph in a page. More...

Public Member Functions | |
| DtSceneGraphPage (DtDe &de, QWidget *pParent=0) | |
| CTOR. | |
| virtual | ~DtSceneGraphPage () |
| DTOR. | |
| virtual void | clear () |
| Clear this window. | |
| virtual bool | insertTreeWidgetItem (QTreeWidgetItem *pItem, QTreeWidgetItem *pParent) |
| Insert pItem, under pParent. | |
| virtual QTreeWidgetItem * | rootItem () |
| Returns QTreeWidget::invisibleRootItem() | |
| virtual QIcon | icon () |
| Get the icon of the page. | |
| virtual QString | title () |
| Get the title of the page. | |
| virtual const std::string & | pageClassName () const |
| Get the class name of the page. | |
Public Member Functions inherited from makVrv::DtPage | |
| DtPage (DtDe &de, QWidget *parent=0, Qt::WindowFlags f=0) | |
| CTOR for page. | |
| virtual | ~DtPage () |
| DTOR for page. | |
Protected Slots | |
| void | updateSize () |
| void | refresh () |
| void | expandAll () |
Protected Member Functions | |
| void | setupGui () |
| void | tearDownGui () |
| virtual void | activate () |
| On activate. | |
| virtual void | deactivate () |
| On deactivate. | |
Protected Attributes | |
| DtDe & | myDe |
| std::string | myClassName |
| QGridLayout * | myLayout |
| QTreeWidget * | myTreeWidget |
| QPushButton * | myRefreshButton |
| QPushButton * | myExpandAllButton |
| QCheckBox * | myResizeBox |
| DtSceneGraphTreeLogic * | myLogic |
Protected Attributes inherited from makVrv::DtPage | |
| DtDe & | myDe |
The scene graph page displays the scene graph in a page.
|
virtual |
DTOR.
|
virtual |
Clear this window.
Implements makVrv::DtSceneGraphTreeWidgetInterface.
|
virtual |
Insert pItem, under pParent.
Implements makVrv::DtSceneGraphTreeWidgetInterface.
|
virtual |
Returns QTreeWidget::invisibleRootItem()
Implements makVrv::DtSceneGraphTreeWidgetInterface.
|
virtual |
Get the icon of the page.
Implements makVrv::DtPage.
|
virtual |
Get the title of the page.
Implements makVrv::DtPage.
|
virtual |
Get the class name of the page.
Implements makVrv::DtPage.
|
protectedslot |
|
protectedslot |
|
protectedslot |
|
protected |
|
protected |
|
protectedvirtual |
On activate.
Implements makVrv::DtPage.
|
protectedvirtual |
On deactivate.
Implements makVrv::DtPage.
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |