VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
vrvOsgEarthQt.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2019 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
6 
11 
12 #ifndef vrvOsgEarthQt_H_
13 #define vrvOsgEarthQt_H_
14 
15 #ifdef _WIN32
16 #pragma once
17 
18 #ifdef vrvOsgEarthQt_EXPORTS
19 #define DT_DLL_VRVOSGEARTHQT __declspec ( dllexport )
20 #else
21 #define DT_DLL_VRVOSGEARTHQT __declspec ( dllimport )
22 
23 #endif
24 #else
25 #define DT_DLL_VRVOSGEARTHQT
26 #endif
27 
28 #include <vrvUtil/signalslib.h>
29 
30 namespace makVrv
31 {
32  class DtDe;
33  namespace vrvOsgEarthQt
34  {
35  DT_DLL_VRVOSGEARTHQT void init(DtDe& anIG);
36  }
37 }
38 
39 #endif
DT_DLL_VRVOSGEARTHQT void init(DtDe &anIG)
#define DT_DLL_VRVOSGEARTHQT
Definition: vrvOsgEarthQt.h:25
The DtDe is the core component of any VR-Vantage application. It owns a DtRenderer, DtDeCommunicator, as well as a DtDisplay and other things.
Definition: DtDe.h:72

Document ID: Generated on Wed Mar 27 22:49:11 EDT 2024 from SVN revision 264633
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)