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

/haiku/src/preferences/notifications/
H A DNotificationsView.cpp100 fMuteAll = new BCheckBox("block", B_TRANSLATE("Mute notifications from "
114 .Add(fMuteAll)
145 fMuteAll->SetTarget(this);
166 bool allowed = fMuteAll->Value() == B_CONTROL_OFF;
298 fMuteAll->SetValue(B_CONTROL_OFF);
316 fMuteAll->SetValue(B_CONTROL_OFF);
317 fMuteAll->SetEnabled(false);
320 fMuteAll->SetEnabled(true);
324 fMuteAll->SetValue(!(it->second->Allowed()));
H A DNotificationsView.h71 BCheckBox* fMuteAll; member in class:NotificationsView

Completed in 85 milliseconds