sp-fecomposite.cpp revision 1ed1764f573921b7f9d210a3fcca322234c36480
390N/A#define __SP_FECOMPOSITE_CPP__
390N/A#ifdef HAVE_CONFIG_H
390N/A#include "attributes.h"
390N/A#include "sp-fecomposite.h"
390N/Astatic void sp_feComposite_build(SPObject *object, SPDocument *document, Inkscape::XML::Node *repr);
390N/Astatic Inkscape::XML::Node *sp_feComposite_write(SPObject *object, Inkscape::XML::Node *repr, guint flags);
390N/A if (!feComposite_type) {
390N/A sizeof(SPFeCompositeClass),
390N/A sizeof(SPFeComposite),
390N/A feComposite_type = g_type_register_static(SP_TYPE_FILTER_PRIMITIVE, "SPFeComposite", &feComposite_info, (GTypeFlags)0);
390N/A return feComposite_type;
390N/A * Reads the Inkscape::XML::Node, and initializes SPFeComposite variables. For this to get called,
390N/A * sp-object-repr.cpp's repr_name_entries array.
390N/A (void)feComposite;
if (repr) {
return repr;