VR-Vantage 2.7 API Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator 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


Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)