Libcroco
|
#include <cr-declaration.h>
Data Fields | |
CRString * | property |
The property. More... | |
CRTerm * | value |
The value of the property. More... | |
CRStatement * | parent_statement |
CRDeclaration * | next |
CRDeclaration * | prev |
gboolean | important |
glong | ref_count |
CRParsingLocation | location |
gpointer | rfu0 |
gpointer | rfu1 |
gpointer | rfu2 |
gpointer | rfu3 |
Definition at line 47 of file cr-declaration.h.
gboolean _CRDeclaration::important |
Definition at line 65 of file cr-declaration.h.
CRParsingLocation _CRDeclaration::location |
Definition at line 69 of file cr-declaration.h.
CRDeclaration* _CRDeclaration::next |
Definition at line 59 of file cr-declaration.h.
Referenced by cr_declaration_append(), cr_declaration_destroy(), cr_declaration_dump(), cr_declaration_get_by_prop_name(), cr_declaration_get_from_list(), cr_declaration_list_to_string(), cr_declaration_list_to_string2(), cr_declaration_nr_props(), cr_declaration_prepend(), and cr_declaration_unlink().
CRStatement* _CRDeclaration::parent_statement |
Definition at line 56 of file cr-declaration.h.
Referenced by cr_declaration_append2(), cr_declaration_new(), and cr_declaration_unlink().
CRDeclaration* _CRDeclaration::prev |
Definition at line 62 of file cr-declaration.h.
Referenced by cr_declaration_append(), cr_declaration_destroy(), cr_declaration_dump(), cr_declaration_prepend(), and cr_declaration_unlink().
CRString* _CRDeclaration::property |
The property.
Definition at line 50 of file cr-declaration.h.
Referenced by cr_declaration_destroy(), cr_declaration_get_by_prop_name(), cr_declaration_new(), cr_declaration_to_string(), and cr_style_set_style_from_decl().
glong _CRDeclaration::ref_count |
Definition at line 67 of file cr-declaration.h.
Referenced by cr_declaration_ref(), and cr_declaration_unref().
gpointer _CRDeclaration::rfu0 |
Definition at line 71 of file cr-declaration.h.
gpointer _CRDeclaration::rfu1 |
Definition at line 72 of file cr-declaration.h.
gpointer _CRDeclaration::rfu2 |
Definition at line 73 of file cr-declaration.h.
gpointer _CRDeclaration::rfu3 |
Definition at line 74 of file cr-declaration.h.
CRTerm* _CRDeclaration::value |
The value of the property.
Definition at line 53 of file cr-declaration.h.
Referenced by cr_declaration_destroy(), and cr_declaration_new().