Main Page | Alphabetical List | Data Structures | Directories | File List | Data Fields | Globals | Related Pages

_CRStyle Struct Reference

The css2 style class. More...

#include <cr-style.h>


Data Fields

CRNumPropVal num_props [NB_NUM_PROPS]
 numerical properties.
CRRgbPropVal rgb_props [NB_RGB_PROPS]
 color properties.
CRFontFamilyfont_family
CRFontSizeVal font_size
 the 'font-size' property.
CRFontSizeAdjustfont_size_adjust
gboolean inherited_props_resolved
CRStyleparent_style
gulong ref_count


Detailed Description

The css2 style class.

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.


Field Documentation

CRFontFamily* _CRStyle::font_family
 

Definition at line 263 of file cr-style.h.

Referenced by cr_style_set_props_to_default_values().

CRFontSizeVal _CRStyle::font_size
 

the 'font-size' property.

Definition at line 268 of file cr-style.h.

CRFontSizeAdjust* _CRStyle::font_size_adjust
 

Definition at line 269 of file cr-style.h.

gboolean _CRStyle::inherited_props_resolved
 

Definition at line 280 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.

CRStyle* _CRStyle::parent_style
 

Definition at line 281 of file cr-style.h.

Referenced by cr_style_set_props_to_default_values().

gulong _CRStyle::ref_count
 

Definition at line 282 of file cr-style.h.

CRRgbPropVal _CRStyle::rgb_props[NB_RGB_PROPS]
 

color properties.

They are indexed by enum CRRgbProp .

Definition at line 243 of file cr-style.h.


The documentation for this struct was generated from the following file:
Generated on Fri Oct 29 08:29:14 2004 for Libcroco by  doxygen 1.3.9.1