Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
KEY1Token.h
Go to the documentation of this file.
1
/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
2
/*
3
* This file is part of the libetonyek project.
4
*
5
* This Source Code Form is subject to the terms of the Mozilla Public
6
* License, v. 2.0. If a copy of the MPL was not distributed with this
7
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
8
*/
9
10
#ifndef KEY1TOKEN_H_INCLUDED
11
#define KEY1TOKEN_H_INCLUDED
12
13
namespace
libetonyek
14
{
15
16
namespace
KEY1Token
17
{
18
19
enum
20
{
21
INVALID_TOKEN
= 0,
22
23
// namespaces
24
25
// elements
26
application_name
,
27
application_version
,
28
array
,
29
axes
,
30
axis
,
31
background_fill_style
,
32
body
,
33
bullet
,
34
bullet_characters
,
35
bullets
,
36
character_bullet_style
,
37
chart_prototype
,
38
color
,
39
content
,
40
dash_style
,
41
data
,
42
dict
,
43
drawables
,
44
fill_style
,
45
font
,
46
gradient
,
47
guide
,
48
guides
,
49
image
,
50
legend
,
51
line
,
52
line_head_style
,
53
line_tail_style
,
54
master_slide
,
55
master_slides
,
56
metadata
,
57
null
,
58
number
,
59
page_number
,
60
presentation
,
61
prototype_bullets
,
62
prototype_data
,
63
prototype_drawables
,
64
prototype_plugin
,
65
prototype_plugins
,
66
rect
,
67
reference
,
68
serie
,
69
series
,
70
shadow_style
,
71
shape
,
72
size
,
73
slide
,
74
slide_list
,
75
string
,
76
stroke_style
,
77
styles
,
78
symbol
,
79
text_attributes
,
80
textbox
,
81
theme
,
82
thumbnail
,
83
thumbnails
,
84
time_stamp
,
85
title
,
86
transition_style
,
87
ui_state
,
88
89
// attributes
90
altLineOpacity
,
91
altLineVisible
,
92
angle
,
93
buildChunkingStyle
,
94
bullet_indentation
,
95
byte_size
,
96
chartFrame
,
97
dataFormatterHasThousandsSeparators
,
98
dataFormatterNumberOfDecimals
,
99
dataFormatterPrefix
,
100
dataFormatterSuffix
,
101
DefaultLegendRelativePosition
,
102
DefaultLegendSize
,
103
display_name
,
104
duration
,
105
end_color
,
106
file
,
107
fill_color
,
108
fill_type
,
109
floating_content
,
110
font_name
,
111
font_size
,
112
gradient_angle
,
113
gridOpacity
,
114
id
,
115
id_ref
,
116
image_data
,
117
image_scale
,
118
interBarGap
,
119
interSeriesGap
,
120
is_filled
,
121
key
,
122
labelOpacity
,
123
labelPosition
,
124
labelVisible
,
125
layerElementsForShadowing
,
126
level
,
127
lineOpacity
,
128
lineVisible
,
129
location
,
130
lock_aspect_ratio
,
131
locked
,
132
majorTickPositions
,
133
marker_type
,
134
master_slide_id
,
135
minorTickPositions
,
136
name
,
137
natural_size
,
138
numberOfPoints
,
139
offset
,
140
opacity
,
141
orientation
,
142
paragraph_alignment
,
143
paragraph_first_line_indent
,
144
paragraph_head_indent
,
145
pattern
,
146
pieSliceOffset
,
147
pieSlicePercentVisible
,
148
point_at_top
,
149
radius
,
150
seriesDirection
,
151
showGrid
,
152
showZero
,
153
size_technique
,
154
slide_size
,
155
spacing
,
156
start_color
,
157
steps
,
158
stroke_color
,
159
stroke_width
,
160
symbolFillMode
,
161
tab_stops
,
162
tickLabelsAngle
,
163
tickLabelsOpacity
,
164
tickLabelsVisible
,
165
titleVisible
,
166
transformation
,
167
type
,
168
userMaximum
,
169
userMinimum
,
170
useUserMaximum
,
171
useUserMinimum
,
172
version
,
173
vertical_alignment
,
174
visibility
,
175
visible
,
176
width
,
177
178
// attribute values
179
180
LAST_TOKEN
181
};
182
183
}
184
185
struct
KEY1Tokenizer
186
{
187
int
operator()
(
const
char
*str)
const
;
188
};
189
190
}
191
192
#endif // KEY1TOKEN_H_INCLUDED
193
194
/* vim:set shiftwidth=2 softtabstop=2 expandtab: */
Generated for libetonyek by
doxygen
1.8.3.1