Nui
Toggle main menu visibility
Main Page
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
Functions
_
a
b
c
d
e
f
g
i
j
l
m
n
o
p
r
s
t
u
v
w
Variables
Typedefs
Enumerations
Enumerator
Concepts
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
y
~
Functions
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
y
~
Variables
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
v
w
Typedefs
a
b
c
d
e
f
i
m
n
o
p
r
s
t
v
Enumerations
Related Symbols
c
d
h
i
o
r
s
w
Files
File List
File Members
All
_
a
c
d
e
f
i
j
l
m
n
p
s
u
w
Functions
Variables
Typedefs
Macros
_
a
c
d
e
i
j
m
n
p
w
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
Concepts
Loading...
Searching...
No Matches
nui
include
nui
frontend
attributes
svg
impl
svg_attribute_factory.hpp
Go to the documentation of this file.
1
#include <
nui/frontend/attributes/impl/attribute_factory.hpp
>
2
3
#define MAKE_SVG_VALUE_ATTRIBUTE_RENAME(NAME, SVG_NAME) \
4
namespace Nui::Attributes::Svg \
5
{ \
6
static constexpr auto NAME = AttributeFactory{SVG_NAME}; \
7
}
3
#define MAKE_SVG_VALUE_ATTRIBUTE_RENAME(NAME, SVG_NAME) \
…
8
9
#define MAKE_SVG_VALUE_ATTRIBUTE(NAME) MAKE_SVG_VALUE_ATTRIBUTE_RENAME(NAME, #NAME)
10
11
#define MAKE_SVG_EVENT_ATTRIBUTE_RENAME(NAME, SVG_ACTUAL) \
12
namespace Nui::Attributes::Svg \
13
{ \
14
namespace Names \
15
{ \
16
static constexpr auto Attr##NAME = fixToLower(SVG_ACTUAL); \
17
} \
18
static constexpr auto NAME = AttributeFactory{Names::Attr##NAME}; \
19
}
11
#define MAKE_SVG_EVENT_ATTRIBUTE_RENAME(NAME, SVG_ACTUAL) \
…
20
21
#define MAKE_SVG_EVENT_ATTRIBUTE(NAME) MAKE_SVG_EVENT_ATTRIBUTE_RENAME(NAME, #NAME)
attribute_factory.hpp
Generated by
1.9.8