Lines Matching refs:BNotification
28 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()
247 BNotification::Group() const in Group()
256 BNotification::SetGroup(const BString& group) in SetGroup()
263 BNotification::Title() const in Title()
272 BNotification::SetTitle(const BString& title) in SetTitle()
279 BNotification::Content() const in Content()
288 BNotification::SetContent(const BString& content) in SetContent()
295 BNotification::MessageID() const in MessageID()
304 BNotification::SetMessageID(const BString& id) in SetMessageID()
311 BNotification::Progress() const in Progress()
320 BNotification::SetProgress(float progress) in SetProgress()
332 BNotification::OnClickApp() const in OnClickApp()
341 BNotification::SetOnClickApp(const BString& app) in SetOnClickApp()
348 BNotification::OnClickFile() const in OnClickFile()
355 BNotification::SetOnClickFile(const entry_ref* file) in SetOnClickFile()
371 BNotification::AddOnClickRef(const entry_ref* ref) in AddOnClickRef()
385 BNotification::CountOnClickRefs() const in CountOnClickRefs()
392 BNotification::OnClickRefAt(int32 index) const in OnClickRefAt()
399 BNotification::AddOnClickArg(const BString& arg) in AddOnClickArg()
410 BNotification::CountOnClickArgs() const in CountOnClickArgs()
417 BNotification::OnClickArgAt(int32 index) const in OnClickArgAt()
424 BNotification::Icon() const in Icon()
431 BNotification::SetIcon(const BBitmap* icon) in SetIcon()
448 BNotification::Send(bigtime_t timeout) in Send()
469 void BNotification::_ReservedNotification1() {} in _ReservedNotification1()
470 void BNotification::_ReservedNotification2() {} in _ReservedNotification2()
471 void BNotification::_ReservedNotification3() {} in _ReservedNotification3()
472 void BNotification::_ReservedNotification4() {} in _ReservedNotification4()
473 void BNotification::_ReservedNotification5() {} in _ReservedNotification5()
474 void BNotification::_ReservedNotification6() {} in _ReservedNotification6()
475 void BNotification::_ReservedNotification7() {} in _ReservedNotification7()
476 void BNotification::_ReservedNotification8() {} in _ReservedNotification8()