headers/os/interface/ScrollBar.h
107
BScrollBar& operator=(const BScrollBar& other);
headers/os/interface/ScrollBar.h
16
class BScrollBar : public BView {
headers/os/interface/ScrollBar.h
18
BScrollBar(BRect frame, const char* name,
headers/os/interface/ScrollBar.h
21
BScrollBar(const char* name, BView* target,
headers/os/interface/ScrollBar.h
24
BScrollBar(BMessage* archive);
headers/os/interface/ScrollBar.h
25
virtual ~BScrollBar();
headers/os/interface/ScrollBar.h
98
BScrollBar *bar);
headers/os/interface/ScrollView.h
109
static BRect _ComputeFrame(BRect frame, BScrollBar* horizontal,
headers/os/interface/ScrollView.h
110
BScrollBar* vertical, border_style border,
headers/os/interface/ScrollView.h
112
static BRect _ComputeFrame(BView* target, BScrollBar* horizontal,
headers/os/interface/ScrollView.h
113
BScrollBar* vertical, border_style border,
headers/os/interface/ScrollView.h
122
BScrollBar* fHorizontalScrollBar;
headers/os/interface/ScrollView.h
123
BScrollBar* fVerticalScrollBar;
headers/os/interface/ScrollView.h
64
BScrollBar* ScrollBar(orientation direction) const;
headers/os/interface/View.h
135
class BScrollBar;
headers/os/interface/View.h
631
BScrollBar* ScrollBar(orientation direction) const;
headers/os/interface/View.h
705
status_t ScrollWithMouseWheelDelta(BScrollBar*, float);
headers/os/interface/View.h
729
friend class BScrollBar;
headers/os/interface/View.h
815
BScrollBar* fVerScroller;
headers/os/interface/View.h
816
BScrollBar* fHorScroller;
headers/private/interface/ColumnListView.h
414
BScrollBar* fHorizontalScrollBar;
headers/private/interface/ColumnListView.h
415
BScrollBar* fVerticalScrollBar;
headers/private/interface/ColumnListView.h
55
class BScrollBar;
src/apps/aboutsystem/AboutSystem.cpp
1337
BScrollBar* scrollBar = fCreditsView->ScrollBar(B_VERTICAL);
src/apps/charactermap/CharacterView.cpp
718
BScrollBar* scroller = ScrollBar(B_VERTICAL);
src/apps/cortex/DiagramView/DiagramView.cpp
372
BScrollBar* hScroll = ScrollBar(B_HORIZONTAL);
src/apps/cortex/DiagramView/DiagramView.cpp
385
BScrollBar* vScroll = ScrollBar(B_VERTICAL);
src/apps/cortex/DiagramView/DiagramView.cpp
755
BScrollBar *scrollBar = ScrollBar(B_VERTICAL);
src/apps/cortex/DormantNodeView/DormantNodeWindow.cpp
99
AddChild(new BScrollBar(r, "", m_listView, 0.0, 0.0, B_VERTICAL));
src/apps/cortex/InfoView/InfoView.cpp
213
Window()->AddChild(new BScrollBar(scrollRect, "ScrollBar", this,
src/apps/cortex/MediaRoutingView/MediaRoutingView.cpp
1828
BScrollBar *scrollBar;
src/apps/cortex/ParameterView/ParameterContainerView.cpp
84
m_hScroll = new BScrollBar(
src/apps/cortex/ParameterView/ParameterContainerView.cpp
96
m_vScroll = new BScrollBar(
src/apps/cortex/ParameterView/ParameterContainerView.h
52
class BScrollBar;
src/apps/cortex/ParameterView/ParameterContainerView.h
82
BScrollBar* m_hScroll;
src/apps/cortex/ParameterView/ParameterContainerView.h
83
BScrollBar* m_vScroll;
src/apps/cortex/RouteApp/RouteWindow.cpp
144
m_hScrollBar = new BScrollBar(hsBounds, "hScrollBar", m_routingView,
src/apps/cortex/RouteApp/RouteWindow.cpp
154
m_vScrollBar = new BScrollBar(vsBounds, "vScrollBar", m_routingView,
src/apps/cortex/RouteApp/RouteWindow.h
176
BScrollBar* m_hScrollBar;
src/apps/cortex/RouteApp/RouteWindow.h
177
BScrollBar* m_vScrollBar;
src/apps/cortex/RouteApp/StatusView.cpp
105
BScrollBar *scrollBar)
src/apps/cortex/RouteApp/StatusView.h
133
BScrollBar * m_scrollBar;
src/apps/cortex/RouteApp/StatusView.h
73
BScrollBar *scrollBar = 0);
src/apps/debuganalyzer/gui/chart/Chart.cpp
521
BScrollBar* scrollBar = ScrollBar(horizontal ? B_HORIZONTAL : B_VERTICAL);
src/apps/debuganalyzer/gui/main_window/SchedulingPage.cpp
1327
if (BScrollBar* scrollBar = ScrollBar(B_HORIZONTAL))
src/apps/debuganalyzer/gui/main_window/SchedulingPage.cpp
1362
if (BScrollBar* scrollBar = ScrollBar(B_HORIZONTAL))
src/apps/debuganalyzer/gui/main_window/SchedulingPage.cpp
1643
if (BScrollBar* scrollBar = ScrollBar(B_VERTICAL)) {
src/apps/debuganalyzer/gui/main_window/SchedulingPage.cpp
697
if (BScrollBar* scrollBar = ScrollBar(B_HORIZONTAL)) {
src/apps/debugger/user_interface/gui/inspector_window/MemoryView.cpp
1041
BScrollBar* vertical = ScrollBar(B_VERTICAL);
src/apps/debugger/user_interface/gui/inspector_window/MemoryView.cpp
698
BScrollBar *scrollBar = ScrollBar(B_VERTICAL);
src/apps/debugger/user_interface/gui/team_window/ConsoleOutputView.cpp
250
BScrollBar* scroller = fConsoleOutput->ScrollBar(B_VERTICAL);
src/apps/debugger/user_interface/gui/team_window/SourceView.cpp
1878
BScrollBar* horizontal = fSourceView->ScrollBar(B_HORIZONTAL);
src/apps/debugger/user_interface/gui/team_window/SourceView.cpp
1890
BScrollBar* vertical = fSourceView->ScrollBar(B_VERTICAL);
src/apps/debugger/user_interface/gui/team_window/SourceView.cpp
1902
BScrollBar* vertical = fSourceView->ScrollBar(B_VERTICAL);
src/apps/debugger/user_interface/gui/team_window/SourceView.cpp
1915
BScrollBar* vertical = fSourceView->ScrollBar(B_VERTICAL);
src/apps/debugger/user_interface/gui/team_window/SourceView.cpp
1926
BScrollBar* vertical = fSourceView->ScrollBar(B_VERTICAL);
src/apps/debugger/user_interface/gui/team_window/SourceView.cpp
2479
if (BScrollBar* scrollBar = ScrollBar(B_HORIZONTAL)) {
src/apps/debugger/user_interface/gui/team_window/SourceView.cpp
2492
if (BScrollBar* scrollBar = ScrollBar(B_VERTICAL)) {
src/apps/diskprobe/DataView.cpp
959
BScrollBar *bar;
src/apps/glteapot/ResScroll.h
13
class ResScroll : public BScrollBar {
src/apps/haikudepot/textview/TextDocumentView.cpp
548
BScrollBar* horizontalScrollBar = ScrollBar(B_HORIZONTAL);
src/apps/haikudepot/textview/TextDocumentView.cpp
562
BScrollBar* verticalScrollBar = ScrollBar(B_VERTICAL);
src/apps/haikudepot/ui/GeneralContentScrollView.cpp
33
BScrollBar* scrollBar = ScrollBar(B_VERTICAL);
src/apps/haikudepot/ui/PackageInfoView.cpp
84
BScrollBar* scrollBar = ScrollBar(B_VERTICAL);
src/apps/haikudepot/ui/RatePackageWindow.cpp
67
BScrollBar* vScrollBar = ScrollBar(B_VERTICAL);
src/apps/haikudepot/ui/RatePackageWindow.cpp
68
BScrollBar* hScrollBar = ScrollBar(B_HORIZONTAL);
src/apps/haikudepot/ui_generic/ScrollableGroupView.cpp
34
BScrollBar* scrollBar = ScrollBar(B_VERTICAL);
src/apps/icon-o-matic/MainWindow.cpp
1369
if (BScrollBar* scrollBar = target->ScrollBar(B_VERTICAL)) {
src/apps/icon-o-matic/generic/gui/scrollview/ScrollView.cpp
31
class InternalScrollBar : public BScrollBar {
src/apps/icon-o-matic/generic/gui/scrollview/ScrollView.cpp
460
BScrollBar*
src/apps/icon-o-matic/generic/gui/scrollview/ScrollView.cpp
467
BScrollBar*
src/apps/icon-o-matic/generic/gui/scrollview/ScrollView.cpp
50
: BScrollBar(frame, NULL, NULL, 0, 0, posture),
src/apps/icon-o-matic/generic/gui/scrollview/ScrollView.cpp
76
BScrollBar::MouseDown(where);
src/apps/icon-o-matic/generic/gui/scrollview/ScrollView.cpp
83
BScrollBar::MouseUp(where);
src/apps/icon-o-matic/generic/gui/scrollview/ScrollView.h
74
BScrollBar* HScrollBar() const;
src/apps/icon-o-matic/generic/gui/scrollview/ScrollView.h
75
BScrollBar* VScrollBar() const;
src/apps/mail/Content.cpp
2057
BScrollBar *vScroller = ScrollBar(B_VERTICAL);
src/apps/mail/Content.cpp
2058
BScrollBar *hScroller = ScrollBar(B_HORIZONTAL);
src/apps/mail/MailWindow.cpp
880
BScrollBar* scroll = fContentView->TextView()->ScrollBar(B_VERTICAL);
src/apps/mediaplayer/playlist/ListViews.cpp
363
if (BScrollBar* scrollBar = fScrollView->ScrollBar(B_VERTICAL)) {
src/apps/mediaplayer/playlist/PlaylistListView.cpp
588
BScrollBar* scrollBar = ScrollBar(B_VERTICAL);
src/apps/mediaplayer/playlist/PlaylistWindow.cpp
106
if (BScrollBar* scrollBar = scrollView->ScrollBar(B_VERTICAL)) {
src/apps/packageinstaller/PackageView.cpp
454
BScrollBar* verticalBar = ScrollBar(B_VERTICAL);
src/apps/serialconnect/SerialWindow.cpp
69
BScrollBar* scrollBar = new BScrollBar(r, "scrollbar", NULL, 0, 0,
src/apps/serialconnect/TermView.cpp
514
BScrollBar* scrollBar = ScrollBar(B_VERTICAL);
src/apps/showimage/ShowImageView.cpp
1218
BScrollBar* psb = ScrollBar(o);
src/apps/showimage/ShowImageView.cpp
1455
BScrollBar* psb;
src/apps/showimage/ShowImageWindow.cpp
233
fVScrollBar = new BScrollBar(NULL, NULL, 0, 0, B_VERTICAL); {
src/apps/showimage/ShowImageWindow.cpp
240
fHScrollBar = new BScrollBar(NULL, NULL, 0, 0, B_HORIZONTAL); {
src/apps/showimage/ShowImageWindow.h
135
BScrollBar *fVScrollBar, *fHScrollBar;
src/apps/showimage/ShowImageWindow.h
29
class BScrollBar;
src/apps/stylededit/StatusView.cpp
276
BScrollBar* scrollBar = fScrollView->ScrollBar(B_HORIZONTAL);
src/apps/stylededit/StatusView.cpp
75
BScrollBar* scrollBar = fScrollView->ScrollBar(B_HORIZONTAL);
src/apps/stylededit/StyledEditWindow.cpp
1654
BScrollBar* vertBar = fScrollView->ScrollBar(B_VERTICAL);
src/apps/terminal/SmartTabView.cpp
181
BScrollBar* bar = fScrollView->ScrollBar(B_VERTICAL);
src/apps/terminal/SmartTabView.cpp
215
BScrollBar* bar = fScrollView->ScrollBar(B_VERTICAL);
src/apps/terminal/TermScrollView.cpp
18
class TermScrollBar : public BScrollBar {
src/apps/terminal/TermScrollView.cpp
23
BScrollBar(frame, name, target, min, max, direction)
src/apps/terminal/TermView.cpp
831
TermView::SetScrollBar(BScrollBar *scrollBar)
src/apps/terminal/TermView.h
103
void SetScrollBar(BScrollBar* scrollBar);
src/apps/terminal/TermView.h
104
BScrollBar* ScrollBar() const { return fScrollBar; };
src/apps/terminal/TermView.h
318
BScrollBar* fScrollBar;
src/apps/terminal/TermView.h
34
class BScrollBar;
src/apps/webpositive/DownloadWindow.cpp
103
BScrollBar* scrollBar = ScrollBar(B_HORIZONTAL);
src/apps/webpositive/DownloadWindow.cpp
399
if (BScrollBar* scrollBar = fDownloadsScrollView->ScrollBar(B_VERTICAL)) {
src/apps/webpositive/DownloadWindow.cpp
75
if (BScrollBar* scrollBar = ScrollBar(B_VERTICAL)) {
src/kits/interface/ColumnListView.cpp
2258
fVerticalScrollBar = new BScrollBar(vScrollBarRect, "vertical_scroll_bar",
src/kits/interface/ColumnListView.cpp
2262
fHorizontalScrollBar = new BScrollBar(hScrollBarRect,
src/kits/interface/ColumnListView.cpp
2523
BScrollBar* hScrollBar = ScrollBar(B_HORIZONTAL);
src/kits/interface/ColumnListView.cpp
2886
BScrollBar* hScrollBar = ScrollBar(B_HORIZONTAL);
src/kits/interface/ColumnListView.cpp
4258
BScrollBar* vScrollBar = ScrollBar(B_VERTICAL);
src/kits/interface/ColumnListView.cpp
4898
BScrollBar* vScrollBar = ScrollBar(B_VERTICAL);
src/kits/interface/ColumnListView.cpp
4999
BScrollBar* vScrollBar = ScrollBar(B_VERTICAL);
src/kits/interface/ListView.cpp
1635
BScrollBar* vertScroller = ScrollBar(B_VERTICAL);
src/kits/interface/ListView.cpp
1663
BScrollBar* horizontalScroller = ScrollBar(B_HORIZONTAL);
src/kits/interface/ScrollBar.cpp
1014
BScrollBar::ResizeToPreferred()
src/kits/interface/ScrollBar.cpp
1022
BScrollBar::MakeFocus(bool focus)
src/kits/interface/ScrollBar.cpp
1029
BScrollBar::MinSize()
src/kits/interface/ScrollBar.cpp
1036
BScrollBar::MaxSize()
src/kits/interface/ScrollBar.cpp
1049
BScrollBar::PreferredSize()
src/kits/interface/ScrollBar.cpp
1058
BScrollBar::GetSupportedSuites(BMessage* message)
src/kits/interface/ScrollBar.cpp
1065
BScrollBar::ResolveSpecifier(BMessage* message, int32 index,
src/kits/interface/ScrollBar.cpp
1073
BScrollBar::Perform(perform_code code, void* _data)
src/kits/interface/ScrollBar.cpp
1078
= BScrollBar::MinSize();
src/kits/interface/ScrollBar.cpp
1084
= BScrollBar::MaxSize();
src/kits/interface/ScrollBar.cpp
1090
= BScrollBar::PreferredSize();
src/kits/interface/ScrollBar.cpp
1096
= BScrollBar::LayoutAlignment();
src/kits/interface/ScrollBar.cpp
1102
= BScrollBar::HasHeightForWidth();
src/kits/interface/ScrollBar.cpp
1110
BScrollBar::GetHeightForWidth(data->width, &data->min, &data->max,
src/kits/interface/ScrollBar.cpp
1119
BScrollBar::SetLayout(data->layout);
src/kits/interface/ScrollBar.cpp
1128
BScrollBar::LayoutInvalidated(data->descendants);
src/kits/interface/ScrollBar.cpp
1135
BScrollBar::DoLayout();
src/kits/interface/ScrollBar.cpp
1145
void BScrollBar::_ReservedScrollBar1() {}
src/kits/interface/ScrollBar.cpp
1146
void BScrollBar::_ReservedScrollBar2() {}
src/kits/interface/ScrollBar.cpp
1147
void BScrollBar::_ReservedScrollBar3() {}
src/kits/interface/ScrollBar.cpp
1148
void BScrollBar::_ReservedScrollBar4() {}
src/kits/interface/ScrollBar.cpp
1151
BScrollBar&
src/kits/interface/ScrollBar.cpp
1152
BScrollBar::operator=(const BScrollBar&)
src/kits/interface/ScrollBar.cpp
1159
BScrollBar::_DoubleArrows() const
src/kits/interface/ScrollBar.cpp
116
void DrawScrollBarButton(BScrollBar* owner, arrow_direction direction,
src/kits/interface/ScrollBar.cpp
1177
BScrollBar::_UpdateThumbFrame()
src/kits/interface/ScrollBar.cpp
123
BScrollBar* fScrollBar;
src/kits/interface/ScrollBar.cpp
1272
BScrollBar::_ValueFor(BPoint where) const
src/kits/interface/ScrollBar.cpp
1315
BScrollBar::_ButtonFor(BPoint where) const
src/kits/interface/ScrollBar.cpp
1366
BScrollBar::_ButtonRectFor(int32 button) const
src/kits/interface/ScrollBar.cpp
1419
BScrollBar::_UpdateTargetValue(BPoint where)
src/kits/interface/ScrollBar.cpp
1432
BScrollBar::_UpdateArrowButtons()
src/kits/interface/ScrollBar.cpp
1453
control_scrollbar(scroll_bar_info* info, BScrollBar* bar)
src/kits/interface/ScrollBar.cpp
1495
BScrollBar::_MinSize() const
src/kits/interface/ScrollBar.cpp
154
BScrollBar::Private::button_repeater_thread(void* data)
src/kits/interface/ScrollBar.cpp
156
BScrollBar::Private* privateData = (BScrollBar::Private*)data;
src/kits/interface/ScrollBar.cpp
162
BScrollBar::Private::ButtonRepeaterThread()
src/kits/interface/ScrollBar.cpp
206
BScrollBar::BScrollBar(BRect frame, const char* name, BView* target,
src/kits/interface/ScrollBar.cpp
222
fPrivateData = new BScrollBar::Private(this);
src/kits/interface/ScrollBar.cpp
236
BScrollBar::BScrollBar(const char* name, BView* target,
src/kits/interface/ScrollBar.cpp
251
fPrivateData = new BScrollBar::Private(this);
src/kits/interface/ScrollBar.cpp
261
BScrollBar::BScrollBar(BMessage* data)
src/kits/interface/ScrollBar.cpp
266
fPrivateData = new BScrollBar::Private(this);
src/kits/interface/ScrollBar.cpp
306
BScrollBar::~BScrollBar()
src/kits/interface/ScrollBar.cpp
314
BScrollBar::Instantiate(BMessage* data)
src/kits/interface/ScrollBar.cpp
317
return new BScrollBar(data);
src/kits/interface/ScrollBar.cpp
323
BScrollBar::Archive(BMessage* data, bool deep) const
src/kits/interface/ScrollBar.cpp
360
BScrollBar::AllAttached()
src/kits/interface/ScrollBar.cpp
367
BScrollBar::AllDetached()
src/kits/interface/ScrollBar.cpp
374
BScrollBar::AttachedToWindow()
src/kits/interface/ScrollBar.cpp
381
BScrollBar::DetachedFromWindow()
src/kits/interface/ScrollBar.cpp
388
BScrollBar::Draw(BRect updateRect)
src/kits/interface/ScrollBar.cpp
525
BScrollBar::FrameMoved(BPoint newPosition)
src/kits/interface/ScrollBar.cpp
532
BScrollBar::FrameResized(float newWidth, float newHeight)
src/kits/interface/ScrollBar.cpp
539
BScrollBar::MessageReceived(BMessage* message)
src/kits/interface/ScrollBar.cpp
576
BScrollBar::MouseDown(BPoint where)
src/kits/interface/ScrollBar.cpp
680
BScrollBar::MouseMoved(BPoint where, uint32 code, const BMessage* dragMessage)
src/kits/interface/ScrollBar.cpp
716
BScrollBar::MouseUp(BPoint where)
src/kits/interface/ScrollBar.cpp
730
BScrollBar::WindowActivated(bool active)
src/kits/interface/ScrollBar.cpp
738
BScrollBar::SetValue(float value)
src/kits/interface/ScrollBar.cpp
75
class BScrollBar::Private {
src/kits/interface/ScrollBar.cpp
763
BScrollBar::Value() const
src/kits/interface/ScrollBar.cpp
77
Private(BScrollBar* scrollBar)
src/kits/interface/ScrollBar.cpp
770
BScrollBar::ValueChanged(float newValue)
src/kits/interface/ScrollBar.cpp
793
BScrollBar::SetProportion(float value)
src/kits/interface/ScrollBar.cpp
821
BScrollBar::Proportion() const
src/kits/interface/ScrollBar.cpp
828
BScrollBar::SetRange(float min, float max)
src/kits/interface/ScrollBar.cpp
855
BScrollBar::GetRange(float* min, float* max) const
src/kits/interface/ScrollBar.cpp
866
BScrollBar::SetSteps(float smallStep, float largeStep)
src/kits/interface/ScrollBar.cpp
899
BScrollBar::GetSteps(float* smallStep, float* largeStep) const
src/kits/interface/ScrollBar.cpp
910
BScrollBar::SetTarget(BView* target)
src/kits/interface/ScrollBar.cpp
931
BScrollBar::SetTarget(const char* targetName)
src/kits/interface/ScrollBar.cpp
949
BScrollBar::Target() const
src/kits/interface/ScrollBar.cpp
956
BScrollBar::SetOrientation(orientation direction)
src/kits/interface/ScrollBar.cpp
968
BScrollBar::Orientation() const
src/kits/interface/ScrollBar.cpp
975
BScrollBar::SetBorderHighlighted(bool highlight)
src/kits/interface/ScrollBar.cpp
995
BScrollBar::GetPreferredSize(float* _width, float* _height)
src/kits/interface/ScrollView.cpp
149
BScrollBar *bar = dynamic_cast<BScrollBar *>(view);
src/kits/interface/ScrollView.cpp
456
BScrollBar*
src/kits/interface/ScrollView.cpp
770
fHorizontalScrollBar = new BScrollBar(BRect(0, 0, 14, 14), "_HSB_",
src/kits/interface/ScrollView.cpp
776
fVerticalScrollBar = new BScrollBar(BRect(0, 0, 14, 14), "_VSB_",
src/kits/interface/ScrollView.cpp
81
BScrollBar *bar = dynamic_cast<BScrollBar *>(view);
src/kits/interface/ScrollView.cpp
916
BScrollView::_ComputeFrame(BRect frame, BScrollBar* horizontal,
src/kits/interface/ScrollView.cpp
917
BScrollBar* vertical, border_style border, uint32 borders)
src/kits/interface/ScrollView.cpp
952
BScrollView::_ComputeFrame(BView *target, BScrollBar* horizontal,
src/kits/interface/ScrollView.cpp
953
BScrollBar* vertical, border_style border, uint32 borders)
src/kits/interface/TextView.cpp
5065
BScrollBar* horizontalScrollBar = ScrollBar(B_HORIZONTAL);
src/kits/interface/TextView.cpp
5066
BScrollBar* verticalScrollBar = ScrollBar(B_VERTICAL);
src/kits/interface/View.cpp
1682
BScrollBar*
src/kits/interface/View.cpp
5471
BScrollBar* horizontal = ScrollBar(B_HORIZONTAL);
src/kits/interface/View.cpp
5472
BScrollBar* vertical = ScrollBar(B_VERTICAL);
src/kits/interface/View.cpp
6932
BView::ScrollWithMouseWheelDelta(BScrollBar* scrollBar, float delta)
src/kits/interface/ViewPort.cpp
189
void _UpdateScrollBar(BScrollBar* scrollBar, float viewPortSize,
src/kits/tracker/ContainerWindow.cpp
4309
BScrollBar* hScrollBar = window->PoseView()->HScrollBar();
src/kits/tracker/ContainerWindow.cpp
4313
BScrollBar* vScrollBar = window->PoseView()->VScrollBar();
src/kits/tracker/PoseView.cpp
10580
BScrollBar(name, target, min, max, B_HORIZONTAL),
src/kits/tracker/PoseView.cpp
2196
fVScrollBar = new BScrollBar("VScrollBar", this, 0, 100, B_VERTICAL);
src/kits/tracker/PoseView.h
181
BScrollBar* HScrollBar() const;
src/kits/tracker/PoseView.h
182
BScrollBar* VScrollBar() const ;
src/kits/tracker/PoseView.h
724
BScrollBar* fVScrollBar;
src/kits/tracker/PoseView.h
838
class TScrollBar : public BScrollBar {
src/kits/tracker/PoseView.h
849
typedef BScrollBar _inherited;
src/kits/tracker/PoseView.h
943
inline BScrollBar*
src/kits/tracker/PoseView.h
950
inline BScrollBar*
src/libs/print/libprint/Preview.cpp
323
BScrollBar *hBar = ScrollBar(B_HORIZONTAL);
src/libs/print/libprint/Preview.cpp
327
BScrollBar *vBar = ScrollBar(B_VERTICAL);
src/libs/print/libprint/Preview.cpp
513
BScrollBar * scroll = ScrollBar(B_HORIZONTAL);
src/servers/mail/ErrorLogWindow.cpp
100
BScrollBar *bar = panel->scroll->ScrollBar(B_VERTICAL);
src/servers/mail/ErrorLogWindow.cpp
157
BScrollBar *bar = panel->scroll->ScrollBar(B_VERTICAL);
src/tests/add-ons/print/ppd/ui/PPDConfigView.cpp
421
void SetScrollBar(BScrollBar* scroller, float contents, float client)
src/tests/add-ons/print/ppd/ui/PPDConfigView.cpp
441
BScrollBar* scroller = fDetails->ScrollBar(B_VERTICAL);
src/tests/kits/interface/bshelf/ShelfInspector/InfoWindow.cpp
639
BScrollBar *horLibScrollBar = libScrollView -> ScrollBar(B_HORIZONTAL);
src/tests/kits/interface/bshelf/ShelfInspector/InfoWindow.cpp
644
BScrollBar *horRepScrollBar = repScrollView -> ScrollBar(B_HORIZONTAL);
src/tests/kits/interface/layout/widget_layout_test/tests/ScrollBarTest.cpp
36
fScrollBar(new BScrollBar("scroll bar", NULL, 0, 100, B_HORIZONTAL)),
src/tests/kits/interface/layout/widget_layout_test/tests/ScrollBarTest.h
12
class BScrollBar;
src/tests/kits/interface/layout/widget_layout_test/tests/ScrollBarTest.h
34
BScrollBar* fScrollBar;
src/tests/kits/interface/menu/menuworld/MenuView.cpp
203
BScrollBar *pBar = m_pScrollView->ScrollBar(B_HORIZONTAL);
src/tests/kits/interface/pictureprint/Preview.cpp
171
BScrollBar * scroll;
src/tests/servers/app/playground/ObjectWindow.cpp
163
if (BScrollBar* scrollBar = fObjectView->ScrollBar(B_VERTICAL)) {
src/tests/servers/app/playground/ObjectWindow.cpp
167
if (BScrollBar* scrollBar = fObjectView->ScrollBar(B_HORIZONTAL)) {
src/tests/servers/app/scrollbar/main.cpp
35
BScrollBar* scrollBar = ScrollBar(B_VERTICAL);
src/tools/translation/inspector/ImageView.cpp
225
BScrollBar *psb = ScrollBar(B_HORIZONTAL);