VR-Forces 4.10 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
vrfGuiDataEntryWidgets.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2020 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
7 
8 #pragma once
9 
10 #include <vrvUtil/signalslib.h>
12 
13 class QString;
14 
15 #ifdef _WIN32
16 #ifdef VRFGUIDATAENTRYWIDGETS_EXPORTS
17 #define DT_DLL_VRFGUIDATAENTRYWIDGETS __declspec ( dllexport )
18 #else
19 #define DT_DLL_VRFGUIDATAENTRYWIDGETS __declspec ( dllimport )
20 
21 #endif
22 #else
23 #define DT_DLL_VRFGUIDATAENTRYWIDGETS
24 #endif
25 
26 namespace makVrv
27 {
28  class DtDe;
29 };
30 
31 namespace makVrf
32 {
33  namespace makVrfGuiDataEntryWidgets
34  {
36  }
37 }
#define DT_DLL_VRFGUIDATAENTRYWIDGETS
Definition: vrfGuiDataEntryWidgets.h:23
DT_DLL_VRFGUIDATAENTRYWIDGETS void init(makVrv::DtDe &ande)
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:69

Document ID: Generated on Tue Sep 21 17:42:52 EDT 2021 from SVN revision 234861
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)