Searched refs:TReplicantShelf (Results 1 – 4 of 4) sorted by relevance
48 TReplicantShelf::TReplicantShelf(TReplicantTray* parent) in TReplicantShelf() function in TReplicantShelf56 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()
47 class TReplicantShelf : public BShelf {49 TReplicantShelf(TReplicantTray* view);50 ~TReplicantShelf();
70 class TReplicantShelf; variable159 friend class TReplicantShelf; variable164 TReplicantShelf* fShelf;
142 fShelf(new TReplicantShelf(this)), in TReplicantTray()