Searched refs:ScrollTo (Results 1 - 25 of 38) sorted by relevance

12

/haiku-fatelf/src/apps/cortex/support/
H A DScrollHelpers.h58 virtual void ScrollTo(BPoint where) { function in class:ScrollProxyView
61 _inherited::ScrollTo(where);
/haiku-fatelf/src/apps/terminal/
H A DTermScrollView.cpp30 target->ScrollTo(0, newValue);
H A DTermView.h128 virtual void ScrollTo(BPoint where);
/haiku-fatelf/headers/os/interface/
H A DListView.h77 virtual void ScrollTo(BPoint where);
78 inline void ScrollTo(float x, float y);
207 BListView::ScrollTo(float x, float y) function in class:BListView
209 ScrollTo(BPoint(x, y));
H A DView.h498 void ScrollTo(float x, float y);
499 virtual void ScrollTo(BPoint where);
716 BView::ScrollTo(float x, float y) function in class:BView
718 ScrollTo(BPoint(x, y));
/haiku-fatelf/src/apps/mediaplayer/playlist/
H A DListViews.h58 virtual void ScrollTo(BPoint where);
88 void ScrollTo(int32 index);
H A DListViews.cpp192 // ScrollTo
194 DragSortableListView::ScrollTo(BPoint where) function in class:DragSortableListView
201 BListView::ScrollTo(where);
608 // ScrollTo
610 DragSortableListView::ScrollTo(int32 index) function in class:DragSortableListView
621 ScrollTo(itemFrame.LeftTop());
623 ScrollTo(BPoint(0.0, itemFrame.bottom - bounds.Height()));
/haiku-fatelf/src/apps/debuganalyzer/gui/chart/
H A DChart.h66 virtual void ScrollTo(BPoint where);
H A DChart.cpp408 Chart::ScrollTo(BPoint where) function in class:Chart
/haiku-fatelf/src/tests/servers/app/scrolling/
H A Dmain.cpp48 ScrollTo(0.0, 0.0);
/haiku-fatelf/src/apps/icon-o-matic/generic/gui/
H A DListViews.h86 virtual void ScrollTo(BPoint where);
124 void ScrollTo(int32 index);
H A DListViews.cpp196 // ScrollTo
198 DragSortableListView::ScrollTo(BPoint where) function in class:DragSortableListView
205 BListView::ScrollTo(where);
673 // ScrollTo
675 DragSortableListView::ScrollTo(int32 index) function in class:DragSortableListView
686 ScrollTo(itemFrame.LeftTop());
688 ScrollTo(BPoint(0.0, itemFrame.bottom - bounds.Height()));
1047 // NOTE: BListView::MakeEmpty() uses ScrollTo()
/haiku-fatelf/src/apps/deskbar/
H A DSwitcher.cpp140 void ScrollTo(float x, float y) function in class:TWindowView
142 ScrollTo(BPoint(x, y));
144 virtual void ScrollTo(BPoint where);
170 void ScrollTo(float x, float y) function in class:TIconView
172 ScrollTo(BPoint(x, y));
174 virtual void ScrollTo(BPoint where);
2001 ScrollTo(rect.left - (kCenterSlot * kSlotSize), 0);
2033 TIconView::ScrollTo(BPoint where) function in class:TIconView
2035 BView::ScrollTo(where);
2177 ScrollTo(B_ORIGI
2207 TWindowView::ScrollTo(BPoint where) function in class:TWindowView
[all...]
H A DInlineScrollView.cpp532 fTarget->ScrollTo(0, 0);
/haiku-fatelf/headers/private/interface/
H A DColumnListView.h323 void ScrollTo(const BRow* Row);
324 void ScrollTo(BPoint point);
/haiku-fatelf/src/apps/charactermap/
H A DCharacterView.cpp116 BView::ScrollTo(0.0f, fTitleTops[blockIndex]);
127 BView::ScrollTo(0.0f, frame.top);
249 BView::ScrollTo(0, frame.top - fTopOffset);
/haiku-fatelf/src/kits/interface/
H A DListView.cpp443 ScrollTo(scrollOffset);
454 ScrollTo(scrollOffset);
668 BListView::ScrollTo(BPoint point) function in class:BListView
670 BView::ScrollTo(point);
1026 ScrollTo(itemFrame.left, itemFrame.top);
1028 ScrollTo(itemFrame.left, itemFrame.bottom - Bounds().Height());
H A DColumnListView.cpp177 virtual void ScrollTo(BPoint where);
288 void ScrollTo(const BRow* row);
299 virtual void ScrollTo(BPoint where);
1262 BColumnListView::ScrollTo(const BRow* row) function in class:BColumnListView
1264 fOutlineView->ScrollTo(row);
1269 BColumnListView::ScrollTo(BPoint point) function in class:BColumnListView
1271 fOutlineView->ScrollTo(point);
2596 TitleView::ScrollTo(BPoint position) function in class:TitleView
2602 // See OutlineView::ScrollTo for a more in depth explanation
2610 _inherited::ScrollTo(positio
4392 OutlineView::ScrollTo(BPoint position) function in class:OutlineView
4460 OutlineView::ScrollTo(const BRow* row) function in class:OutlineView
[all...]
H A DMenuWindow.cpp349 fMenu->ScrollTo(0, 0);
/haiku-fatelf/src/apps/debugger/user_interface/gui/inspector_window/
H A DMemoryView.cpp394 ScrollTo(0.0, y);
396 ScrollTo(0.0, y + fLineHeight - Bounds().Height());
/haiku-fatelf/src/preferences/shortcuts/clv/
H A DColumnListView.h105 virtual void ScrollTo(BPoint point);
H A DColumnListView.cpp246 ScrollTo(BPoint(ViewBounds.left-DeltaX,ViewBounds.top-DeltaY));
945 void ColumnListView::ScrollTo(BPoint point) function in class:ColumnListView
947 BListView::ScrollTo(point);
948 fColumnLabelView->ScrollTo(BPoint(point.x,0.0));
/haiku-fatelf/src/apps/installer/
H A DPackageViews.cpp220 ScrollTo(0, 0);
/haiku-fatelf/src/add-ons/print/drivers/pdf/source/
H A DDocInfoWindow.cpp266 fTable->ScrollTo(0, 0);
/haiku-fatelf/src/kits/tracker/
H A DFilePanelPriv.cpp787 PoseView()->ScrollTo(B_ORIGIN);
789 PoseView()->ScrollTo(B_ORIGIN);

Completed in 179 milliseconds

12