Searched refs:_active (Results 1 - 21 of 21) sorted by relevance

/inkscape/src/libavoid/
H A Dviscluster.cpp37 , _active(false)
50 COLA_ASSERT(!_active);
55 _active = true;
61 COLA_ASSERT(_active);
66 _active = false;
H A Dviscluster.h57 bool _active; member in class:Avoid::ClusterRef
H A Dshape.cpp40 , _active(false)
83 if (_active)
130 COLA_ASSERT(!_active);
146 _active = true;
152 COLA_ASSERT(_active);
168 _active = false;
174 return _active;
H A Dshape.h113 bool _active; member in class:Avoid::ShapeRef
H A Dconnector.h327 bool _active; member in class:Avoid::ConnRef
H A Dconnector.cpp179 _active(false),
205 _active(false),
435 COLA_ASSERT(!_active);
439 _active = true;
445 if (_active) {
448 _active = false;
/inkscape/src/
H A Dcomposite-undo-stack-observer.cpp26 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 Dcomposite-undo-stack-observer.h168 UndoObserverRecordList _active; member in class:Inkscape::CompositeUndoStackObserver
H A Ddesktop.h432 bool _active; member in class:SPDesktop
H A Ddesktop.cpp134 _active( false ),
621 if (new_active != _active) {
622 _active = new_active;
/inkscape/src/xml/
H A Dcomposite-node-observer.cpp31 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 Dcomposite-node-observer.h87 ObserverRecordList _active; member in class:Inkscape::XML::CompositeNodeObserver
/inkscape/src/debug/
H A Devent-tracker.h28 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 DLinkedList.cpp85 _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 DLinkedList.h57 bool _active; member in class:CxxTest::Link
/inkscape/src/ui/widget/
H A Dunit-tracker.cpp29 _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 Dunit-tracker.h63 gint _active; member in class:Inkscape::UI::Widget::UnitTracker
/inkscape/src/2geom/
H A Dpathvector.cpp182 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 Dpath.cpp522 _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 Dtransform-handle-set.h87 ControlPoint *_active; member in class:Inkscape::UI::TransformHandleSet
H A Dtransform-handle-set.cpp693 , _active(0)
780 _active = th;
793 _active = 0;
838 if (_handles[i] != _active)

Completed in 1549 milliseconds