VR-Forces 5.0.3 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
vrvOsgQt.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2019 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
10 
11 #ifndef vrvOsgQt_H_
12 #define vrvOsgQt_H_
13 
14 #ifdef _WIN32
15 #ifdef vrvOsgQt_EXPORTS
16 #define DT_DLL_VRVOSGQT __declspec ( dllexport )
17 #else
18 #define DT_DLL_VRVOSGQT __declspec ( dllimport )
19 
20 #endif
21 #else
22 #define DT_DLL_VRVOSGQT
23 #endif
24 
25 #include <vrvUtil/signalslib.h>
26 
27 namespace makVrv
28 {
29  class DtDe;
30 
31  namespace vrvOsgQt
32  {
33  DT_DLL_VRVOSGQT void init(DtDe& de);
34  }
35 }
36 
37 #endif
#define DT_DLL_VRVOSGQT
Definition: vrvOsgQt.h:22
DT_DLL_VRVOSGQT void init(DtDe &de)
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:70

Document ID: Generated on Thu Jun 1 17:58:13 EDT 2023 from SVN revision 255404
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)