/inkscape/src/libavoid/ |
H A D | viscluster.cpp | 37 , _active(false) 50 COLA_ASSERT(!_active); 55 _active = true; 61 COLA_ASSERT(_active); 66 _active = false;
|
H A D | viscluster.h | 57 bool _active; member in class:Avoid::ClusterRef
|
H A D | shape.cpp | 40 , _active(false) 83 if (_active) 130 COLA_ASSERT(!_active); 146 _active = true; 152 COLA_ASSERT(_active); 168 _active = false; 174 return _active;
|
H A D | shape.h | 113 bool _active; member in class:Avoid::ShapeRef
|
H A D | connector.h | 327 bool _active; member in class:Avoid::ConnRef
|
H A D | connector.cpp | 179 _active(false), 205 _active(false), 435 COLA_ASSERT(!_active); 439 _active = true; 445 if (_active) { 448 _active = false;
|
/inkscape/src/ |
H A D | composite-undo-stack-observer.cpp | 26 this->_active.push_back(UndoStackObserverRecord(observer)); 37 this->_remove_one(this->_active, observer) || this->_remove_one(this->_pending, observer); 39 this->_mark_one(this->_active, observer) || this->_mark_one(this->_pending, observer); 47 for(UndoObserverRecordList::iterator i = this->_active.begin(); i != _active.end(); ++i) { 60 for(UndoObserverRecordList::iterator i = this->_active.begin(); i != _active.end(); ++i) { 72 for(UndoObserverRecordList::iterator i = this->_active.begin(); i != _active.end(); ++i) { 84 for(UndoObserverRecordList::iterator i = this->_active [all...] |
H A D | composite-undo-stack-observer.h | 168 UndoObserverRecordList _active; member in class:Inkscape::CompositeUndoStackObserver
|
H A D | desktop.h | 432 bool _active; member in class:SPDesktop
|
H A D | desktop.cpp | 134 _active( false ), 621 if (new_active != _active) { 622 _active = new_active;
|
/inkscape/src/xml/ |
H A D | composite-node-observer.cpp | 31 for ( ObserverRecordList::iterator iter=_active.begin() ; 32 iter != _active.end() ; ++iter ) 45 for ( ObserverRecordList::iterator iter=_active.begin() ; 46 iter != _active.end() ; ++iter ) 60 for ( ObserverRecordList::iterator iter=_active.begin() ; 61 iter != _active.end() ; ++iter ) 75 for ( ObserverRecordList::iterator iter=_active.begin() ; 76 iter != _active.end() ; ++iter ) 90 for ( ObserverRecordList::iterator iter=_active.begin() ; 91 iter != _active [all...] |
H A D | composite-node-observer.h | 87 ObserverRecordList _active; member in class:Inkscape::XML::CompositeNodeObserver
|
/inkscape/src/debug/ |
H A D | event-tracker.h | 28 if (_active) { 35 if (_active) { 39 _active = true; 44 if (_active) { 48 _active = true; 53 if (_active) { 57 _active = true; 62 if (_active) { 66 _active = true; 72 if (_active) { 141 bool _active; member in class:Inkscape::Debug::EventTrackerBase [all...] |
/inkscape/cxxtest/cxxtest/ |
H A D | LinkedList.cpp | 85 _active( true ) 95 return _active; 100 _active = value; 116 while ( l && !l->_active ) 124 while ( l && !l->_active ) 132 while ( l && !l->_active ) 140 while ( l && !l->_active )
|
H A D | LinkedList.h | 57 bool _active; member in class:CxxTest::Link
|
/inkscape/src/ui/widget/ |
H A D | unit-tracker.cpp | 29 _active(0), 51 if ((count > 0) && (_active > count)) { 54 _setActive(_active); 130 /* Re-shuffle our default selection here (_active gets out of sync) */ 143 if (_active) { 144 ege_select_one_action_set_active(act1, _active); 203 if ( active != _active || !_activeUnitInitialized ) { 204 gint oldActive = _active; 231 _active = active;
|
H A D | unit-tracker.h | 63 gint _active; member in class:Inkscape::UI::Widget::UnitTracker
|
/inkscape/src/2geom/ |
H A D | pathvector.cpp | 182 for (ActivePathList::iterator i = _active[ow].begin(); i != _active[ow].end(); ++i) { 193 _active[w].push_back(*ii); 197 ActivePathList &apl = _active[ii->which]; 213 ActivePathList _active[2]; member in class:Geom::PathIntersectionSweepSet
|
H A D | path.cpp | 522 _active[w].push_back(const_cast<CurveRecord&>(*ii)); 524 for (ActiveCurveList::iterator i = _active[ow].begin(); i != _active[ow].end(); ++i) { 537 ActiveCurveList &acl = _active[ii->which]; 553 ActiveCurveList _active[2];
|
/inkscape/src/ui/tool/ |
H A D | transform-handle-set.h | 87 ControlPoint *_active; member in class:Inkscape::UI::TransformHandleSet
|
H A D | transform-handle-set.cpp | 693 , _active(0) 780 _active = th; 793 _active = 0; 838 if (_handles[i] != _active)
|