Loading [MathJax]/extensions/TeX/AMSmath.js
Radium Engine
1.5.0
Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace Members
All
a
c
d
f
g
i
l
m
n
o
p
q
r
s
t
v
Functions
a
c
d
f
g
i
l
n
o
p
q
r
s
t
v
Variables
Typedefs
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
~
Functions
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
~
Variables
b
d
f
h
i
m
n
s
t
v
w
Typedefs
a
b
c
f
g
i
k
o
r
s
t
u
v
Enumerations
Enumerator
Related Functions
Files
File List
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Modules
Pages
RaPluginBase.hpp
1
#pragma once
2
#include <Core/CoreMacros.hpp>
3
5
#if defined RA_PLUGINBASE_EXPORTS
6
# define RA_PLUGINBASE_API DLL_EXPORT
7
#elif defined RA_PLUGINBASE_STATIC
8
# define RA_PLUGINBASE_API
9
#else
10
# define RA_PLUGINBASE_API DLL_IMPORT
11
#endif
12
19
#ifdef PLUGIN_IS_COMPILED_WITH_DEBUG_INFO
20
# define Q_RADIUM_PLUGIN_METADATA \
21
Q_PLUGIN_METADATA( IID "RadiumEngine.PluginInterface"
FILE "pluginMetaDataDebug.json" )
22
#else
23
# define Q_RADIUM_PLUGIN_METADATA \
24
Q_PLUGIN_METADATA( IID "RadiumEngine.PluginInterface"
FILE "pluginMetaDataRelease.json" )
25
#endif
src
PluginBase
RaPluginBase.hpp
Generated on Wed Apr 5 2023 15:07:32 for Radium Engine by
1.9.1