Inkscape
Vector Graphics Editor
|
#include <cr-declaration.h>
Public Attributes | |
CRString *CRTerm * | value |
The property. | |
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.
Referenced by SPStyle::_mergeDecl(), and property_cb().
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 SPStyle::_mergeDeclList(), end_font_face_cb(), and sp_repr_css_merge_from_decl_list().
CRStatement* _CRDeclaration::parent_statement |
Definition at line 56 of file cr-declaration.h.
CRDeclaration* _CRDeclaration::prev |
Definition at line 62 of file cr-declaration.h.
glong _CRDeclaration::ref_count |
Definition at line 67 of file cr-declaration.h.
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.
The property.
The value of the property.
Definition at line 53 of file cr-declaration.h.
Referenced by SPStyle::_mergeDecl(), end_font_face_cb(), and sp_repr_css_merge_from_decl().