VR-Forces 4.8 Class Documentation
 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 /******************************************************************************
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 {
29  {
30  public:
32 
33  virtual void executeInNewThread(const boost::function<void ()>& callback) = 0;
34  };
35 
36 }
37 
#define DT_DLL_VRVOSGQT
Definition: vrvOsgQt.h:22
Interface to a widget that displays the scene graph as a tree.
Definition: DtDynamicTerrainPageInterface.h:28
Contains DLL export macros.

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)