Searched refs:_obj (Results 1 - 6 of 6) sorted by relevance

/inkscape/src/util/
H A Dshare.h25 ptr_shared() : _obj(NULL) {}
28 ptr_shared(ptr_shared<T1> const &other) : _obj(other._obj) {}
30 T const *pointer() const { return _obj; }
33 operator T1 const *() const { return _obj; }
35 operator bool() const { return _obj; }
37 T const &operator*() const { return *_obj; }
38 T const *operator->() const { return _obj; }
39 T const &operator[](int i) const { return _obj[i]; }
42 return share_unsafe(_obj
96 T const *_obj; member in class:Inkscape::Util::ptr_shared
[all...]
/inkscape/src/
H A Duri-references.cpp31 , _obj(NULL)
41 , _obj(NULL)
213 if (obj == _obj)
216 SPObject *old_obj = _obj;
217 _obj = obj;
220 if (_obj) {
221 sp_object_href(_obj, _owner);
222 _release_connection = _obj->connectRelease(sigc::mem_fun(*this, &URIReference::_release));
224 _changed_signal.emit(old_obj, _obj);
237 g_assert(_obj
[all...]
H A Duri-references.h83 SPObject *getObject() const { return _obj; }
135 SPObject *_obj; member in class:Inkscape::URIReference
H A Dlayer-manager.cpp40 _obj(obj),
52 if ( _mgr && _obj ) {
53 _mgr->_objectModified( _obj, 0 );
59 SPObject* _obj; member in class:Inkscape::LayerManager::LayerWatcher
249 if ( one->_obj ) {
250 Node* node = one->_obj->getRepr();
/inkscape/src/ui/dialog/
H A Dtags.cpp93 _obj(obj),
100 _obj(obj),
107 if ( _pnl && _obj ) {
108 _pnl->_objectsChanged( _obj );
113 if ( _pnl && _obj ) {
114 _pnl->_objectsChanged( _obj );
119 if ( _pnl && _obj ) {
120 _pnl->_objectsChanged( _obj );
125 if ( _pnl && _obj ) {
127 _pnl->_updateObject( _obj);
133 SPObject* _obj; member in class:Inkscape::UI::Dialog::TagsPanel::ObjectWatcher
[all...]
H A Dobjects.cpp133 _obj(obj),
146 if ( _pnl && _obj ) {
147 _pnl->_objectsChanged( _obj );
152 if ( _pnl && _obj ) {
153 _pnl->_objectsChanged( _obj );
158 if ( _pnl && _obj ) {
159 _pnl->_objectsChanged( _obj );
164 if ( _pnl && _obj ) {
166 _pnl->_updateObject(_obj, name == _highlightAttr);
182 SPObject* _obj; member in class:Inkscape::UI::Dialog::ObjectsPanel::ObjectWatcher
[all...]

Completed in 714 milliseconds