diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/live_effects/effect.h | 21 |
1 files changed, 5 insertions, 16 deletions
diff --git a/src/live_effects/effect.h b/src/live_effects/effect.h index b80625c9f..ffb4d70a3 100644 --- a/src/live_effects/effect.h +++ b/src/live_effects/effect.h @@ -2,14 +2,11 @@ #define INKSCAPE_LIVEPATHEFFECT_H /* - * Inkscape::LivePathEffect - * -* Copyright (C) Johan Engelen 2007-2008 <j.b.c.engelen@utwente.nl> + * Copyright (C) Johan Engelen 2007-2012 <j.b.c.engelen@alumnus.utwente.nl> * * Released under GNU GPL, read the file 'COPYING' for more information */ - #include <map> #include <glibmm/ustring.h> #include <2geom/forward.h> @@ -19,20 +16,18 @@ #define LPE_CONVERSION_TOLERANCE 0.01 // FIXME: find good solution for this. -struct SPDocument; -struct SPDesktop; +class SPDocument; +class SPDesktop; class SPItem; -class SPNodeContext; -struct LivePathEffectObject; +class LivePathEffectObject; class SPLPEItem; class KnotHolder; class KnotHolderEntity; class SPPath; -struct SPCurve; +class SPCurve; namespace Gtk { class Widget; - class VBox; } namespace Inkscape { @@ -41,10 +36,6 @@ namespace XML { class Node; } -namespace NodePath { - class Path ; -} - namespace LivePathEffect { enum LPEPathFlashType { @@ -139,10 +130,8 @@ protected: void addKnotHolderEntities(KnotHolder *knotholder, SPDesktop *desktop, SPItem *item); - //virtual std::vector<Geom::PathVector> getCanvasIndicators(SPLPEItem *lpeitem); virtual void addCanvasIndicators(SPLPEItem *lpeitem, std::vector<Geom::PathVector> &hp_vec); - std::vector<Parameter *> param_vector; std::vector<std::pair<KnotHolderEntity*, const char*> > kh_entity_vector; int oncanvasedit_it; |
