Searched refs:ShapeEditor (Results 1 - 18 of 18) sorted by relevance

/inkscape/src/ui/
H A Dshape-editor.cpp2 * Inkscape::ShapeEditor
32 bool ShapeEditor::_blockSetItem = false;
34 ShapeEditor::ShapeEditor(SPDesktop *dt) { function in class:Inkscape::UI::ShapeEditor
40 ShapeEditor::~ShapeEditor() {
44 void ShapeEditor::unset_item(bool keep_knotholder) {
60 bool ShapeEditor::has_knotholder() {
64 void ShapeEditor::update_knotholder() {
69 bool ShapeEditor
[all...]
H A Dshape-editor.h5 * Inkscape::ShapeEditor
23 class ShapeEditor { class in namespace:Inkscape::UI
26 ShapeEditor(SPDesktop *desktop);
27 ~ShapeEditor();
/inkscape/src/
H A Dknotholder.h26 class ShapeEditor;
64 friend class Inkscape::UI::ShapeEditor; // FIXME why?
/inkscape/src/ui/tools/
H A Dlpe-tool.h42 class ShapeEditor;
53 ShapeEditor* shape_editor;
H A Dnode-tool.h77 boost::ptr_map<SPItem*, ShapeEditor> _shape_editors;
H A Dtool-base.h45 class ShapeEditor;
176 ShapeEditor* shape_editor;
H A Dnode-tool.cpp73 * clipping paths and masks. It is more or less equivalent to ShapeEditor and in the future
100 * more or less like the old ShapeEditor.
426 for (boost::ptr_map<SPItem*, ShapeEditor>::iterator i = this->_shape_editors.begin();
445 ShapeEditor *si = new ShapeEditor(this->desktop);
H A Dspiral-tool.cpp108 this->shape_editor = new ShapeEditor(this->desktop);
H A Dstar-tool.cpp118 this->shape_editor = new ShapeEditor(this->desktop);
H A Darc-tool.cpp104 this->shape_editor = new ShapeEditor(this->desktop);
H A Dbox3d-tool.cpp136 this->shape_editor = new ShapeEditor(this->desktop);
H A Dlpe-tool.cpp109 this->shape_editor = new ShapeEditor(this->desktop);
H A Drect-tool.cpp102 this->shape_editor = new ShapeEditor(this->desktop);
H A Dtool-base.cpp1182 ShapeEditor *
H A Dflood-tool.cpp141 this->shape_editor = new ShapeEditor(this->desktop);
H A Dtext-tool.cpp167 this->shape_editor = new ShapeEditor(this->desktop);
/inkscape/src/extension/internal/
H A Dmetafile-inout.cpp205 Inkscape::UI::ShapeEditor::blockSetItem(true);
226 Inkscape::UI::ShapeEditor::blockSetItem(false);
/inkscape/src/ui/dialog/
H A Ddocument-properties.cpp1728 ShapeEditor::blockSetItem(true);
1742 ShapeEditor::blockSetItem(false);

Completed in 67 milliseconds