VR-Forces 5.0.2 Developer's Guide
Home
Modules
Namespaces
Classes
Files
Examples
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
include
vrvOsgQt
DtSceneGraphTreeWidgetInterface.h
Go to the documentation of this file.
1
/******************************************************************************
2
** Copyright (c) 2018 MAK Technologies, Inc.
3
** All rights reserved.
4
******************************************************************************/
5
6
#pragma once
7
10
11
#include <
vrvOsgQt/vrvOsgQt.h
>
12
#include <QtCore/qstringlist.h>
13
14
class
QTreeWidgetItem
;
15
16
namespace
makVrv
17
{
18
22
class
DT_DLL_VRVOSGQT
DtSceneGraphTreeWidgetInterface
23
{
24
public
:
25
virtual
~DtSceneGraphTreeWidgetInterface
() {};
26
29
virtual
QTreeWidgetItem
* rootItem() = 0;
30
virtual
void
clear() = 0;
31
virtual
bool
insertTreeWidgetItem(
QTreeWidgetItem
* pItem,
QTreeWidgetItem
* pParent) = 0;
32
};
33
34
}
35
36
makVrv::DtSceneGraphTreeWidgetInterface::~DtSceneGraphTreeWidgetInterface
virtual ~DtSceneGraphTreeWidgetInterface()
Definition:
DtSceneGraphTreeWidgetInterface.h:25
DT_DLL_VRVOSGQT
#define DT_DLL_VRVOSGQT
Definition:
vrvOsgQt.h:22
vrvOsgQt.h
Contains DLL export macros.
QTreeWidgetItem
makVrv::DtSceneGraphTreeWidgetInterface
Interface to a widget that displays the scene graph as a tree.
Definition:
DtSceneGraphTreeWidgetInterface.h:22
Document ID: Generated on Sun Dec 4 20:22:03 EST 2022 from SVN revision 249613
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (
www.mak.com
)