g4tools
5.4.0
Main Page
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
z
Functions
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
Variables
Typedefs
a
b
c
d
e
f
h
i
k
l
m
o
p
r
s
u
w
z
Enumerations
Enumerator
_
a
b
c
d
f
g
h
i
k
l
m
n
o
p
r
s
t
u
w
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
y
z
Typedefs
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
w
z
Enumerations
Enumerator
a
b
c
d
e
f
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
Related Functions
Files
File List
File Members
All
_
a
b
c
d
e
f
g
i
l
m
o
p
r
s
t
v
w
x
z
Functions
_
d
g
i
m
p
s
t
v
Typedefs
_
a
c
d
e
g
m
p
s
t
Enumerations
Enumerator
Macros
_
a
b
c
d
e
f
g
i
l
m
o
p
r
s
t
v
w
x
z
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
g4tools
tools
sg
senums
Go to the documentation of this file.
1
// Copyright (C) 2010, Guy Barrand. All rights reserved.
2
// See the file tools.license for terms.
3
4
#ifndef tools_sg_senums
5
#define tools_sg_senums
6
7
// string version of sg::enums.
8
9
#include "../S_STRING"
10
#include <string>
11
12
namespace
tools
{
13
namespace
sg {
14
15
TOOLS_GLOBAL_STRING
(
gsto_mode
)
16
// values :
17
TOOLS_GLOBAL_STRING
(
gsto_gl_vbo
)
18
TOOLS_GLOBAL_STRING
(
gsto_gl_list
)
19
TOOLS_GLOBAL_STRING
(
gsto_memory
)
20
21
TOOLS_GLOBAL_STRING
(
camera_type
)
22
// values :
23
TOOLS_GLOBAL_STRING
(
camera_ortho
)
24
TOOLS_GLOBAL_STRING
(
camera_perspective
)
25
26
//TOOLS_GLOBAL_STRING(layout_policy)
27
// values :
28
TOOLS_GLOBAL_STRING
(
layout_text_under_image
)
29
TOOLS_GLOBAL_STRING
(
layout_text_at_left_of_image
)
30
31
}}
32
33
#endif
TOOLS_GLOBAL_STRING
#define TOOLS_GLOBAL_STRING(a_name)
Definition:
S_STRING:29
tools::sg::gsto_mode
gsto_mode
Definition:
enums:172
tools::sg::layout_text_under_image
@ layout_text_under_image
Definition:
enums:179
tools::sg::camera_type
camera_type
Definition:
enums:167
tools::sg::layout_text_at_left_of_image
@ layout_text_at_left_of_image
Definition:
enums:180
tools::sg::gsto_gl_vbo
@ gsto_gl_vbo
Definition:
enums:174
tools::sg::camera_perspective
@ camera_perspective
Definition:
enums:169
tools::sg::camera_ortho
@ camera_ortho
Definition:
enums:168
tools
inlined C code : ///////////////////////////////////
Definition:
aida_ntuple:26
tools::sg::gsto_memory
@ gsto_memory
Definition:
enums:173
tools::sg::gsto_gl_list
@ gsto_gl_list
Definition:
enums:175
Generated by
1.8.20