Libcroco
|
The abstraction of a css ruleset. More...
#include <cr-statement.h>
Data Fields | |
CRSelector * | sel_list |
A list of instances of #CRSimpeSel. More... | |
CRDeclaration * | decl_list |
A list of instances of CRDeclaration. More... | |
CRStatement * | parent_media_rule |
The parent media rule, or NULL if no parent media rule exists. More... | |
The abstraction of a css ruleset.
A ruleset is made of a list of selectors, followed by a list of declarations.
Definition at line 63 of file cr-statement.h.
CRDeclaration* _CRRuleSet::decl_list |
A list of instances of CRDeclaration.
Definition at line 69 of file cr-statement.h.
Referenced by cr_declaration_unlink(), cr_statement_new_ruleset(), cr_statement_ruleset_append_decl(), cr_statement_ruleset_append_decl2(), cr_statement_ruleset_get_declarations(), and cr_statement_ruleset_set_decl_list().
CRStatement* _CRRuleSet::parent_media_rule |
The parent media rule, or NULL if no parent media rule exists.
Definition at line 75 of file cr-statement.h.
Referenced by cr_statement_new_ruleset().
CRSelector* _CRRuleSet::sel_list |
A list of instances of #CRSimpeSel.
Definition at line 66 of file cr-statement.h.
Referenced by cr_statement_new_ruleset(), cr_statement_ruleset_get_sel_list(), cr_statement_ruleset_set_decl_list(), and cr_statement_ruleset_set_sel_list().