Searched refs:BStatusView (Results 1 - 2 of 2) sorted by relevance

/haiku/src/kits/tracker/
H A DStatusWindow.h59 class BStatusView;
92 BObjectList<BStatusView> fViewList;
101 class BStatusView : public BView { class in namespace:BPrivate
103 BStatusView(BRect frame, thread_id,
105 virtual ~BStatusView();
178 BStatusView::IsPaused() const
185 BStatusView::WasCanceled() const
192 BStatusView::Thread() const
H A DStatusWindow.cpp234 if (BStatusView* lastView = fViewList.LastItem())
243 BStatusView* view = new BStatusView(rect, thread, type);
244 // the BStatusView will resize itself if needed in its constructor
285 BStatusView* view = fViewList.ItemAt(index);
303 BStatusView* view = fViewList.ItemAt(index);
316 BStatusView* winner = NULL;
321 BStatusView* view = fViewList.ItemAt(index);
370 BStatusView* view = NULL;
394 // we will get resumed from BStatusView
435 BStatusView::BStatusView(BRect bounds, thread_id thread, StatusWindowState type) function in class:BStatusView
[all...]

Completed in 20 milliseconds