Inkscape
Vector Graphics Editor
|
#include <lpe-vonkoch.h>
Public Member Functions | |
VonKochPathParam (const Glib::ustring &label, const Glib::ustring &tip, const Glib::ustring &key, Inkscape::UI::Widget::Registry *wr, Effect *effect, const gchar *default_value="M0,0 L1,1") | |
~VonKochPathParam () override=default | |
void | param_setup_nodepath (Inkscape::NodePath::Path *np) override |
![]() | |
PathParam (const Glib::ustring &label, const Glib::ustring &tip, const Glib::ustring &key, Inkscape::UI::Widget::Registry *wr, Effect *effect, const gchar *default_value="M0,0 L1,1") | |
~PathParam () override | |
Geom::PathVector const & | get_pathvector () const |
void | reload () |
Geom::Affine | get_relative_affine () |
Geom::Piecewise< Geom::D2< Geom::SBasis > > const & | get_pwd2 () |
Gtk::Widget * | param_newWidget () override |
std::vector< SPObject * > | param_get_satellites () override |
bool | param_readSVGValue (const gchar *strvalue) override |
Glib::ustring | param_getSVGValue () const override |
Glib::ustring | param_getDefaultSVGValue () const override |
void | param_set_default () override |
void | param_update_default (const gchar *default_value) override |
void | param_set_and_write_default () |
void | set_new_value (Geom::PathVector const &newpath, bool write_to_svg) |
void | set_new_value (Geom::Piecewise< Geom::D2< Geom::SBasis > > const &newpath, bool write_to_svg) |
void | set_buttons (bool edit_button, bool copy_button, bool paste_button, bool link_button) |
void | param_editOncanvas (SPItem *item, SPDesktop *dt) override |
void | addCanvasIndicators (SPLPEItem const *lpeitem, std::vector< Geom::PathVector > &hp_vec) override |
void | param_transform_multiply (Geom::Affine const &postmul, bool set) override |
void | setFromOriginalD (bool from_original_d) |
SPItem * | getItem () const |
void | paste_param_path (const char *svgd) |
void | on_paste_button_click () |
void | linkitem (Glib::ustring pathid) |
ParamType | paramType () const override |
![]() | |
Parameter (Glib::ustring label, Glib::ustring tip, Glib::ustring key, Inkscape::UI::Widget::Registry *wr, Effect *effect) | |
virtual | ~Parameter () |
Parameter (const Parameter &)=delete | |
Parameter & | operator= (const Parameter &)=delete |
virtual bool | param_readSVGValue (char const *strvalue)=0 |
virtual void | param_widget_is_visible (bool is_visible) |
virtual void | param_widget_is_enabled (bool is_enabled) |
void | write_to_SVG () |
void | read_from_SVG () |
void | setUpdating (bool updating) |
bool | getUpdating () const |
virtual void | param_update_default (char const *default_value)=0 |
Glib::ustring const * | param_getTooltip () const |
virtual bool | providesKnotHolderEntities () const |
virtual void | addKnotHolderEntities (KnotHolder *, SPItem *) |
void | param_higlight (bool highlight) |
void | change_selection (Inkscape::Selection *selection) |
void | update_satellites () |
EffectType | effectType () const |
void | connect_selection_changed () |
Definition at line 22 of file lpe-vonkoch.h.
|
inline |
Definition at line 24 of file lpe-vonkoch.h.
|
overridedefault |
|
overridevirtual |
Reimplemented from Inkscape::LivePathEffect::PathParam.
Definition at line 20 of file lpe-vonkoch.cpp.
References Inkscape::LivePathEffect::PathParam::param_setup_nodepath().