Home
last modified time | relevance | path

Searched refs:NotificationsView (Results 1 – 4 of 4) sorted by relevance

/haiku/src/preferences/notifications/
H A DNotificationsView.cpp70 NotificationsView::NotificationsView(SettingsHost* host) in NotificationsView() function in NotificationsView
131 NotificationsView::~NotificationsView() in ~NotificationsView()
139 NotificationsView::AttachedToWindow() in AttachedToWindow()
152 NotificationsView::MessageReceived(BMessage* msg) in MessageReceived()
256 NotificationsView::Load(BMessage& settings) in Load()
285 NotificationsView::Save(BMessage& storage) in Save()
296 NotificationsView::_ClearItemSettings() in _ClearItemSettings()
303 NotificationsView::_UpdateSelectedItem() in _UpdateSelectedItem()
311 NotificationsView::_RecallItemSettings() in _RecallItemSettings()
330 NotificationsView::Revert() in Revert()
[all …]
H A DNotificationsView.h45 class NotificationsView : public SettingsPane {
47 NotificationsView(SettingsHost* host);
48 ~NotificationsView();
H A DJamfile14 NotificationsView.cpp
28 NotificationsView.cpp
H A DPrefletView.cpp34 NotificationsView* apps = new NotificationsView(host); in PrefletView()