Symbol: NotificationsView
src/preferences/notifications/NotificationsView.cpp
131
NotificationsView::~NotificationsView()
src/preferences/notifications/NotificationsView.cpp
139
NotificationsView::AttachedToWindow()
src/preferences/notifications/NotificationsView.cpp
152
NotificationsView::MessageReceived(BMessage* msg)
src/preferences/notifications/NotificationsView.cpp
256
NotificationsView::Load(BMessage& settings)
src/preferences/notifications/NotificationsView.cpp
285
NotificationsView::Save(BMessage& storage)
src/preferences/notifications/NotificationsView.cpp
296
NotificationsView::_ClearItemSettings()
src/preferences/notifications/NotificationsView.cpp
303
NotificationsView::_UpdateSelectedItem()
src/preferences/notifications/NotificationsView.cpp
311
NotificationsView::_RecallItemSettings()
src/preferences/notifications/NotificationsView.cpp
330
NotificationsView::Revert()
src/preferences/notifications/NotificationsView.cpp
337
NotificationsView::RevertPossible()
src/preferences/notifications/NotificationsView.cpp
344
NotificationsView::Defaults()
src/preferences/notifications/NotificationsView.cpp
351
NotificationsView::DefaultsPossible()
src/preferences/notifications/NotificationsView.cpp
358
NotificationsView::UseDefaultRevertButtons()
src/preferences/notifications/NotificationsView.cpp
365
NotificationsView::_PopulateApplications()
src/preferences/notifications/NotificationsView.cpp
70
NotificationsView::NotificationsView(SettingsHost* host)
src/preferences/notifications/NotificationsView.h
45
class NotificationsView : public SettingsPane {
src/preferences/notifications/NotificationsView.h
47
NotificationsView(SettingsHost* host);
src/preferences/notifications/NotificationsView.h
48
~NotificationsView();
src/preferences/notifications/PrefletView.cpp
34
NotificationsView* apps = new NotificationsView(host);