Lines Matching refs:FakeScrollBar
31 FakeScrollBar::FakeScrollBar(bool drawArrows, bool doubleArrows, in FakeScrollBar() function in FakeScrollBar
43 FakeScrollBar::~FakeScrollBar(void) in ~FakeScrollBar()
49 FakeScrollBar::Draw(BRect updateRect) in Draw()
127 FakeScrollBar::MouseDown(BPoint point) in MouseDown()
134 FakeScrollBar::MouseMoved(BPoint point, uint32 transit, in MouseMoved()
142 FakeScrollBar::MouseUp(BPoint point) in MouseUp()
154 FakeScrollBar::SetValue(int32 value) in SetValue()
188 FakeScrollBar* scrollbar = dynamic_cast<FakeScrollBar*>(child); in SetValue()
197 scrollbar = dynamic_cast<FakeScrollBar*>(box->LabelView()); in SetValue()
215 FakeScrollBar::SetDoubleArrows(bool doubleArrows) in SetDoubleArrows()
223 FakeScrollBar::SetKnobStyle(uint32 knobStyle) in SetKnobStyle()
231 FakeScrollBar::SetFromScrollBarInfo(const scroll_bar_info &info) in SetFromScrollBarInfo()
243 FakeScrollBar::_DrawArrowButton(int32 direction, BRect rect, in _DrawArrowButton()