Definition in file sp-feblend.cpp.
#include "attributes.h"
#include "svg/svg.h"
#include "sp-feblend.h"
#include "xml/repr.h"
Go to the source code of this file.
Functions | |
static void | sp_feBlend_build (SPObject *object, SPDocument *document, Inkscape::XML::Node *repr) |
static void | sp_feBlend_class_init (SPFeBlendClass *klass) |
GType | sp_feBlend_get_type () |
static void | sp_feBlend_init (SPFeBlend *feBlend) |
static void | sp_feBlend_release (SPObject *object) |
static void | sp_feBlend_set (SPObject *object, unsigned int key, gchar const *value) |
static void | sp_feBlend_update (SPObject *object, SPCtx *ctx, guint flags) |
static Inkscape::XML::Node * | sp_feBlend_write (SPObject *object, Inkscape::XML::Node *repr, guint flags) |
Variables | |
static SPFilterPrimitiveClass * | feBlend_parent_class |