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

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

Completed in 53 milliseconds