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

/haiku/src/kits/tracker/
H A DCountView.cpp62 // #pragma mark - BCountView
65 BCountView::BCountView(BPoseView* view) function in class:BCountView
82 BCountView::~BCountView()
89 BCountView::TrySpinningBarberPole()
109 BCountView::Pulse()
116 BCountView::EndBarberPole()
127 BCountView::StartBarberPole()
140 BCountView
[all...]
H A DCountView.h47 class BCountView : public BView { class in namespace:BPrivate
51 BCountView(BPoseView*);
52 ~BCountView();
H A DPoseView.h70 class BCountView;
177 BCountView* CountView() const;
751 BCountView* fCountView;
956 inline BCountView*
H A DPoseView.cpp348 fCountView = new BCountView(this);
1130 // Between the BTitleView, BCountView, and scrollbars,

Completed in 80 milliseconds