VR-Forces 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
DtDynamicTerrainPageInterface.h
Go to the documentation of this file.
1
/******************************************************************************
2
** Copyright (c) 2016 MAK Technologies, Inc.
3
** All rights reserved.
4
******************************************************************************/
5
8
9
#pragma once
10
11
#include <
vrvOsgQt/vrvOsgQt.h
>
12
#include <QtCore/qstringlist.h>
13
14
#include <boost/function.hpp>
15
16
class
QTreeWidgetItem
;
17
class
QAbstractItemModel
;
18
class
QModelIndex;
19
20
namespace
makVrv
21
{
25
class
DT_DLL_VRVOSGQT
DtDynamicTerrainPageInterface
26
{
27
public
:
28
virtual
~
DtDynamicTerrainPageInterface
();
29
30
virtual
void
executeInNewThread(
const
boost::function<
void
()>& callback) = 0;
31
};
32
33
}
34
DT_DLL_VRVOSGQT
#define DT_DLL_VRVOSGQT
Definition:
vrvOsgQt.h:22
makVrv::DtDynamicTerrainPageInterface
Interface to a widget that displays the scene graph as a tree.
Definition:
DtDynamicTerrainPageInterface.h:25
vrvOsgQt.h
Contains DLL export macros.
QTreeWidgetItem
QAbstractItemModel
Document ID: Generated on Tue Sep 24 19:28:17 EDT 2024 from SVN revision 269799
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (
www.mak.com
)