Searched refs:BScrollBar (Results 1 - 25 of 70) sorted by relevance

123

/haiku/src/apps/cortex/ParameterView/
H A DParameterContainerView.h52 class BScrollBar;
82 BScrollBar* m_hScroll;
83 BScrollBar* m_vScroll;
H A DParameterContainerView.cpp84 m_hScroll = new BScrollBar(
96 m_vScroll = new BScrollBar(
/haiku/src/tests/kits/interface/layout/widget_layout_test/tests/
H A DScrollBarTest.h12 class BScrollBar;
34 BScrollBar* fScrollBar;
H A DScrollBarTest.cpp36 fScrollBar(new BScrollBar("scroll bar", NULL, 0, 100, B_HORIZONTAL)),
/haiku/headers/os/interface/
H A DScrollBar.h16 class BScrollBar : public BView { class in inherits:BView
18 BScrollBar(BRect frame, const char* name,
21 BScrollBar(const char* name, BView* target,
24 BScrollBar(BMessage* archive);
25 virtual ~BScrollBar();
72 // to be used in case the BScrollBar should draw part of
98 BScrollBar *bar);
107 BScrollBar& operator=(const BScrollBar& other);
H A DScrollView.h63 // BScrollBar
64 BScrollBar* ScrollBar(orientation direction) const;
109 static BRect _ComputeFrame(BRect frame, BScrollBar* horizontal,
110 BScrollBar* vertical, border_style border,
112 static BRect _ComputeFrame(BView* target, BScrollBar* horizontal,
113 BScrollBar* vertical, border_style border,
122 BScrollBar* fHorizontalScrollBar;
123 BScrollBar* fVerticalScrollBar;
/haiku/src/apps/glteapot/
H A DResScroll.h13 class ResScroll : public BScrollBar {
/haiku/src/kits/interface/
H A DScrollBar.cpp75 class BScrollBar::Private {
77 Private(BScrollBar* scrollBar)
116 void DrawScrollBarButton(BScrollBar* owner, arrow_direction direction,
123 BScrollBar* fScrollBar;
154 BScrollBar::Private::button_repeater_thread(void* data)
156 BScrollBar::Private* privateData = (BScrollBar::Private*)data;
162 BScrollBar::Private::ButtonRepeaterThread()
203 // #pragma mark - BScrollBar
206 BScrollBar function in class:BScrollBar
236 BScrollBar::BScrollBar(const char* name, BView* target, function in class:BScrollBar
261 BScrollBar::BScrollBar(BMessage* data) function in class:BScrollBar
1153 operator =(const BScrollBar&) argument
[all...]
H A DScrollView.cpp81 BScrollBar *bar = dynamic_cast<BScrollBar *>(view);
149 BScrollBar *bar = dynamic_cast<BScrollBar *>(view);
151 // So the target view can't be a BScrollBar, but who would do that?
456 BScrollBar*
770 fHorizontalScrollBar = new BScrollBar(BRect(0, 0, 14, 14), "_HSB_",
776 fVerticalScrollBar = new BScrollBar(BRect(0, 0, 14, 14), "_VSB_",
916 BScrollView::_ComputeFrame(BRect frame, BScrollBar* horizontal,
917 BScrollBar* vertica
[all...]
/haiku/src/apps/terminal/
H A DTermScrollView.cpp18 class TermScrollBar : public BScrollBar {
23 BScrollBar(frame, name, target, min, max, direction)
H A DTermView.h34 class BScrollBar;
103 void SetScrollBar(BScrollBar* scrollBar);
104 BScrollBar* ScrollBar() const { return fScrollBar; };
316 BScrollBar* fScrollBar;
H A DSmartTabView.cpp181 BScrollBar* bar = fScrollView->ScrollBar(B_VERTICAL);
215 BScrollBar* bar = fScrollView->ScrollBar(B_VERTICAL);
/haiku/src/apps/cortex/RouteApp/
H A DStatusView.h73 BScrollBar *scrollBar = 0);
133 BScrollBar * m_scrollBar;
H A DRouteWindow.h176 BScrollBar* m_hScrollBar;
177 BScrollBar* m_vScrollBar;
/haiku/src/apps/haikudepot/ui_generic/
H A DScrollableGroupView.cpp34 BScrollBar* scrollBar = ScrollBar(B_VERTICAL);
/haiku/src/apps/haikudepot/ui/
H A DGeneralContentScrollView.cpp30 BScrollBar* scrollBar = ScrollBar(B_VERTICAL);
/haiku/src/apps/showimage/
H A DShowImageWindow.h29 class BScrollBar;
135 BScrollBar *fVScrollBar, *fHScrollBar;
/haiku/src/tests/servers/app/scrollbar/
H A Dmain.cpp35 BScrollBar* scrollBar = ScrollBar(B_VERTICAL);
63 BWindow* window = new BWindow(frame, "BScrollBar Test",
/haiku/src/apps/icon-o-matic/generic/gui/scrollview/
H A DScrollView.h74 BScrollBar* HScrollBar() const;
75 BScrollBar* VScrollBar() const;
H A DScrollView.cpp31 class InternalScrollBar : public BScrollBar {
50 : BScrollBar(frame, NULL, NULL, 0, 0, posture),
76 BScrollBar::MouseDown(where);
83 BScrollBar::MouseUp(where);
460 BScrollBar*
467 BScrollBar*
769 // This obviously ineffective line works around a BScrollBar bug:
774 // it is failed to invoke BScrollBar::ValueChanged().
782 // This obviously ineffective line works around a BScrollBar bug.
/haiku/headers/private/interface/
H A DColumnListView.h55 class BScrollBar;
411 BScrollBar* fHorizontalScrollBar;
412 BScrollBar* fVerticalScrollBar;
/haiku/src/apps/cortex/DormantNodeView/
H A DDormantNodeWindow.cpp99 AddChild(new BScrollBar(r, "", m_listView, 0.0, 0.0, B_VERTICAL));
/haiku/src/servers/mail/
H A DErrorLogWindow.cpp89 BScrollBar *bar = panel->scroll->ScrollBar(B_VERTICAL);
131 BScrollBar *bar = panel->scroll->ScrollBar(B_VERTICAL);
/haiku/src/apps/stylededit/
H A DStatusView.cpp75 BScrollBar* scrollBar = fScrollView->ScrollBar(B_HORIZONTAL);
276 BScrollBar* scrollBar = fScrollView->ScrollBar(B_HORIZONTAL);
/haiku/src/kits/tracker/
H A DPoseView.h175 BScrollBar* HScrollBar() const;
176 BScrollBar* VScrollBar() const ;
735 BScrollBar* fVScrollBar;
837 class TScrollBar : public BScrollBar {
842 // BScrollBar overrides
848 typedef BScrollBar _inherited;
942 inline BScrollBar*
949 inline BScrollBar*

Completed in 114 milliseconds

123