Libcroco
Data Fields
_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. More...
 
enum CRStyleOrigin origin
 
CRStatementparent_import_rule
 
gpointer croco_data
 custom data used by libcroco More...
 
gpointer app_data
 custom application data pointer Can be used by applications. More...
 
gulong ref_count
 the reference count of this insance Please, don't never ever modify it directly. More...
 

Detailed Description

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

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

Field Documentation

◆ app_data

gpointer _CRStyleSheet::app_data

custom application data pointer Can be used by applications.

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

◆ croco_data

gpointer _CRStyleSheet::croco_data

custom data used by libcroco

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

◆ origin

enum CRStyleOrigin _CRStyleSheet::origin

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

Referenced by cr_cascade_set_sheet().

◆ parent_import_rule

CRStatement* _CRStyleSheet::parent_import_rule

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

◆ ref_count

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 82 of file cr-stylesheet.h.

Referenced by cr_stylesheet_ref(), and cr_stylesheet_unref().

◆ statements

CRStatement* _CRStyleSheet::statements

The documentation for this struct was generated from the following file: