X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Fextension%2Fpatheffect.h;h=0c00ae093ab8a783ea6e90a90eb59239029722fc;hb=f6a2dd68517ddb25100f80a0b676930c5ee12aef;hp=f63cf3ea173b3a05f467bc8a9bf159231df0e430;hpb=966ac5a26316d76e900b95e197826fb68c1b409e;p=inkscape.git diff --git a/src/extension/patheffect.h b/src/extension/patheffect.h index f63cf3ea1..0c00ae093 100644 --- a/src/extension/patheffect.h +++ b/src/extension/patheffect.h @@ -7,6 +7,10 @@ * Released under GNU GPL, read the file 'COPYING' for more information */ +#ifndef INKSCAPE_EXTENSION_PATHEFFECT_H__ +#define INKSCAPE_EXTENSION_PATHEFFECT_H__ + +#include "document.h" #include "extension.h" namespace Inkscape { @@ -18,13 +22,16 @@ public: PathEffect (Inkscape::XML::Node * in_repr, Implementation::Implementation * in_imp); virtual ~PathEffect (void); - void processPath (Inkscape::XML::Node * node); - + void processPath (SPDocument * doc, + Inkscape::XML::Node * path, + Inkscape::XML::Node * def); + static void processPathEffects (SPDocument * doc, + Inkscape::XML::Node * path); }; /* PathEffect */ } } /* namespace Inkscape, Extension */ -#endif /* INKSCAPE_EXTENSION_EFFECT_H__ */ +#endif /* INKSCAPE_EXTENSION_PATHEFFECT_H__ */ /* Local Variables: