Home
last modified time | relevance | path

Searched refs:fIgnoreNotifications (Results 1 – 2 of 2) sorted by relevance

/haiku/src/apps/icon-o-matic/gui/
H A DSwatchGroup.cpp42 fIgnoreNotifications(false), in SwatchGroup()
157 if (object != fCurrentColor || fIgnoreNotifications) in ObjectChanged()
334 fIgnoreNotifications = true; in _SetColor()
340 fIgnoreNotifications = false; in _SetColor()
H A DSwatchGroup.h57 bool fIgnoreNotifications; variable