g4tools
5.4.0
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