VR-Forces 5.0.2 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
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 {
26  {
27  public:
29 
30  virtual void executeInNewThread(const boost::function<void ()>& callback) = 0;
31  };
32 
33 }
34 
#define DT_DLL_VRVOSGQT
Definition: vrvOsgQt.h:22
Interface to a widget that displays the scene graph as a tree.
Definition: DtDynamicTerrainPageInterface.h:25
Contains DLL export macros.

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)