VR-Forces 4.7 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

Document ID: Generated on Fri Apr 26 21:53:14 EDT 2019 from SVN revision 197883
Copyright © 2005-2019 VT MAK. All Rights Reserved (www.mak.com)