Searched refs:_objs (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/
H A Dselection.cpp45 _objs(std::list<SPObject*>()),
133 while (!_objs.empty()) {
134 SPObject *obj=_objs.front();
184 _objs.push_front(obj);
239 _objs.remove(obj);
289 for ( std::list<SPObject*>::const_iterator iter=_objs.begin();iter!=_objs.end(); ++iter) {
301 for ( std::list<SPObject*>::const_iterator iter=_objs.begin();iter!=_objs.end(); ++iter) {
346 if ( _objs
[all...]
H A Dselection.h197 bool isEmpty() const { return _objs.empty(); }
365 mutable std::list<SPObject*> _objs; //to more efficiently remove arbitrary elements member in class:Inkscape::Selection

Completed in 346 milliseconds