VR-Forces 4.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrfGuiCoreQtPlugin
vrfGuiCoreQtPlugin.h
Go to the documentation of this file.
1
/******************************************************************************
2
** Copyright (c) 2008 MAK Technologies, Inc.
3
** All rights reserved.
4
******************************************************************************/
5
/******************************************************************************
6
** $RCSfile: vrfGuiCoreQtPlugin.h,v $ $Revision: 1.1 $ $State: Exp $
7
******************************************************************************/
8
12
14
15
#pragma once
16
17
#include "
vrfutil/vrfPluginInformation.h
"
18
19
#ifdef _WIN32
20
#ifdef VRFPLUGIN_EXPORTS
21
#define DT_DLL_VRFGUICOREQTPLUGINEXPORT __declspec ( dllexport )
22
#define DT_DLL_VRFGUICOREQTEXPORT __declspec ( dllexport )
23
#else
24
#define DT_DLL_VRFGUICOREQTPLUGINEXPORT __declspec ( dllimport )
25
#define DT_DLL_VRFGUICOREQTEXPORT __declspec ( dllimport )
26
27
#endif
28
#else
29
#define DT_DLL_VRFGUICOREQTPLUGINEXPORT
30
#define DT_DLL_VRFGUICOREQTEXPORT
31
#endif
32
33
namespace
makVrv
34
{
35
class
DtDe;
36
}
37
38
namespace
makVrf
39
{
40
namespace
makVrfGuiCoreQt
41
{
42
DT_DLL_VRFGUICOREQTEXPORT
void
init
(
makVrv::DtDe
& ande);
43
}
44
}
Document ID: Generated on Tue Jan 29 18:21:16 EST 2013 from SVN revision 123193
Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (
www.mak.com
)