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

/inkscape/src/widgets/
H A Ddesktop-widget.cpp164 DisplayProfileWatcher(CMSPrefWatcher &pw) : Observer("/options/displayprofile"), _pw(pw) {}
167 _pw._setCmsSensitive(!prefs->getString("/options/displayprofile/uri").empty());
168 _pw._refreshAll();
171 CMSPrefWatcher &_pw; member in class:CMSPrefWatcher::DisplayProfileWatcher
178 SoftProofWatcher(CMSPrefWatcher &pw) : Observer("/options/softproof"), _pw(pw) {}
180 _pw._refreshAll();
183 CMSPrefWatcher &_pw; member in class:CMSPrefWatcher::SoftProofWatcher

Completed in 24 milliseconds