summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: a82b11b)
raw | patch | inline | side by side (parent: a82b11b)
author | johanengelen <johanengelen@users.sourceforge.net> | |
Tue, 20 Jan 2009 19:47:28 +0000 (19:47 +0000) | ||
committer | johanengelen <johanengelen@users.sourceforge.net> | |
Tue, 20 Jan 2009 19:47:28 +0000 (19:47 +0000) |
src/live_effects/lpe-knot.cpp | patch | blob | history |
index df18f8767234345e26fdda57955063e7cb62fc82..1802135d72c0791ea17a365a7b32dceb1cfa9d6e 100644 (file)
#include <2geom/d2.h>
#include <2geom/d2-sbasis.h>
#include <2geom/piecewise.h>
-#include <2geom/piecewise.h>
#include <2geom/path.h>
#include <2geom/d2.h>
#include <2geom/crossing.h>
class KnotHolderEntityCrossingSwitcher : public LPEKnotHolderEntity
{
public:
+ virtual ~KnotHolderEntityCrossingSwitcher() {}
+
virtual void knot_set(Geom::Point const &p, Geom::Point const &origin, guint state);
virtual Geom::Point knot_get();
virtual void knot_click(guint state);