Searched defs:remove (Results 1 - 10 of 10) sorted by relevance

/inkscape/src/
H A Dcomposite-undo-stack-observer.cpp33 CompositeUndoStackObserver::remove(UndoStackObserver& observer) function in class:Inkscape::CompositeUndoStackObserver
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 Dselection.cpp189 _release_connections[obj] = obj->connectRelease(sigc::mem_fun(*this, (void (Selection::*)(SPObject *))&Selection::remove));
200 remove (obj);
206 void Selection::remove(SPObject *obj) { function in class:Inkscape::Selection
223 g_print ("Warning! Trying to remove unselected box from selection.\n");
239 _objs.remove(obj);
H A Dpreferences.cpp509 void Preferences::remove(Glib::ustring const &pref_path) function in class:Inkscape::Preferences
537 // on destruction remove observer to prevent invalid references
/inkscape/share/extensions/
H A Dmerge_styles.py52 def remove(self, keys): member in class:Style
122 st.remove(common.keys())
/inkscape/src/livarot/
H A Dsweep-event.cpp95 remove(&e);
101 void SweepEventQueue::remove(SweepEvent *e) function in class:SweepEventQueue
/inkscape/src/xml/
H A Dcomposite-node-observer.cpp261 void CompositeNodeObserver::remove(NodeObserver &observer) { function in class:Inkscape::XML::CompositeNodeObserver
293 Debug::EventTracker<Debug::SimpleEvent<Debug::Event::XML> > tracker("remove-listener-by-data");
/inkscape/src/display/
H A Dsp-canvas.cpp76 void remove(SPCanvasItem *item);
339 SP_CANVAS_GROUP(item->parent)->remove(item);
466 parent->items.remove(item);
480 parent->items.remove(item);
515 parent->items.remove(item);
529 parent->items.remove(item);
893 void SPCanvasGroup::remove(SPCanvasItem *item) function in class:SPCanvasGroup
897 items.remove(item);
/inkscape/src/widgets/
H A Ddesktop-widget.cpp155 void remove( SPDesktopWidget* dtw ) { function in class:CMSPrefWatcher
156 _widget_list.remove(dtw);
827 watcher->remove(dtw);

Completed in 1566 milliseconds