Searched refs:TReplicantTray (Results 1 - 7 of 7) sorted by relevance

/haiku/src/apps/deskbar/
H A DStatusViewShelf.h46 class TReplicantTray;
49 TReplicantShelf(TReplicantTray* view);
60 TReplicantTray* fParent;
H A DStatusView.cpp136 TReplicantTray::TReplicantTray(TBarView* barView) function in class:TReplicantTray
172 TReplicantTray::~TReplicantTray()
180 TReplicantTray::AttachedToWindow()
220 TReplicantTray::DetachedFromWindow()
237 TReplicantTray::GetPreferredSize(float* preferredWidth, float* preferredHeight)
288 TReplicantTray::AdjustPlacement()
310 TReplicantTray::MessageReceived(BMessage* message)
393 TReplicantTray
[all...]
H A DStatusViewShelf.cpp48 TReplicantShelf::TReplicantShelf(TReplicantTray* parent)
125 // added in AcceptAddon, from TReplicantTray
H A DTimeView.h113 friend class TReplicantTray;
H A DBarView.h72 class TReplicantTray;
171 TReplicantTray* ReplicantTray() const { return fReplicantTray; }
199 TReplicantTray* fReplicantTray;
H A DStatusView.h72 class TReplicantTray : public BView { class in inherits:BView
74 TReplicantTray(TBarView* barView);
75 virtual ~TReplicantTray();
H A DBarView.cpp183 fReplicantTray = new TReplicantTray(this);

Completed in 42 milliseconds