/haiku/docs/user/app/ |
H A D | Notification.dox | 27 \brief Visual style of the notification. 37 This will have the notification appear with a grey side bar. 49 This will have the notification appear with a blue side bar. 61 This will have the notification appear with a red side bar. 73 This will have the notification appear with a progress bar. 90 Haiku provides a notification system that allows you to display messages to 92 You may use this class to build and send the notification. The properties 94 - The \link BNotification::BNotification() type of notification\endlink, 98 organize notification display into different categories. 100 text element at the top of a notification view. [all …]
|
/haiku/src/bin/ |
H A D | notify.cpp | 231 BNotification notification(fType); in ReadyToRun() local 233 notification.SetGroup(fGroup); in ReadyToRun() 235 notification.SetTitle(fTitle); in ReadyToRun() 237 notification.SetContent(fContent); in ReadyToRun() 240 notification.SetMessageID(fMsgId); in ReadyToRun() 243 notification.SetProgress(fProgress); in ReadyToRun() 248 notification.SetIcon(bitmap); in ReadyToRun() 254 notification.SetOnClickApp(fOnClickApp); in ReadyToRun() 257 notification.SetOnClickFile(&fFile); in ReadyToRun() 264 notification.AddOnClickRef(&ref); in ReadyToRun() [all …]
|
/haiku/src/kits/media/ |
H A D | Notifications.cpp | 58 int32 notification) in Register() argument 62 if (notification == B_MEDIA_SERVER_STARTED in Register() 63 || notification == B_MEDIA_SERVER_QUIT) { in Register() 65 msg.AddInt32(NOTIFICATION_PARAM_WHAT, notification); in Register() 71 msg.AddInt32(NOTIFICATION_PARAM_WHAT, notification); in Register() 82 int32 notification) in Unregister() argument 86 if (notification == B_MEDIA_SERVER_STARTED in Unregister() 87 || notification == B_MEDIA_SERVER_QUIT) { in Unregister() 89 msg.AddInt32(NOTIFICATION_PARAM_WHAT, notification); in Unregister() 95 msg.AddInt32(NOTIFICATION_PARAM_WHAT, notification); in Unregister() [all …]
|
/haiku/src/servers/notification/ |
H A D | NotificationWindow.cpp | 61 uint32 notification) { in is_overlapping() argument 63 && notification == (B_FOLLOW_RIGHT | B_FOLLOW_TOP)) in is_overlapping() 66 && notification == (B_FOLLOW_RIGHT | B_FOLLOW_BOTTOM)) in is_overlapping() 69 && notification == (B_FOLLOW_LEFT | B_FOLLOW_TOP)) in is_overlapping() 72 && notification == (B_FOLLOW_LEFT | B_FOLLOW_BOTTOM)) in is_overlapping() 75 && (notification == (B_FOLLOW_LEFT | B_FOLLOW_TOP) in is_overlapping() 76 || notification == (B_FOLLOW_RIGHT | B_FOLLOW_TOP))) in is_overlapping() 79 && (notification == (B_FOLLOW_LEFT | B_FOLLOW_BOTTOM) in is_overlapping() 80 || notification == (B_FOLLOW_RIGHT | B_FOLLOW_BOTTOM))) in is_overlapping() 172 BNotification* notification = new BNotification(message); in MessageReceived() local [all …]
|
H A D | Jamfile | 1 SubDir HAIKU_TOP src servers notification ; 3 UsePrivateHeaders app notification ;
|
/haiku/src/kits/network/libnetservices/ |
H A D | UrlProtocolAsynchronousListener.cpp | 80 int8 notification; in MessageReceived() local 81 if (message->FindInt8(kUrlProtocolMessageType, ¬ification) != B_OK) in MessageReceived() 84 switch (notification) { in MessageReceived() 171 notification)); in MessageReceived()
|
/haiku/src/apps/softwareupdater/ |
H A D | CheckManager.cpp | 310 BNotification notification(B_INFORMATION_NOTIFICATION); in _SendNotification() local 311 notification.SetGroup(B_TRANSLATE_SYSTEM_NAME("SoftwareUpdater")); in _SendNotification() 312 notification.SetTitle(title); in _SendNotification() 313 notification.SetContent(text); in _SendNotification() 314 notification.SetOnClickApp(kAppSignature); in _SendNotification() 316 notification.SetMessageID(fNotificationId); in _SendNotification() 317 notification.Send(); in _SendNotification()
|
/haiku/docs/user/storage/ |
H A D | NodeMonitor.dox | 125 // The "opcode" field of the B_NODE_MONITOR notification message you get. 130 \brief \c B_NODE_MONITOR notification message "opcode" is set when entry is 139 \brief \c B_NODE_MONITOR notification message "opcode" is set when entry is 148 \brief \c B_NODE_MONITOR notification message "opcode" is set when entry is 157 \brief \c B_NODE_MONITOR notification message "opcode" set when stat info 168 \brief \c B_NODE_MONITOR notification message "opcode" set when attribute 179 \brief \c B_NODE_MONITOR notification message "opcode" set when device is 188 \brief \c B_NODE_MONITOR notification message "opcode" set when device is 195 // More specific info in the "cause" field of B_ATTR_CHANGED notification 201 \brief \c B_ATTR_CHANGED notification message "cause" set when attribute is [all …]
|
/haiku/src/kits/storage/mime/ |
H A D | Database.cpp | 1338 DeferredInstallNotification* notification in DeferInstallNotification() local 1340 if (notification == NULL) in DeferInstallNotification() 1343 strlcpy(notification->type, type, sizeof(notification->type)); in DeferInstallNotification() 1344 notification->notify = false; in DeferInstallNotification() 1346 if (!fDeferredInstallNotifications.AddItem(notification)) in DeferInstallNotification() 1347 delete notification; in DeferInstallNotification() 1357 DeferredInstallNotification* notification in UndeferInstallNotification() local 1362 if (notification == NULL) in UndeferInstallNotification() 1366 if (notification->notify) in UndeferInstallNotification() 1367 _SendInstallNotification(notification->type); in UndeferInstallNotification() [all …]
|
/haiku/headers/private/media/ |
H A D | Notifications.h | 52 bool IsValidNotificationRequest(bool node_specific, int32 notification); 56 int32 notification); 60 int32 notification);
|
/haiku/src/add-ons/kernel/drivers/network/ether/usb_asix/ |
H A D | AX88172Device.cpp | 213 AX88172Notify *notification = (AX88172Notify *)fNotifyBuffer; in OnNotify() local 215 if (notification->btA1 != 0xa1) { in OnNotify() 217 notification->btA1); in OnNotify() 225 linkIsUp = (notification->btNN & LINK_STATE_PHY1) in OnNotify() 230 linkIsUp = (notification->btNN & LINK_STATE_PHY2) in OnNotify()
|
H A D | AX88178Device.cpp | 351 AX88178_Notify *notification = (AX88178_Notify *)fNotifyBuffer; in OnNotify() local 353 if (notification->btA1 != 0xa1) { in OnNotify() 355 notification->btA1); in OnNotify() 363 linkIsUp = (notification->btBB & LINK_STATE_PPLS) in OnNotify() 368 linkIsUp = (notification->btBB & LINK_STATE_SPLS) in OnNotify()
|
/haiku/src/preferences/notifications/ |
H A D | PrefletWin.cpp | 256 BNotification notification(B_INFORMATION_NOTIFICATION); in _SendExampleNotification() local 257 notification.SetMessageID(kSampleMessageID); in _SendExampleNotification() 258 notification.SetGroup(B_TRANSLATE("Notifications")); in _SendExampleNotification() 259 notification.SetTitle(B_TRANSLATE("Notifications preflet sample")); in _SendExampleNotification() 260 notification.SetContent(B_TRANSLATE("This is a test notification message")); in _SendExampleNotification() 261 notification.Send(); in _SendExampleNotification()
|
H A D | Jamfile | 3 UseHeaders [ FDirName $(HAIKU_TOP) src servers notification ] : true ; 5 UsePrivateHeaders interface notification ;
|
/haiku/headers/private/media/experimental/ |
H A D | SimpleMediaClient.h | 21 enum notification { enum 31 notification what, 80 enum notification { enum 107 notification what,
|
/haiku/src/kits/mail/ |
H A D | c_mail_api.cpp | 59 get_mail_notification(mail_notification *notification) in get_mail_notification() argument 61 notification->alert = true; in get_mail_notification() 62 notification->beep = false; in get_mail_notification()
|
/haiku/src/tools/fs_shell/ |
H A D | block_cache.cpp | 196 get_next_pending_event(cache_notification* notification, int32_t* _event) in get_next_pending_event() argument 199 int32_t pending = fssh_atomic_and(¬ification->events_pending, in get_next_pending_event() 220 cache_notification* notification = cache->pending_notifications.Head(); in flush_pending_notifications() local 221 if (notification == NULL) in flush_pending_notifications() 226 if (!get_next_pending_event(notification, &event)) { in flush_pending_notifications() 228 cache->pending_notifications.Remove(notification); in flush_pending_notifications() 229 deleteAfterEvent = notification->delete_after_event; in flush_pending_notifications() 235 cache_notification copy = *notification; in flush_pending_notifications() 244 delete notification; in flush_pending_notifications() 252 cache_notification ¬ification, int32_t events, in set_notification() argument [all …]
|
/haiku/src/apps/showimage/ |
H A D | ImageCache.cpp | 333 BMessage notification(kMsgImageCacheImageLoaded); in _NotifyListeners() local 334 _BuildNotification(entry, notification); in _NotifyListeners() 337 notification.AddInt32("error", queueEntry->status); in _NotifyListeners() 341 if (iterator->SendMessage(¬ification) == B_OK && entry != NULL) { in _NotifyListeners() 355 BMessage notification(kMsgImageCacheImageLoaded); in _NotifyTarget() local 356 _BuildNotification(entry, notification); in _NotifyTarget() 358 if (target->SendMessage(¬ification) == B_OK && entry != NULL) { in _NotifyTarget()
|
/haiku/src/tests/system/kernel/file_corruption/fs/ |
H A D | Transaction.h | 49 const PostCommitNotification& notification); 133 Transaction::Commit(const PostCommitNotification& notification) in Commit() argument 135 return Commit(¬ification); in Commit()
|
/haiku/data/catalogs/preferences/notifications/ |
H A D | fr.catkeys | 11 Notifications preflet sample PrefletWin Exemple de notification d’un preflet 32 This is a test notification message PrefletWin Ceci est une notification de test
|
/haiku/src/add-ons/kernel/drivers/network/ether/usb_ecm/ |
H A D | ECMDevice.cpp | 557 cdc_notification *notification in _NotifyCallback() local 560 switch (notification->notification_code) { in _NotifyCallback() 562 TRACE("connection state change to %d\n", notification->value); in _NotifyCallback() 563 device->fHasConnection = notification->value > 0; in _NotifyCallback() 569 if (notification->data_length < sizeof(cdc_connection_speed) in _NotifyCallback() 577 speed = (cdc_connection_speed *)¬ification->data[0]; in _NotifyCallback() 589 notification->notification_code); in _NotifyCallback()
|
/haiku/src/servers/package/ |
H A D | PackageManager.cpp | 311 BNotification notification(B_ERROR_NOTIFICATION); in Warn() local 312 notification.SetGroup(B_TRANSLATE("Package daemon")); in Warn() 313 notification.SetTitle(B_TRANSLATE("Warning")); in Warn() 314 notification.SetContent(message); in Warn() 315 notification.Send(); in Warn()
|
/haiku/src/kits/debugger/debug_info/loading_state_handlers/ |
H A D | DwarfLoadingStateHandler.cpp | 117 BString notification; in HandleState() local 118 notification.SetToFormat("Installing package %s" B_UTF8_ELLIPSIS, in HandleState() 120 interface->NotifyBackgroundWorkStatus(notification); in HandleState()
|
/haiku/src/apps/networkstatus/ |
H A D | NetworkStatusView.cpp | 535 BNotification notification(B_INFORMATION_NOTIFICATION); in _Update() local 536 notification.SetGroup(B_TRANSLATE("Network Status")); in _Update() 537 notification.SetTitle(interface.Name()); in _Update() 538 notification.SetMessageID(interface.Name()); in _Update() 539 notification.SetIcon(fNotifyIcons[status]); in _Update() 548 notification.SetContent(kStatusDescriptions[status]); in _Update() 549 notification.Send(); in _Update()
|
/haiku/headers/os/media/ |
H A D | MediaRecorder.h | 21 enum notification { enum 33 notification what, ...);
|