8 enum string_id { __VA_ARGS__ };\
9 const auto initial_string_ids = #__VA_ARGS__;
170 _background_image_baseurl_,
174 _background_attachment_,
176 _background_position_,
177 _background_position_x_,
178 _background_position_y_,
179 _background_gradient_,
187 __litehtml_border_spacing_x_,
188 __litehtml_border_spacing_y_,
196 _border_right_style_,
197 _border_bottom_style_,
201 _border_right_width_,
202 _border_bottom_width_,
206 _border_right_color_,
207 _border_bottom_color_,
214 _border_top_left_radius_,
215 _border_top_right_radius_,
216 _border_bottom_right_radius_,
217 _border_bottom_left_radius_,
219 _border_top_left_radius_x_,
220 _border_top_right_radius_x_,
221 _border_bottom_right_radius_x_,
222 _border_bottom_left_radius_x_,
224 _border_top_left_radius_y_,
225 _border_top_right_radius_y_,
226 _border_bottom_right_radius_y_,
227 _border_bottom_left_radius_y_,
231 _list_style_position_,
233 _list_style_image_baseurl_,
314 _repeating_linear_gradient_,
316 _repeating_radial_gradient_,
318 _repeating_conic_gradient_,
342 _device_aspect_ratio_,
350string_id
_id(
const string& str);
351const string&
_s(string_id
id);
Definition background.h:12
string_id _id(const string &str)
Definition string_id.cpp:38
const string_id star_id
Definition string_id.cpp:36
const string_id empty_id
Definition string_id.cpp:35
const string & _s(string_id id)
Definition string_id.cpp:48
#define STRING_ID(...)
Definition string_id.h:7