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

/inkscape/src/
H A Dpreferences.cpp523 _ObserverData(Inkscape::XML::Node *node, bool isAttr) : _node(node), _is_attr(isAttr) {}
526 bool _is_attr; ///< Whether this Observer watches a single attribute member in class:Inkscape::Preferences::_ObserverData
550 if (!d->_is_attr) {
619 if (o._data->_is_attr) {
636 if (priv_data->_is_attr) {

Completed in 746 milliseconds