Searched refs:_content (Results 1 - 2 of 2) sorted by relevance
| /inkscape/src/xml/ |
| H A D | simple-node.cpp | 184 _name(node._name), _attributes(), _content(node._content), 224 return this->_content; 296 ptr_shared<char> old_content=_content; 306 _content = new_content; 308 if ( _content != old_content ) { 309 _document->logger()->notifyContentChanged(*this, old_content, _content); 310 _observers.notifyContentChanged(*this, old_content, _content); 601 vector->content_changed(this, NULL, this->_content, data);
|
| H A D | simple-node.h | 147 Inkscape::Util::ptr_shared<char> _content; member in class:Inkscape::XML::SimpleNode
|
Completed in 38 milliseconds