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

/inkscape/src/widgets/
H A Ddesktop-widget.cpp137 class CMSPrefWatcher { class
139 CMSPrefWatcher() : function in class:CMSPrefWatcher
149 virtual ~CMSPrefWatcher() {}
160 static void hook(EgeColorProfTracker *tracker, gint a, gint b, CMSPrefWatcher *watcher);
164 DisplayProfileWatcher(CMSPrefWatcher &pw) : Observer("/options/displayprofile"), _pw(pw) {}
171 CMSPrefWatcher &_pw;
178 SoftProofWatcher(CMSPrefWatcher &pw) : Observer("/options/softproof"), _pw(pw) {}
183 CMSPrefWatcher &_pw;
199 void CMSPrefWatcher::hook(EgeColorProfTracker * /*tracker*/, gint screen, gint monitor, CMSPrefWatcher * /*watche
[all...]

Completed in 15 milliseconds