X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=src%2Fextension%2Fpatheffect.h;h=0c00ae093ab8a783ea6e90a90eb59239029722fc;hb=9e3c85629496fe7ebe4296acb751b5b900c10e5b;hp=f44df986e82dde0255865b4f23526fe0eb187c0d;hpb=42e04ed2e6aa6366e0ae13638a28ae64cad76ba7;p=inkscape.git diff --git a/src/extension/patheffect.h b/src/extension/patheffect.h index f44df986e..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,15 +22,16 @@ public: PathEffect (Inkscape::XML::Node * in_repr, Implementation::Implementation * in_imp); virtual ~PathEffect (void); - gchar * processPath (gchar * path_data, - gchar * pressure, - gchar * tilt); - + 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: