Inkscape
Vector Graphics Editor
|
The declaration file of the CRSelector file. More...
Go to the source code of this file.
Classes | |
struct | _CRSelector |
Abstracts a CSS2 selector as defined in the right part of the 'ruleset' production in the appendix D.1 of the css2 spec. More... | |
Typedefs | |
typedef typedefG_BEGIN_DECLS struct _CRSelector | CRSelector |
Functions | |
CRSelector * | cr_selector_new (CRSimpleSel *a_sel_expr) |
CRSelector * | cr_selector_parse_from_buf (const guchar *a_char_buf, enum CREncoding a_enc) |
CRSelector * | cr_selector_append (CRSelector *a_this, CRSelector *a_new) |
CRSelector * | cr_selector_append_simple_sel (CRSelector *a_this, CRSimpleSel *a_simple_sel) |
CRSelector * | cr_selector_prepend (CRSelector *a_this, CRSelector *a_new) |
guchar * | cr_selector_to_string (CRSelector const *a_this) |
void | cr_selector_dump (CRSelector const *a_this, FILE *a_fp) |
void | cr_selector_ref (CRSelector *a_this) |
gboolean | cr_selector_unref (CRSelector *a_this) |
void | cr_selector_destroy (CRSelector *a_this) |
The declaration file of the CRSelector file.
Definition in file cr-selector.h.
typedef typedefG_BEGIN_DECLS struct _CRSelector CRSelector |
Definition at line 40 of file cr-selector.h.
CRSelector * cr_selector_append | ( | CRSelector * | a_this, |
CRSelector * | a_new | ||
) |
CRSelector * cr_selector_append_simple_sel | ( | CRSelector * | a_this, |
CRSimpleSel * | a_simple_sel | ||
) |
void cr_selector_destroy | ( | CRSelector * | a_this | ) |
void cr_selector_dump | ( | CRSelector const * | a_this, |
FILE * | a_fp | ||
) |
CRSelector * cr_selector_new | ( | CRSimpleSel * | a_sel_expr | ) |
CRSelector * cr_selector_parse_from_buf | ( | const guchar * | a_char_buf, |
enum CREncoding | a_enc | ||
) |
CRSelector * cr_selector_prepend | ( | CRSelector * | a_this, |
CRSelector * | a_new | ||
) |
void cr_selector_ref | ( | CRSelector * | a_this | ) |
guchar * cr_selector_to_string | ( | CRSelector const * | a_this | ) |
Referenced by Inkscape::CSS::selector_to_validated_string().
gboolean cr_selector_unref | ( | CRSelector * | a_this | ) |