BNotification
class BNotification : public BArchivable {
BNotification(notification_type type);
BNotification(BMessage* archive);
virtual ~BNotification();
BNotification progress(B_PROGRESS_NOTIFICATION);
fNotification = new BNotification(B_INFORMATION_NOTIFICATION);
BNotification* fNotification;
BNotification notification(B_INFORMATION_NOTIFICATION);
BNotification notification(
BNotification notification(B_INFORMATION_NOTIFICATION);
BNotification notification(B_INFORMATION_NOTIFICATION);
BNotification success(B_INFORMATION_NOTIFICATION);
BNotification success(B_ERROR_NOTIFICATION);
BNotification notification(fType);
BNotification::~BNotification()
BNotification::InitCheck() const
BNotification::Instantiate(BMessage* archive)
return new(std::nothrow) BNotification(archive);
BNotification::Archive(BMessage* archive, bool deep) const
BNotification::SourceSignature() const
BNotification::SourceName() const
BNotification::Type() const
BNotification::Group() const
BNotification::SetGroup(const BString& group)
BNotification::Title() const
BNotification::SetTitle(const BString& title)
BNotification::Content() const
BNotification::BNotification(notification_type type)
BNotification::SetContent(const BString& content)
BNotification::MessageID() const
BNotification::SetMessageID(const BString& id)
BNotification::Progress() const
BNotification::SetProgress(float progress)
BNotification::OnClickApp() const
BNotification::SetOnClickApp(const BString& app)
BNotification::OnClickFile() const
BNotification::SetOnClickFile(const entry_ref* file)
BNotification::AddOnClickRef(const entry_ref* ref)
BNotification::CountOnClickRefs() const
BNotification::OnClickRefAt(int32 index) const
BNotification::AddOnClickArg(const BString& arg)
BNotification::CountOnClickArgs() const
BNotification::OnClickArgAt(int32 index) const
BNotification::Icon() const
BNotification::SetIcon(const BBitmap* icon)
BNotification::Send(bigtime_t timeout)
void BNotification::_ReservedNotification1() {}
void BNotification::_ReservedNotification2() {}
void BNotification::_ReservedNotification3() {}
void BNotification::_ReservedNotification4() {}
void BNotification::_ReservedNotification5() {}
void BNotification::_ReservedNotification6() {}
void BNotification::_ReservedNotification7() {}
void BNotification::_ReservedNotification8() {}
BNotification::BNotification(BMessage* archive)
BNotification notification(B_PROGRESS_NOTIFICATION);
BNotification notification(B_INFORMATION_NOTIFICATION);
BNotification fNotification;
fNotification = new BNotification(B_INFORMATION_NOTIFICATION);
BNotification* fNotification;
class BNotification;
NotificationView::NotificationView(BNotification* notification, bigtime_t timeout,
class BNotification;
NotificationView(BNotification* notification, bigtime_t timeout,
BNotification* fNotification;
BNotification* notification = new BNotification(message);
BNotification notification(B_ERROR_NOTIFICATION);