VR-Forces 4.10 Class Documentation
 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 #include <vrvUtil/signalslib.h>
11 
12 class QString;
13 
14 #ifdef _WIN32
15 #ifdef VRFGUICOMMONQT_EXPORTS
16 #define DT_DLL_VRFGUICOMMONQT __declspec ( dllexport )
17 #else
18 #define DT_DLL_VRFGUICOMMONQT __declspec ( dllimport )
19 
20 #endif
21 #else
22 #define DT_DLL_VRFGUICOMMONQT
23 #endif
24 
25 namespace makVrv
26 {
27  class DtDe;
28 };
29 
30 namespace makVrf
31 {
32  namespace makVrfGuiCommonQt
33  {
35  }
36 }
37 
40 DT_DLL_VRFGUICOMMONQT double qtMakToDouble(const QString& val, bool* ok = 0);
41 DT_DLL_VRFGUICOMMONQT int qtMakToInt(const QString& val, bool* ok = 0);
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:22
DT_DLL_VRFGUICOMMONQT int qtMakToInt(const QString &val, bool *ok=0)
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)