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

_CRStyleSheet Struct Reference

An abstraction of a css stylesheet as defined by the css2 spec in chapter 4. More...

#include <cr-stylesheet.h>


Data Fields

CRStatementstatements
 The css statements list.

enum CRStyleOrigin origin
CRStatementparent_import_rule
gpointer croco_data
 custom data used by libcroco

gpointer app_data
 custom application data pointer Can be used by applications.

gulong ref_count
 the reference count of this insance Please, don't never ever modify it directly.


Detailed Description

An abstraction of a css stylesheet as defined by the css2 spec in chapter 4.

Definition at line 58 of file cr-stylesheet.h.


Field Documentation

gpointer _CRStyleSheet::app_data
 

custom application data pointer Can be used by applications.

Definition at line 75 of file cr-stylesheet.h.

gpointer _CRStyleSheet::croco_data
 

custom data used by libcroco

Definition at line 69 of file cr-stylesheet.h.

enum CRStyleOrigin _CRStyleSheet::origin
 

Definition at line 63 of file cr-stylesheet.h.

Referenced by cr_cascade_set_sheet().

CRStatement* _CRStyleSheet::parent_import_rule
 

Definition at line 66 of file cr-stylesheet.h.

gulong _CRStyleSheet::ref_count
 

the reference count of this insance Please, don't never ever modify it directly.

Use cr_stylesheet_ref() and cr_stylesheet_unref() instead.

Definition at line 83 of file cr-stylesheet.h.

Referenced by cr_stylesheet_ref(), and cr_stylesheet_unref().

CRStatement* _CRStyleSheet::statements
 

The css statements list.

Definition at line 61 of file cr-stylesheet.h.

Referenced by cr_statement_unlink(), cr_stylesheet_destroy(), cr_stylesheet_dump(), and cr_stylesheet_new().


The documentation for this struct was generated from the following file:
Generated on Wed Oct 1 01:36:54 2003 for Libcroco by doxygen 1.3.3