Searched refs:signal_path_changed (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/live_effects/parameter/
H A Dpath.h54 sigc::signal <void> signal_path_changed; member in class:Inkscape::LivePathEffect::PathParam
55 bool changed; /* this gets set whenever the path is changed (this is set to true, and then the signal_path_changed signal is emitted).
H A Dpath.cpp286 * The new path data is written to SVG. In this case the signal_path_changed signal
289 * PathParam::readSVGValue, which finally emits the signal_path_changed signal.
291 * The new path data is not written to SVG. This method will emit the signal_path_changed signal.
331 signal_path_changed.emit();

Completed in 750 milliseconds