point.h revision 7073d105e612f7dc898c292742bee9655d2a51b2
/*
* 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 "ui/widget/registry.h"
#include "ui/widget/registered-widget.h"
#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