point.h revision 981b809bc6ed10a21e89444d9447e5475801874f
/*
* 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;
PointParam(const Glib::ustring& label, const Glib::ustring& tip, const Glib::ustring& key, Inkscape::UI::Widget::Registry* wr, Effect* effect);;
~PointParam();
gchar * param_writeSVGValue() const;
PointParam(const PointParam&);
void on_button_click();
};
}; //namespace LivePathEffect
}; //namespace Inkscape
#endif