#include <cr-statement.h>
Data Fields | |
| enum CRStatementType | type |
| The type of the statement. | |
| union { | |
| CRRuleSet * ruleset | |
| CRAtImportRule * import_rule | |
| CRAtMediaRule * media_rule | |
| CRAtPageRule * page_rule | |
| CRAtCharsetRule * charset_rule | |
| CRAtFontFaceRule * font_face_rule | |
| } | kind |
| gulong | specificity |
| CRStyleSheet * | parent_sheet |
| CRStatement * | next |
| CRStatement * | prev |
| gpointer | app_data |
| a custom pointer useable by applications that use libcroco. | |
| gpointer | croco_data |
| a custom pointer used by the upper layers of libcroco. | |
|
|
a custom pointer useable by applications that use libcroco. libcroco itself will never modify this pointer. Definition at line 222 of file cr-statement.h. |
|
|
Definition at line 196 of file cr-statement.h. |
|
|
a custom pointer used by the upper layers of libcroco. application should never use this pointer. Definition at line 230 of file cr-statement.h. |
|
|
Definition at line 197 of file cr-statement.h. Referenced by cr_declaration_unlink(). |
|
|
Definition at line 193 of file cr-statement.h. |
|
|
|
Definition at line 194 of file cr-statement.h. |
|
|
Definition at line 213 of file cr-statement.h. Referenced by cr_statement_append(), cr_statement_destroy(), cr_statement_new_at_media_rule(), cr_statement_prepend(), cr_statement_unlink(), and cr_stylesheet_dump(). |
|
|
Definition at line 195 of file cr-statement.h. Referenced by cr_declaration_unlink(). |
|
|
Definition at line 212 of file cr-statement.h. Referenced by cr_sel_eng_get_matched_properties_from_cascade(), cr_statement_get_parent_sheet(), cr_statement_set_parent_sheet(), and cr_statement_unlink(). |
|
|
Definition at line 214 of file cr-statement.h. Referenced by cr_statement_append(), cr_statement_destroy(), cr_statement_dump(), cr_statement_prepend(), and cr_statement_unlink(). |
|
|
Definition at line 192 of file cr-statement.h. Referenced by cr_declaration_unlink(). |
|
|
Definition at line 206 of file cr-statement.h. |
|
1.3.3