VR-Forces 4.7 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
vrvCoreQt.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2007 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 /******************************************************************************
6 ** $RCSfile: vrvCoreQt.h,v $ $Revision: 1.12 $ $State: Exp $
7 ******************************************************************************/
8 
13 
14 #pragma once
15 
16 #ifdef _WIN32
17  #ifdef vrvCoreQt_EXPORTS
18  #define DT_DLL_VRVCOREQT __declspec ( dllexport )
19  #else
20  #define DT_DLL_VRVCOREQT __declspec ( dllimport )
21 
22  #ifdef _DEBUG
23  #pragma comment(lib,"vrvCoreQtd.lib")
24  #else
25  #pragma comment(lib,"vrvCoreQt.lib")
26  #endif
27  #endif
28 #else
29  #define DT_DLL_VRVCOREQT
30 #endif
31 #include <vrvUtil/signalslib.h>
32 //Disable File Dialog support. Do not use the static Qt File Dialog as they
33 //Block rendering. Use The DtStaticFileDialog functions instead. If you must
34 //Use the QFileDialog class simply. Type: #undef QT_NO_FILEDIALOG before the
35 //include.
36 #define QT_NO_FILEDIALOG
37 
38 namespace makVrv
39 {
40  class DtDe;
41 
42  namespace vrvCoreQt
43  {
44  DT_DLL_VRVCOREQT void init(DtDe& de);
45  }
46 }

Document ID: Generated on Fri Apr 26 21:53:14 EDT 2019 from SVN revision 197883
Copyright © 2005-2019 VT MAK. All Rights Reserved (www.mak.com)