point.h revision 61a2c985ffaddfaac2bf15af97fe79c0d02ce4d0
/*
* 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 <gtkmm/tooltips.h>
#include "live_effects/parameter/parameter.h"
struct SPKnot;
virtual ~PointParam();
gchar * param_writeSVGValue() const;
void param_set_default();
PointParam(const PointParam&);
void on_button_click();
};
} //namespace LivePathEffect
} //namespace Inkscape
#endif