Home
last modified time | relevance | path

Searched refs:BNotification (Results 1 – 19 of 19) sorted by relevance

/haiku/src/kits/app/
H A DNotification.cpp28 BNotification::BNotification(notification_type type) in BNotification() function in BNotification
58 BNotification::BNotification(BMessage* archive) in BNotification() function in BNotification
130 BNotification::~BNotification() in ~BNotification()
144 BNotification::InitCheck() const in InitCheck()
151 BNotification::Instantiate(BMessage* archive) in Instantiate()
154 return new(std::nothrow) BNotification(archive); in Instantiate()
161 BNotification::Archive(BMessage* archive, bool deep) const in Archive()
226 BNotification::SourceSignature() const in SourceSignature()
233 BNotification::SourceName() const in SourceName()
240 BNotification::Type() const in Type()
[all …]
/haiku/docs/user/app/
H A DNotification.dox18 \brief Provides BNotification class and the notification_type enum.
81 ///// BNotification class /////
85 \class BNotification
94 - The \link BNotification::BNotification() type of notification\endlink,
97 - The \link BNotification::SetGroup() group\endlink, which allows you to
99 - A \link BNotification::SetTitle() title\endlink, which is a distinct
101 - The \link BNotification::SetContent() content\endlink, which is the text
103 - A \link BNotification::SetMessageID() message identifier\endlink that
107 \link BNotification::SetProgress() percentage of completion\endlink can be
110 set an \link BNotification::SetIcon() alternative icon\endlink.
[all …]
/haiku/headers/os/app/
H A DNotification.h26 class BNotification : public BArchivable {
28 BNotification(notification_type type);
29 BNotification(BMessage* archive);
30 virtual ~BNotification();
/haiku/src/servers/notification/
H A DNotificationView.h19 class BNotification; variable
28 NotificationView(BNotification* notification,
66 BNotification* fNotification;
H A DNotificationWindow.cpp172 BNotification* notification = new BNotification(message); in MessageReceived()
H A DNotificationView.cpp63 NotificationView::NotificationView(BNotification* notification, bigtime_t timeout, in NotificationView()
/haiku/src/servers/mail/
H A DMailDaemonApplication.h27 class BNotification; variable
113 BNotification* fNotification;
H A DDefaultNotifier.h44 BNotification fNotification;
H A DMailDaemonApplication.cpp202 fNotification = new BNotification(B_INFORMATION_NOTIFICATION); in ReadyToRun()
/haiku/src/preferences/notifications/
H A DPrefletWin.cpp256 BNotification notification(B_INFORMATION_NOTIFICATION); in _SendExampleNotification()
/haiku/src/bin/
H A Dnotify.cpp231 BNotification notification(fType); in ReadyToRun()
/haiku/src/apps/softwareupdater/
H A DCheckManager.cpp310 BNotification notification(B_INFORMATION_NOTIFICATION); in _SendNotification()
H A DUpdateManager.cpp554 BNotification notification(B_INFORMATION_NOTIFICATION); in _FinalUpdate()
/haiku/src/apps/webpositive/
H A DDownloadProgressView.cpp639 BNotification success(B_INFORMATION_NOTIFICATION); in DownloadFinished()
662 BNotification success(B_ERROR_NOTIFICATION); in CancelDownload()
/haiku/src/servers/package/
H A DPackageManager.cpp311 BNotification notification(B_ERROR_NOTIFICATION); in Warn()
/haiku/src/apps/networkstatus/
H A DNetworkStatusView.cpp535 BNotification notification(B_INFORMATION_NOTIFICATION); in _Update()
/haiku/src/apps/powerstatus/
H A DPowerStatusView.cpp680 BNotification notification( in _NotifyLowBattery()
/haiku/src/kits/media/
H A DMediaDefs.cpp1266 BNotification notification(B_PROGRESS_NOTIFICATION); in notify_system()
/haiku/docs/user/
H A Dbook.dox110 - BNotification