Searched defs:_obj (Results 1 - 5 of 5) sorted by relevance

/inkscape/src/
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/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/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 27 milliseconds