VR-Forces 4.5 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator 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 Thu Mar 23 18:54:12 EDT 2017 from SVN revision 174804
Copyright © 2005-2017 VT MÄK. All Rights Reserved (www.mak.com)