path.h revision 2e781fdf66683948c4db80d0dc08476e171447a2
/*
* 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 <gtkmm/tooltips.h>
#include "live_effects/parameter/parameter.h"
~PathParam();
gchar * param_writeSVGValue() const;
void param_set_default();
void param_write_to_repr(const char * svgd);
void on_edit_button_click();
void on_paste_button_click();
};
} //namespace LivePathEffect
} //namespace Inkscape
#endif