VR-Forces 4.0.4 Class Documentation
include/vrvCoreQt/vrvCoreQt.h
Go to the documentation of this file.
00001 /******************************************************************************
00002 ** Copyright (c) 2007 MAK Technologies, Inc.
00003 ** All rights reserved.
00004 ******************************************************************************/
00005 /******************************************************************************
00006 ** $RCSfile: vrvCoreQt.h,v $ $Revision: 1.12 $ $State: Exp $
00007 ******************************************************************************/
00008 
00013 
00014 #pragma once
00015 
00016 #ifdef _WIN32
00017    #ifdef vrvCoreQt_EXPORTS
00018       #define DT_DLL_VRVCOREQT __declspec ( dllexport )
00019    #else
00020       #define DT_DLL_VRVCOREQT __declspec ( dllimport )
00021 
00022       #ifdef _DEBUG
00023          #pragma comment(lib,"vrvCoreQtd.lib")
00024       #else
00025          #pragma comment(lib,"vrvCoreQt.lib")
00026       #endif
00027    #endif
00028 #else
00029    #define DT_DLL_VRVCOREQT
00030 #endif
00031 #include <vrvUtil/signalslib.h>
00032 //Disable File Dialog support. Do not use the static Qt File Dialog as they
00033 //Block rendering. Use The DtStaticFileDialog functions instead. If you must
00034 //Use the QFileDialog class simply. Type: #undef QT_NO_FILEDIALOG before the 
00035 //include.
00036 #define QT_NO_FILEDIALOG
00037 
00038 namespace makVrv
00039 {
00040    class DtDe;
00041 
00042    namespace vrvCoreQt
00043    {
00044       DT_DLL_VRVCOREQT void init(DtDe& de);
00045    }
00046 }

Document ID: Generated on Fri Jun 29 16:33:32 EDT 2012 from SVN revision 116588
Copyright © 2005-2012 VT MÄK Inc. All Rights Reserved (www.mak.com)