VR-Forces 4.0.4 Class Documentation
Public Member Functions | Protected Slots | Protected Member Functions | Protected Attributes | Friends
makVrv::DtSceneGraphTreeWidget Class Reference

Qt implementation of scene graph tree interface. More...

Inheritance diagram for makVrv::DtSceneGraphTreeWidget:
Inheritance graph
[legend]

List of all members.

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 QTreeWidgetItemrootItem ()
 Returns QTreeWidget::invisibleRootItem()
virtual void onActivate ()
 On activate.
virtual void onDeactivate ()
 On deactivate.

Protected Slots

void updateSize ()
void refresh ()

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
QTreeWidgetmyTreeWidget
QPushButtonmyRefreshButton
QCheckBoxmyResizeBox
DtSceneGraphTreeLogicmyLogic

Friends

class DtSceneGraphTreeWidgetCreator
 Let the creator create the page.

Detailed Description

Qt implementation of scene graph tree interface.


Constructor & Destructor Documentation

DTOR.

makVrv::DtSceneGraphTreeWidget::DtSceneGraphTreeWidget ( DtDe de,
QWidget parent = 0,
Qt::WindowFlags  f = 0 
) [protected]

Constructor of the page.


Member Function Documentation

virtual QIcon makVrv::DtSceneGraphTreeWidget::icon ( ) [virtual]

Get the icon of the page.

Implements makVrv::DtPage.

virtual QString makVrv::DtSceneGraphTreeWidget::title ( ) [virtual]

Get the title of the page.

Implements makVrv::DtPage.

virtual const std::string& makVrv::DtSceneGraphTreeWidget::pageClassName ( ) const [virtual]

Get the class name of the page.

Implements makVrv::DtPage.

virtual void makVrv::DtSceneGraphTreeWidget::clear ( ) [virtual]

Clear this window.

Implements makVrv::DtSceneGraphTreeWidgetInterface.

Insert pItem, under pParent.

Implements makVrv::DtSceneGraphTreeWidgetInterface.

Returns QTreeWidget::invisibleRootItem()

Implements makVrv::DtSceneGraphTreeWidgetInterface.

virtual void makVrv::DtSceneGraphTreeWidget::onActivate ( ) [virtual]

On activate.

On deactivate.

void makVrv::DtSceneGraphTreeWidget::updateSize ( ) [protected, slot]
void makVrv::DtSceneGraphTreeWidget::refresh ( ) [protected, slot]
virtual void makVrv::DtSceneGraphTreeWidget::activate ( ) [protected, virtual]

Called when the page is displayed.

Implements makVrv::DtPage.

virtual void makVrv::DtSceneGraphTreeWidget::deactivate ( ) [protected, virtual]

Called when the page is hidden.

Implements makVrv::DtPage.

virtual void makVrv::DtSceneGraphTreeWidget::showEvent ( QShowEvent *  ) [protected, virtual]

Friends And Related Function Documentation

friend class DtSceneGraphTreeWidgetCreator [friend]

Let the creator create the page.


Member Data Documentation


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

Document ID: Generated on Fri Jun 29 16:33:32 EDT 2012 from SVN revision 116588
Copyright © 2005-2012 VT MÄK Inc. All Rights Reserved (www.mak.com)