VR-Forces 5.0.1 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
MockDtSceneGraphTreeWidget.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 2006 MAK Technologies, Inc.
3 ** All rights reserved.
4 *********************************************************************/
5 #ifndef MockDtSceneGraphTreeWidget_H
6 #define MockDtSceneGraphTreeWidget_H
7 
9 
11 {
12 
13 public:
14 
16 
17  virtual ~MockDtSceneGraphTreeWidget();
18 
19  virtual bool insertTreeWidgetItem(QTreeWidgetItem* pItem,
20  QTreeWidgetItem* pParent);
21 
22  virtual QTreeWidgetItem* rootItem();
23 
24  virtual void clear() {};
25 
26  virtual void onActivate() {};
27 
28  virtual void onDeactivate() {};
29 
30 protected:
31 
33 
34 };
35 
36 #endif
virtual ~MockDtSceneGraphTreeWidget()
virtual void clear()
Definition: MockDtSceneGraphTreeWidget.h:24
virtual void onActivate()
Definition: MockDtSceneGraphTreeWidget.h:26
virtual QTreeWidgetItem * rootItem()
This returns the root item of the tree. It returns the invisibleRootItem() of the QTreeWidget class...
virtual bool insertTreeWidgetItem(QTreeWidgetItem *pItem, QTreeWidgetItem *pParent)
Definition: MockDtSceneGraphTreeWidget.h:10
virtual void onDeactivate()
Definition: MockDtSceneGraphTreeWidget.h:28
QTreeWidgetItem * pMyInvisibleRootItem
Definition: MockDtSceneGraphTreeWidget.h:28
Interface to a widget that displays the scene graph as a tree.
Definition: DtSceneGraphTreeWidgetInterface.h:22

Document ID: Generated on Mon Jun 20 00:38:30 EDT 2022 from SVN revision 244029
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)