VR-Forces 5.0.2 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
vrfGuiCommonQt.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 class QString;
11 
12 #ifdef _WIN32
13 #ifdef VRFGUICOMMONQT_EXPORTS
14 #define DT_DLL_VRFGUICOMMONQT __declspec ( dllexport )
15 #else
16 #define DT_DLL_VRFGUICOMMONQT __declspec ( dllimport )
17 
18 #endif
19 #else
20 #define DT_DLL_VRFGUICOMMONQT
21 #endif
22 
23 namespace makVrv
24 {
25  class DtDe;
26 };
27 
28 namespace makVrf
29 {
30  namespace makVrfGuiCommonQt
31  {
33  }
34 }
35 
38 DT_DLL_VRFGUICOMMONQT double qtMakToDouble(const QString& val, bool* ok = 0);
39 DT_DLL_VRFGUICOMMONQT int qtMakToInt(const QString& val, bool* ok = 0);
40 
41 #include <vrvUtil/signalslib.h>
DT_DLL_VRFGUICOMMONQT double qtMakToDouble(const QString &val, bool *ok=0)
Routines that are used to leverage QLocale calls to be able to use commas &amp; periods in text...
DT_DLL_VRFGUICOMMONQT void init(makVrv::DtDe &ande)
#define DT_DLL_VRFGUICOMMONQT
Definition: vrfGuiCommonQt.h:20
DT_DLL_VRFGUICOMMONQT int qtMakToInt(const QString &val, bool *ok=0)
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 Sun Dec 4 20:22:03 EST 2022 from SVN revision 249613
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)