VR-Forces 4.8 Class Documentation
 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 /*********************************************************************
6 ** $RCSfile: MockDtSceneGraphTreeWidget.h,v $ $Revision: 1.6 $ $State: Exp $
7 *********************************************************************/
8 #ifndef MockDtSceneGraphTreeWidget_H
9 #define MockDtSceneGraphTreeWidget_H
10 
12 
14 {
15 
16 public:
17 
19 
20  virtual ~MockDtSceneGraphTreeWidget();
21 
22  virtual bool insertTreeWidgetItem(QTreeWidgetItem* pItem,
23  QTreeWidgetItem* pParent);
24 
25  virtual QTreeWidgetItem* rootItem();
26 
27  virtual void clear() {};
28 
29  virtual void onActivate() {};
30 
31  virtual void onDeactivate() {};
32 
33 protected:
34 
36 
37 };
38 
39 #endif
virtual ~MockDtSceneGraphTreeWidget()
virtual void clear()
Definition: MockDtSceneGraphTreeWidget.h:27
virtual void onActivate()
Definition: MockDtSceneGraphTreeWidget.h:29
virtual QTreeWidgetItem * rootItem()
This returns the root item of the tree.
virtual bool insertTreeWidgetItem(QTreeWidgetItem *pItem, QTreeWidgetItem *pParent)
Definition: MockDtSceneGraphTreeWidget.h:13
virtual void onDeactivate()
Definition: MockDtSceneGraphTreeWidget.h:31
QTreeWidgetItem * pMyInvisibleRootItem
Definition: MockDtSceneGraphTreeWidget.h:31
Interface to a widget that displays the scene graph as a tree.
Definition: DtSceneGraphTreeWidgetInterface.h:22

Document ID: Generated on Thu Aug 27 10:56:05 EDT 2020 from SVN revision 217100
Copyright © 2005-2020 MAK Technologies. All Rights Reserved (www.mak.com)