Definition in file sp-fecomponenttransfer-funcnode.cpp.
#include <glib.h>
#include "attributes.h"
#include "document.h"
#include "sp-fecomponenttransfer.h"
#include "sp-fecomponenttransfer-funcnode.h"
#include "display/nr-filter-component-transfer.h"
#include "xml/repr.h"
#include "helper-fns.h"
#include "macros.h"
Go to the source code of this file.
Functions | |
static NR::FilterComponentTransferType | sp_feComponenttransfer_read_type (gchar const *value) |
GType | sp_fefuncA_get_type () |
GType | sp_fefuncB_get_type () |
GType | sp_fefuncG_get_type () |
static void | sp_fefuncnode_build (SPObject *object, SPDocument *document, Inkscape::XML::Node *repr) |
static void | sp_fefuncnode_class_init (SPFeFuncNodeClass *klass) |
static void | sp_fefuncnode_init (SPFeFuncNode *fefuncnode) |
static void | sp_fefuncnode_release (SPObject *object) |
static void | sp_fefuncnode_set (SPObject *object, unsigned int key, gchar const *value) |
static void | sp_fefuncnode_update (SPObject *object, SPCtx *ctx, guint flags) |
static Inkscape::XML::Node * | sp_fefuncnode_write (SPObject *object, Inkscape::XML::Node *repr, guint flags) |
GType | sp_fefuncR_get_type () |
Variables | |
static SPObjectClass * | feFuncNode_parent_class |