Searched defs:isEmpty (Results 1 - 5 of 5) sorted by relevance
/inkscape/src/libvpsc/pairingheap/ | ||
H A D | PairingHeap.cpp | 89 if( isEmpty( ) ) 100 if( isEmpty( ) ) 118 bool PairingHeap<T>::isEmpty( ) const function in class:PairingHeap |
/inkscape/src/ | ||
H A D | selection.h | 197 bool isEmpty() const { return _objs.empty(); } function in class:Inkscape::Selection |
H A D | seltrans.h | 89 bool isEmpty() { function in class:Inkscape::SelTrans |
/inkscape/src/ui/widget/ | ||
H A D | dock.cpp | 175 bool Dock::isEmpty() const function in class:Inkscape::UI::Widget::Dock 262 if (isEmpty()) { |
/inkscape/share/extensions/ | ||
H A D | voronoi.py | 187 if not priorityQ.isEmpty(): 190 if (newsite and (priorityQ.isEmpty() or cmp(newsite,minpt) < 0)): 231 elif not priorityQ.isEmpty(): 630 def isEmpty(self): member in class:PriorityQueue |
Completed in 17 milliseconds