point.h revision ca8a47630ec14a9654d4a7e12cb4056a0d09d92b
/*
* 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"
bool live_update = true );
virtual ~PointParam();
gchar * param_getSVGValue() const;
void param_set_default();
void param_set_liveupdate(bool live_update);
virtual bool providesKnotHolderEntities() const { return true; }
PointParam(const PointParam&);
bool liveupdate;
};
} //namespace LivePathEffect
} //namespace Inkscape
#endif