VR-Forces 4.8 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
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
/******************************************************************************
6
** $RCSfile: DtDynamicTerrainPageInterface.h,v $ $Revision: 169216 $ $State: Exp $
7
******************************************************************************/
8
11
12
#pragma once
13
14
#include <
vrvOsgQt/vrvOsgQt.h
>
15
#include <QtCore/qstringlist.h>
16
17
#include <boost/function.hpp>
18
19
class
QTreeWidgetItem
;
20
class
QAbstractItemModel
;
21
class
QModelIndex;
22
23
namespace
makVrv
24
{
28
class
DT_DLL_VRVOSGQT
DtDynamicTerrainPageInterface
29
{
30
public
:
31
virtual
~
DtDynamicTerrainPageInterface
();
32
33
virtual
void
executeInNewThread(
const
boost::function<
void
()>& callback) = 0;
34
};
35
36
}
37
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:28
vrvOsgQt.h
Contains DLL export macros.
QTreeWidgetItem
QAbstractItemModel
Document ID: Generated on Thu Aug 27 10:56:05 EDT 2020 from SVN revision 217100
Copyright © 2005-2020 MAK Technologies. All Rights Reserved (
www.mak.com
)