/inkscape/src/display/ |
H A D | canvas-temporary-item-list.cpp | 58 itemlist.remove(tempitem); 66 itemlist.remove(tempitem);
|
/inkscape/share/extensions/ |
H A D | eqtexsvg.py | 110 os.remove(latex_file) 111 os.remove(aux_file) 112 os.remove(log_file) 113 os.remove(ps_file) 114 os.remove(dvi_file) 115 os.remove(svg_file) 116 os.remove(out_file) 118 os.remove(err_file)
|
H A D | run_command.py | 84 os.remove(svgfile)
|
H A D | jessyInk_install.py | 57 node.getparent().remove(node) 74 propList.remove("jessyInkInit()")
|
H A D | jessyInk_uninstall.py | 63 node.getparent().remove(node) 73 propList.remove("jessyInkInit()")
|
H A D | merge_styles.py | 52 def remove(self, keys): member in class:Style 122 st.remove(common.keys())
|
H A D | jessyInk_mouseHandler.py | 52 node.getparent().remove(node)
|
H A D | tar_layers.py | 72 layer.getparent().remove(layer)
|
H A D | pathmodifier.py | 145 parent.remove(node) 191 parent.remove(node) 209 self.current_layer.remove(newNode) 213 parent.remove(node) 227 #remove inkscape attributes, otherwise any modif of 'd' will be discarded!
|
H A D | uniconv_output.py | 85 os.remove(outfile)
|
H A D | param_curves.py | 175 self.OptionParser.add_option("--remove", 177 dest="remove", default=True, 243 # option wether to remove the rectangle or not. 244 if self.options.remove: 245 node.getparent().remove(node)
|
H A D | dots.py | 111 node.getparent().remove( node )
|
H A D | perfectboundcover.py | 68 help="remove guides") 134 parent.remove(node)
|
/inkscape/src/xml/ |
H A D | subtree.cpp | 50 _observers.remove(observer);
|
H A D | composite-node-observer.h | 33 * allows an observer to remove itself from this object during a method call. 56 * @param observer The observer object to remove 58 void remove(NodeObserver &observer); 66 * @deprecated Use remove() instead
|
H A D | simple-node.h | 114 _observers.remove(observer); 121 _subtree_observers.remove(observer);
|
/inkscape/src/livarot/ |
H A D | sweep-event-queue.h | 33 void remove(SweepEvent *e);
|
H A D | sweep-event.cpp | 95 remove(&e); 101 void SweepEventQueue::remove(SweepEvent *e) function in class:SweepEventQueue
|
/inkscape/src/ |
H A D | composite-undo-stack-observer.h | 129 * \param observer Reference to an UndoStackObserver to remove. 131 void remove(UndoStackObserver& observer);
|
H A D | selection.h | 136 void remove(SPObject *obj); 150 * @param repr the xml node of the item to remove 152 void remove(XML::Node *repr) { remove(_objectForXMLNode(repr)); } function in class:Inkscape::Selection 365 mutable std::list<SPObject*> _objs; //to more efficiently remove arbitrary elements
|
H A D | document-subset.cpp | 163 void remove(SPObject *obj, bool subtree); 221 remove(obj, true); 274 void DocumentSubset::Relations::remove(SPObject *obj, bool subtree) { function in class:Inkscape::DocumentSubset::Relations 302 /* remove obj's record */ 355 _relations->remove(obj, subtree);
|
H A D | profile-manager.cpp | 54 _knownProfiles.erase( remove(_knownProfiles.begin(), _knownProfiles.end(), tmp), _knownProfiles.end() );
|
H A D | composite-undo-stack-observer.cpp | 33 CompositeUndoStackObserver::remove(UndoStackObserver& observer) function in class:Inkscape::CompositeUndoStackObserver
|
/inkscape/src/ui/dialog/ |
H A D | extension-editor.cpp | 149 _notebook_info.remove(); 150 _notebook_help.remove(); 151 _notebook_params.remove();
|
/inkscape/src/extension/ |
H A D | db.cpp | 70 // only remove if it's not there any more 72 modulelist.remove(module);
|