VR-Forces 4.7 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 

Document ID: Generated on Fri Apr 26 21:53:14 EDT 2019 from SVN revision 197883
Copyright © 2005-2019 VT MAK. All Rights Reserved (www.mak.com)