![]() |
VR-Forces 4.3.1 Class Documentation
|
Qt implementation of scene graph tree interface. More...

Public Member Functions | |
| virtual | ~DtSceneGraphTreeWidget () |
| DTOR. | |
| 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. | |
| virtual void | clear () |
| Clear this window. | |
| virtual bool | insertTreeWidgetItem (QTreeWidgetItem *pItem, QTreeWidgetItem *pParent) |
| Insert pItem, under pParent. | |
| virtual QTreeWidgetItem * | rootItem () |
| Returns QTreeWidget::invisibleRootItem() | |
| virtual void | onActivate () |
| On activate. | |
| virtual void | onDeactivate () |
| On deactivate. | |
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 | |
| DtSceneGraphTreeWidget (DtDe &de, QWidget *parent=0, Qt::WindowFlags f=0) | |
| Constructor of the page. | |
| virtual void | activate () |
| Called when the page is displayed. | |
| virtual void | deactivate () |
| Called when the page is hidden. | |
| virtual void | showEvent (QShowEvent *) |
| void | setupGui () |
Protected Attributes | |
| std::string | myClassName |
| QTreeWidget * | myTreeWidget |
| QPushButton * | myRefreshButton |
| QPushButton * | myExpandAllButton |
| QCheckBox * | myResizeBox |
| DtSceneGraphTreeLogic * | myLogic |
Protected Attributes inherited from makVrv::DtPage | |
| DtDe & | myDe |
Friends | |
| class | DtSceneGraphTreeWidgetCreator |
| Let the creator create the page. | |
Qt implementation of scene graph tree interface.
|
virtual |
DTOR.
|
protected |
Constructor of the page.
|
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.
|
virtual |
Clear this window.
Implements makVrv::DtSceneGraphTreeWidgetInterface.
|
virtual |
Insert pItem, under pParent.
Implements makVrv::DtSceneGraphTreeWidgetInterface.
|
virtual |
Returns QTreeWidget::invisibleRootItem()
Implements makVrv::DtSceneGraphTreeWidgetInterface.
|
virtual |
On activate.
|
virtual |
On deactivate.
|
protectedslot |
|
protectedslot |
|
protectedslot |
|
protectedvirtual |
Called when the page is displayed.
Implements makVrv::DtPage.
|
protectedvirtual |
Called when the page is hidden.
Implements makVrv::DtPage.
|
protectedvirtual |
|
protected |
|
friend |
Let the creator create the page.
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |