VR-Forces 4.5 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
include
vrfGuiCoreQt
vrfGuiCoreQt.h
Go to the documentation of this file.
1
/******************************************************************************
2
** Copyright (c) 2008 MAK Technologies, Inc.
3
** All rights reserved.
4
******************************************************************************/
5
9
11
12
#pragma once
13
14
#include <
vrvUtil/signalslib.h
>
15
16
class
QString;
17
18
#ifdef _WIN32
19
#ifdef VRFGUICOREQT_EXPORTS
20
#define DT_DLL_VRFGUICOREQT __declspec ( dllexport )
21
#else
22
#define DT_DLL_VRFGUICOREQT __declspec ( dllimport )
23
24
#ifdef _DEBUG
25
#pragma comment(lib,"vrfGuiCoreQtd.lib")
26
#else
27
#pragma comment(lib,"vrfGuiCoreQt.lib")
28
#endif
29
30
#endif
31
#else
32
#define DT_DLL_VRFGUICOREQT
33
#endif
34
35
namespace
makVrv
36
{
37
class
DtDe;
38
};
39
40
namespace
makVrf
41
{
42
namespace
makVrfGuiCoreQt
43
{
44
DT_DLL_VRFGUICOREQT
void
init
(
makVrv::DtDe
& ande);
45
}
46
}
47
50
DT_DLL_VRFGUICOREQT
double
qtMakToDouble
(
const
QString& val,
bool
* ok = 0);
51
DT_DLL_VRFGUICOREQT
int
qtMakToInt
(
const
QString& val,
bool
* ok = 0);
Document ID: Generated on Thu Mar 23 18:54:12 EDT 2017 from SVN revision 174804
Copyright © 2005-2017 VT MÄK. All Rights Reserved (
www.mak.com
)