VR-Forces 4.3.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
appsrc
vrvTester
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
11
#include <
vrvOsgQt/DtSceneGraphTreeWidgetInterface.h
>
12
13
class
MockDtSceneGraphTreeWidget
:
public
makVrv::DtSceneGraphTreeWidgetInterface
14
{
15
16
public
:
17
18
MockDtSceneGraphTreeWidget
();
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
35
QTreeWidgetItem
*
pMyInvisibleRootItem
;
36
37
};
38
39
#endif
Document ID: Generated on Wed Jul 29 00:55:00 EDT 2015 from SVN revision 155257
Copyright © 2005-2015 VT MÄK. All Rights Reserved (
www.mak.com
)