Lines Matching refs:ShapeEditor
2 * Inkscape::ShapeEditor
32 bool ShapeEditor::_blockSetItem = false;
34 ShapeEditor::ShapeEditor(SPDesktop *dt) {
40 ShapeEditor::~ShapeEditor() {
44 void ShapeEditor::unset_item(bool keep_knotholder) {
60 bool ShapeEditor::has_knotholder() {
64 void ShapeEditor::update_knotholder() {
69 bool ShapeEditor::has_local_change() {
73 void ShapeEditor::decrement_local_change() {
79 const SPItem *ShapeEditor::get_item() {
87 void ShapeEditor::event_attr_changed(Inkscape::XML::Node *, gchar const *name, gchar const *, gchar const *, bool, void *data)
90 ShapeEditor *sh = static_cast<ShapeEditor *>(data);
108 ShapeEditor::event_attr_changed,
114 void ShapeEditor::set_item(SPItem *item, bool keep_knotholder) {
146 void ShapeEditor::reset_item(bool keep_knotholder)
155 * Returns true if this ShapeEditor has a knot above which the mouse currently hovers.
157 bool ShapeEditor::knot_mouseover() const {