Definition in file sp-femorphology.cpp.
#include <string.h>
#include "attributes.h"
#include "svg/svg.h"
#include "sp-femorphology.h"
#include "xml/repr.h"
#include "display/nr-filter-morphology.h"
Go to the source code of this file.
Functions | |
static void | sp_feMorphology_build (SPObject *object, SPDocument *document, Inkscape::XML::Node *repr) |
static void | sp_feMorphology_build_renderer (SPFilterPrimitive *primitive, NR::Filter *filter) |
static void | sp_feMorphology_class_init (SPFeMorphologyClass *klass) |
GType | sp_feMorphology_get_type () |
static void | sp_feMorphology_init (SPFeMorphology *feMorphology) |
static NR::FilterMorphologyOperator | sp_feMorphology_read_operator (gchar const *value) |
static void | sp_feMorphology_release (SPObject *object) |
static void | sp_feMorphology_set (SPObject *object, unsigned int key, gchar const *value) |
static void | sp_feMorphology_update (SPObject *object, SPCtx *ctx, guint flags) |
static Inkscape::XML::Node * | sp_feMorphology_write (SPObject *object, Inkscape::XML::Node *repr, guint flags) |
Variables | |
static SPFilterPrimitiveClass * | feMorphology_parent_class |