Home
last modified time | relevance | path

Searched refs:TReplicantShelf (Results 1 – 4 of 4) sorted by relevance

/haiku/src/apps/deskbar/
H A DStatusViewShelf.cpp48 TReplicantShelf::TReplicantShelf(TReplicantTray* parent) in TReplicantShelf() function in TReplicantShelf
56 TReplicantShelf::~TReplicantShelf() in ~TReplicantShelf()
62 TReplicantShelf::MessageReceived(BMessage* message) in MessageReceived()
111 TReplicantShelf::CanAcceptReplicantView(BRect frame, BView* view, in CanAcceptReplicantView()
123 TReplicantShelf::AdjustReplicantBy(BRect frame, BMessage* message) const in AdjustReplicantBy()
139 TReplicantShelf::ReplicantDeleted(int32, const BMessage*, const BView*) in ReplicantDeleted()
H A DStatusViewShelf.h47 class TReplicantShelf : public BShelf {
49 TReplicantShelf(TReplicantTray* view);
50 ~TReplicantShelf();
H A DStatusView.h70 class TReplicantShelf; variable
159 friend class TReplicantShelf; variable
164 TReplicantShelf* fShelf;
H A DStatusView.cpp142 fShelf(new TReplicantShelf(this)), in TReplicantTray()