#include "cr-utils.h"
#include "cr-statement.h"
Go to the source code of this file.
Data Structures | |
struct | _CRStyleSheet |
An abstraction of a css stylesheet as defined by the css2 spec in chapter 4. More... | |
Enumerations | |
enum | CRStyleOrigin { ORIGIN_UA = 0, ORIGIN_USER, ORIGIN_AUTHOR, NB_ORIGINS } |
Functions | |
CRStyleSheet * | cr_stylesheet_new (CRStatement *a_stmts) |
Constructor of the CRStyleSheet class. | |
void | cr_stylesheet_dump (CRStyleSheet *a_this, FILE *a_fp) |
Dumps the current css2 stylesheet to a file. | |
void | cr_stylesheet_ref (CRStyleSheet *a_this) |
gboolean | cr_stylesheet_unref (CRStyleSheet *a_this) |
void | cr_stylesheet_destroy (CRStyleSheet *a_this) |
Destructor of the CRStyleSheet class. |
Definition in file cr-stylesheet.h.
|
Definition at line 39 of file cr-stylesheet.h. Referenced by cr_sel_eng_get_matched_properties_from_cascade(). |
|
Destructor of the CRStyleSheet class.
Definition at line 112 of file cr-stylesheet.c. References cr_statement_destroy(), and _CRStyleSheet::statements. Referenced by cr_box_view_new_from_xml_css_bufs(), and cr_stylesheet_unref(). |
|
Dumps the current css2 stylesheet to a file.
Definition at line 67 of file cr-stylesheet.c. References cr_statement_dump(), _CRStatement::next, and _CRStyleSheet::statements. |
|
Constructor of the CRStyleSheet class.
Definition at line 41 of file cr-stylesheet.c. References cr_utils_trace_info, and _CRStyleSheet::statements. |
|
Definition at line 82 of file cr-stylesheet.c. References _CRStyleSheet::ref_count. Referenced by cr_cascade_set_sheet(). |
|
Definition at line 90 of file cr-stylesheet.c. References cr_stylesheet_destroy(), and _CRStyleSheet::ref_count. Referenced by cr_cascade_destroy(), and cr_cascade_set_sheet(). |