Searched refs:NotificationsView (Results 1 – 4 of 4) sorted by relevance
70 NotificationsView::NotificationsView(SettingsHost* host) in NotificationsView() function in NotificationsView131 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 …]
45 class NotificationsView : public SettingsPane {47 NotificationsView(SettingsHost* host);48 ~NotificationsView();
14 NotificationsView.cpp28 NotificationsView.cpp
34 NotificationsView* apps = new NotificationsView(host); in PrefletView()