Symbol: ScrollBar
headers/os/interface/ScrollView.h
64
BScrollBar* ScrollBar(orientation direction) const;
headers/os/interface/View.h
631
BScrollBar* ScrollBar(orientation direction) const;
src/add-ons/screen_savers/gravity/ConfigView.cpp
84
fShadeScroll->ScrollBar(B_VERTICAL)->SetRange(0.0f,
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/DiagramView/DiagramView.cpp
771
scrollBar = ScrollBar(B_HORIZONTAL);
src/apps/cortex/InfoView/InfoView.cpp
215
ScrollBar(B_VERTICAL)->SetRange(0.0, 0.0);
src/apps/cortex/InfoView/InfoView.cpp
218
ScrollBar(B_VERTICAL)->SetSteps(step, step * 5);
src/apps/cortex/InfoView/InfoView.cpp
327
ScrollBar(B_VERTICAL)->SetRange(0.0, ceil(p.y - height));
src/apps/cortex/InfoView/InfoView.cpp
330
ScrollBar(B_VERTICAL)->SetRange(0.0, 0.0);
src/apps/cortex/MediaRoutingView/MediaRoutingView.cpp
1831
scrollBar = ScrollBar(B_HORIZONTAL);
src/apps/cortex/MediaRoutingView/MediaRoutingView.cpp
1838
scrollBar = ScrollBar(B_VERTICAL);
src/apps/debuganalyzer/gui/chart/Chart.cpp
263
if (ScrollBar(B_HORIZONTAL) != NULL && fDisplayDomain.IsValid())
src/apps/debuganalyzer/gui/chart/Chart.cpp
273
if (ScrollBar(B_VERTICAL) != NULL && fDisplayRange.IsValid())
src/apps/debuganalyzer/gui/chart/Chart.cpp
322
if (fDraggingStartPos.x >= 0 || ScrollBar(B_HORIZONTAL) == NULL)
src/apps/debuganalyzer/gui/chart/Chart.cpp
363
ScrollBar(B_HORIZONTAL)->SetValue(fDraggingStartScrollValue
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
1777
fScrollView->ScrollBar(B_HORIZONTAL)->SetTarget(fSchedulingView);
src/apps/debuganalyzer/gui/main_window/SchedulingPage.cpp
1778
fScrollView->ScrollBar(B_VERTICAL)->SetTarget(fViewPort);
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
662
scrollView->ScrollBar(B_VERTICAL)->SetRange(0.0, 0.0);
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
960
if ((bar = ScrollBar(B_HORIZONTAL)) != NULL) {
src/apps/diskprobe/DataView.cpp
969
if ((bar = ScrollBar(B_VERTICAL)) != NULL) {
src/apps/expander/ExpanderWindow.cpp
407
fScrollView->ScrollBar(B_VERTICAL)->GetRange(NULL, &max);
src/apps/expander/ExpanderWindow.cpp
408
pos = fScrollView->ScrollBar(B_VERTICAL)->Value();
src/apps/expander/ExpanderWindow.cpp
422
if (atEnd && fScrollView->ScrollBar(B_VERTICAL)->Value() == pos) {
src/apps/expander/ExpanderWindow.cpp
423
fScrollView->ScrollBar(B_VERTICAL)->GetRange(NULL, &max);
src/apps/expander/ExpanderWindow.cpp
424
fScrollView->ScrollBar(B_VERTICAL)->SetValue(max);
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/mail/Content.cpp
2057
BScrollBar *vScroller = ScrollBar(B_VERTICAL);
src/apps/mail/Content.cpp
2058
BScrollBar *hScroller = ScrollBar(B_HORIZONTAL);
src/apps/mail/Enclosures.cpp
121
scroll->ScrollBar(B_VERTICAL)->PreferredSize().width - 2, -2)
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/TermView.cpp
514
BScrollBar* scrollBar = ScrollBar(B_VERTICAL);
src/apps/showimage/ShowImageView.cpp
1218
BScrollBar* psb = ScrollBar(o);
src/apps/showimage/ShowImageView.cpp
1457
psb = ScrollBar(o);
src/apps/softwareupdater/SoftwareUpdaterWindow.cpp
166
+ fScrollView->ScrollBar(B_VERTICAL)->PreferredSize().Width()
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/TermView.cpp
2068
SetScrollBar(scrollView ? scrollView->ScrollBar(B_VERTICAL) : NULL);
src/apps/terminal/TermView.h
104
BScrollBar* ScrollBar() const { return fScrollBar; };
src/apps/terminal/TermWindow.cpp
1372
scrollView->ScrollBar(B_VERTICAL)
src/apps/terminal/TermWindow.cpp
1416
view->SetScrollBar(scrollView->ScrollBar(B_VERTICAL));
src/apps/terminal/TermWindow.cpp
977
_TermViewAt(i)->ScrollBar()->ResizeBy(0,
src/apps/terminal/TermWindow.cpp
997
_TermViewAt(i)->ScrollBar()->ResizeBy(0,
src/apps/webpositive/DownloadWindow.cpp
103
BScrollBar* scrollBar = ScrollBar(B_HORIZONTAL);
src/apps/webpositive/DownloadWindow.cpp
106
scrollBar = ScrollBar(B_VERTICAL);
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
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
4445
if (FindRow(fVisibleRect.top, &indent, &top) == NULL && ScrollBar(B_VERTICAL) != NULL) {
src/kits/interface/ColumnListView.cpp
4563
if (FindRow(fVisibleRect.top, &indent, &top) == NULL && ScrollBar(B_VERTICAL) != NULL) {
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/TextView.cpp
5065
BScrollBar* horizontalScrollBar = ScrollBar(B_HORIZONTAL);
src/kits/interface/TextView.cpp
5066
BScrollBar* verticalScrollBar = ScrollBar(B_VERTICAL);
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/ViewPort.cpp
139
_UpdateScrollBar(fViewPort->ScrollBar(B_HORIZONTAL), viewSize.width,
src/kits/interface/ViewPort.cpp
141
_UpdateScrollBar(fViewPort->ScrollBar(B_VERTICAL), viewSize.height,
src/kits/interface/ViewPort.cpp
181
return fViewPort->ScrollBar(B_HORIZONTAL) != NULL;
src/kits/interface/ViewPort.cpp
186
return fViewPort->ScrollBar(B_VERTICAL) != NULL;
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/libs/print/libprint/Preview.cpp
520
scroll = ScrollBar(B_VERTICAL);
src/libs/print/libprint/Preview.cpp
618
ScrollBar(B_HORIZONTAL)->GetRange(&min, &max);
src/libs/print/libprint/Preview.cpp
624
ScrollBar(B_VERTICAL)->GetRange(&min, &max);
src/servers/mail/ErrorLogWindow.cpp
100
BScrollBar *bar = panel->scroll->ScrollBar(B_VERTICAL);
src/servers/mail/ErrorLogWindow.cpp
106
panel->scroll->ScrollBar(B_VERTICAL)->SetRange(0,0);
src/servers/mail/ErrorLogWindow.cpp
157
BScrollBar *bar = panel->scroll->ScrollBar(B_VERTICAL);
src/servers/mail/ErrorLogWindow.cpp
163
panel->scroll->ScrollBar(B_VERTICAL)->SetRange(0,0);
src/servers/package/ProblemWindow.cpp
105
viewPort->ScrollBar(B_VERTICAL)->SetSteps(smallStep, smallStep);
src/servers/package/ResultWindow.cpp
75
viewPort->ScrollBar(B_VERTICAL)->SetSteps(smallStep, smallStep);
src/tests/add-ons/print/ppd/ui/PPDConfigView.cpp
441
BScrollBar* scroller = fDetails->ScrollBar(B_VERTICAL);
src/tests/add-ons/print/ppd/ui/PPDConfigView.cpp
443
scroller = fDetails->ScrollBar(B_HORIZONTAL);
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/menu/menuworld/MenuView.cpp
203
BScrollBar *pBar = m_pScrollView->ScrollBar(B_HORIZONTAL);
src/tests/kits/interface/pictureprint/Preview.cpp
185
scroll = ScrollBar (B_HORIZONTAL);
src/tests/kits/interface/pictureprint/Preview.cpp
192
scroll = ScrollBar (B_VERTICAL);
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);
src/tools/translation/inspector/ImageView.cpp
236
psb = ScrollBar(B_VERTICAL);