Searched refs:remove (Results 1 - 25 of 82) sorted by relevance

1234

/inkscape/src/display/
H A Dcanvas-temporary-item-list.cpp58 itemlist.remove(tempitem);
66 itemlist.remove(tempitem);
/inkscape/share/extensions/
H A Deqtexsvg.py110 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 Drun_command.py84 os.remove(svgfile)
H A DjessyInk_install.py57 node.getparent().remove(node)
74 propList.remove("jessyInkInit()")
H A DjessyInk_uninstall.py63 node.getparent().remove(node)
73 propList.remove("jessyInkInit()")
H A Dmerge_styles.py52 def remove(self, keys): member in class:Style
122 st.remove(common.keys())
H A DjessyInk_mouseHandler.py52 node.getparent().remove(node)
H A Dtar_layers.py72 layer.getparent().remove(layer)
H A Dpathmodifier.py145 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 Duniconv_output.py85 os.remove(outfile)
H A Dparam_curves.py175 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 Ddots.py111 node.getparent().remove( node )
H A Dperfectboundcover.py68 help="remove guides")
134 parent.remove(node)
/inkscape/src/xml/
H A Dsubtree.cpp50 _observers.remove(observer);
H A Dcomposite-node-observer.h33 * 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 Dsimple-node.h114 _observers.remove(observer);
121 _subtree_observers.remove(observer);
/inkscape/src/livarot/
H A Dsweep-event-queue.h33 void remove(SweepEvent *e);
H A Dsweep-event.cpp95 remove(&e);
101 void SweepEventQueue::remove(SweepEvent *e) function in class:SweepEventQueue
/inkscape/src/
H A Dcomposite-undo-stack-observer.h129 * \param observer Reference to an UndoStackObserver to remove.
131 void remove(UndoStackObserver& observer);
H A Dselection.h136 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 Ddocument-subset.cpp163 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 Dprofile-manager.cpp54 _knownProfiles.erase( remove(_knownProfiles.begin(), _knownProfiles.end(), tmp), _knownProfiles.end() );
H A Dcomposite-undo-stack-observer.cpp33 CompositeUndoStackObserver::remove(UndoStackObserver& observer) function in class:Inkscape::CompositeUndoStackObserver
/inkscape/src/ui/dialog/
H A Dextension-editor.cpp149 _notebook_info.remove();
150 _notebook_help.remove();
151 _notebook_params.remove();
/inkscape/src/extension/
H A Ddb.cpp70 // only remove if it's not there any more
72 modulelist.remove(module);

Completed in 274 milliseconds

1234