Lines Matching refs:CMSPrefWatcher
137 class CMSPrefWatcher {
139 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 * /*watcher*/)
208 void CMSPrefWatcher::hook(EgeColorProfTracker * /*tracker*/, gint /*screen*/, gint /*monitor*/, CMSPrefWatcher * /*watcher*/)
215 void CMSPrefWatcher::_refreshAll()
224 void CMSPrefWatcher::_setCmsSensitive(bool enabled)
238 static CMSPrefWatcher* watcher = NULL;
560 watcher = new CMSPrefWatcher();