Home
last modified time | relevance | path

Searched refs:notification_type (Results 1 – 6 of 6) sorted by relevance

/haiku/headers/private/notification/
H A DNotificationReceived.h18 NotificationReceived(const char* title, notification_type type,
31 notification_type Type();
32 void SetType(notification_type type);
41 notification_type fType;
/haiku/headers/os/app/
H A DNotification.h16 enum notification_type { enum
28 BNotification(notification_type type);
40 notification_type Type() const;
90 notification_type fType;
/haiku/src/servers/notification/
H A DNotificationReceived.cpp32 notification_type type, bool enabled) in NotificationReceived()
125 notification_type
133 NotificationReceived::SetType(notification_type type) in SetType()
/haiku/docs/user/app/
H A DNotification.dox18 \brief Provides BNotification class and the notification_type enum.
22 ///// notification_type enum /////
26 \enum notification_type
34 \var notification_type::B_INFORMATION_NOTIFICATION
46 \var notification_type::B_IMPORTANT_NOTIFICATION
58 \var notification_type::B_ERROR_NOTIFICATION
70 \var notification_type::B_PROGRESS_NOTIFICATION
166 \fn BNotification::BNotification(notification_type type)
170 \ref notification_type enumerator for details.
260 \fn notification_type BNotification::Type() const
[all …]
/haiku/src/bin/
H A Dnotify.cpp52 notification_type fType;
120 fType = (notification_type)i; in ArgvReceived()
/haiku/src/kits/app/
H A DNotification.cpp28 BNotification::BNotification(notification_type type) in BNotification()
76 fType = (notification_type)type; in BNotification()
239 notification_type