#include <cr-style.h>
Data Fields | |
CRNumPropVal | num_props [NB_NUM_PROPS] |
numerical properties. | |
CRRgbPropVal | rgb_props [NB_RGB_PROPS] |
color properties. | |
enum CRBorderStyle | border_style_props [NB_BORDER_STYLE_PROPS] |
border style properties. | |
enum CRDisplayType | display |
box display type | |
enum CRPositionType | position |
the positioning scheme | |
enum CRFloatType | float_type |
the float property | |
CRFontFamily * | font_family |
CRFontSizeVal | font_size |
the 'font-size' property. | |
CRFontSizeAdjust * | font_size_adjust |
enum CRFontStyle | font_style |
enum CRFontVariant | font_variant |
enum CRFontWeight | font_weight |
enum CRFontStretch | font_stretch |
enum CRWhiteSpaceType | white_space |
the 'tex' properties | |
gboolean | inherited_props_resolved |
CRStyle * | parent_style |
gulong | ref_count |
Contains computed and actual values inferred from the declarations found in the stylesheets. See css2 spec chapter 6.
Definition at line 230 of file cr-style.h.
CRNumPropVal _CRStyle::num_props[NB_NUM_PROPS] |
numerical properties.
the properties are indexed by enum CRNumProp.
Definition at line 237 of file cr-style.h.
CRRgbPropVal _CRStyle::rgb_props[NB_RGB_PROPS] |
enum CRBorderStyle _CRStyle::border_style_props[NB_BORDER_STYLE_PROPS] |
border style properties.
They are indexed by enum CRBorderStyleProp .
Definition at line 249 of file cr-style.h.
Definition at line 263 of file cr-style.h.
Definition at line 269 of file cr-style.h.
Definition at line 270 of file cr-style.h.
Definition at line 271 of file cr-style.h.
Definition at line 272 of file cr-style.h.
Definition at line 273 of file cr-style.h.
gboolean _CRStyle::inherited_props_resolved |
Definition at line 280 of file cr-style.h.
Definition at line 281 of file cr-style.h.
gulong _CRStyle::ref_count |
Definition at line 282 of file cr-style.h.