VR-Forces Development_Version Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator 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 Tue Mar 8 22:13:38 EST 2016 from SVN revision 162938
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)