Searched refs:FakeScrollBar (Results 1 – 5 of 5) sorted by relevance
/haiku/src/preferences/appearance/ |
H A D | FakeScrollBar.cpp | 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() [all …]
|
H A D | FakeScrollBar.h | 16 class FakeScrollBar : public BControl { 18 FakeScrollBar(bool drawArrows, bool doubleArrows, 20 ~FakeScrollBar(void);
|
H A D | LookAndFeelSettingsView.h | 24 class FakeScrollBar; variable 64 FakeScrollBar* fArrowStyleSingle; 65 FakeScrollBar* fArrowStyleDouble;
|
H A D | Jamfile | 11 FakeScrollBar.cpp
|
H A D | LookAndFeelSettingsView.cpp | 114 fArrowStyleSingle = new FakeScrollBar(true, false, in LookAndFeelSettingsView() 116 fArrowStyleDouble = new FakeScrollBar(true, true, in LookAndFeelSettingsView()
|