Searched refs:notification_type (Results 1 – 6 of 6) sorted by relevance
18 NotificationReceived(const char* title, notification_type type,31 notification_type Type();32 void SetType(notification_type type);41 notification_type fType;
16 enum notification_type { enum28 BNotification(notification_type type);40 notification_type Type() const;90 notification_type fType;
32 notification_type type, bool enabled) in NotificationReceived()125 notification_type133 NotificationReceived::SetType(notification_type type) in SetType()
18 \brief Provides BNotification class and the notification_type enum.22 ///// notification_type enum /////26 \enum notification_type34 \var notification_type::B_INFORMATION_NOTIFICATION46 \var notification_type::B_IMPORTANT_NOTIFICATION58 \var notification_type::B_ERROR_NOTIFICATION70 \var notification_type::B_PROGRESS_NOTIFICATION166 \fn BNotification::BNotification(notification_type type)170 \ref notification_type enumerator for details.260 \fn notification_type BNotification::Type() const[all …]
52 notification_type fType;120 fType = (notification_type)i; in ArgvReceived()
28 BNotification::BNotification(notification_type type) in BNotification()76 fType = (notification_type)type; in BNotification()239 notification_type