point.h revision 58ed9b010ec4b66e241ab201ef78bb7a3d88a20a
/*
* Inkscape::LivePathEffectParameters
*
* Copyright (C) Johan Engelen 2007 <j.b.c.engelen@utwente.nl>
*
* Released under GNU GPL, read the file 'COPYING' for more information
*/
#include <glib.h>
#include "live_effects/parameter/parameter.h"
#include "knot-holder-entity.h"
Geom::Point default_value = Geom::Point(0,0) ); // tip for automatically associated on-canvas handle
virtual ~PointParam();
gchar * param_getSVGValue() const;
void param_set_default();
void param_set_and_write_default();
virtual bool providesKnotHolderEntities() const { return true; }
PointParam(const PointParam&);
};
} //namespace LivePathEffect
} //namespace Inkscape
#endif