Searched refs:BScrollView (Results 1 - 25 of 156) sorted by path

1234567

/haiku/headers/libs/print/libprint/
H A DPreview.h22 class BScrollView;
150 BScrollView* fPreviewScroller;
/haiku/src/add-ons/mail_daemon/inbound_protocols/imap/
H A DFolderConfigWindow.cpp279 .Add(new BScrollView("scroller", fFolderListView, 0, false, true))
/haiku/src/add-ons/print/drivers/gutenprint/
H A DSelectPrinterDialog.cpp73 BScrollView* manuScroller, *printerScroller;
75 manuScroller = new BScrollView("scr:manufacturers", fManufacturersListView,
78 printerScroller = new BScrollView("scr:printers", fPrintersListView, 0,
/haiku/src/add-ons/print/drivers/postscript/
H A DSelectPPDDlg.cpp69 BScrollView* manuScroller, *printerScroller;
71 manuScroller = new BScrollView("scr:manufacturers", fManufacturersListView,
74 printerScroller = new BScrollView("scr:printers", fPrintersListView, 0,
/haiku/src/add-ons/screen_savers/gravity/
H A DConfigView.cpp55 fShadeScroll = new BScrollView(B_EMPTY_STRING, fShadeList,
H A DConfigView.h21 class BScrollView;
44 BScrollView* fShadeScroll;
/haiku/src/apps/bootmanager/
H A DDrivesPage.h15 class BScrollView;
H A DPartitionsPage.h17 class BScrollView;
/haiku/src/apps/debuganalyzer/gui/main_window/
H A DSchedulingPage.h17 class BScrollView;
47 BScrollView* fScrollView;
/haiku/src/apps/debuganalyzer/gui/thread_window/
H A DActivityPage.cpp352 .Add(new BScrollView("activity scroll", fActivityChart, 0, true, false))
/haiku/src/apps/debugger/user_interface/gui/inspector_window/
H A DInspectorWindow.cpp105 BScrollView* scrollView;
170 .Add(scrollView = new BScrollView("memory scroll",
H A DMemoryView.cpp465 BScrollView* parent = dynamic_cast<BScrollView*>(Parent());
659 MemoryView::TargetedByScrollView(BScrollView* scrollView)
H A DMemoryView.h83 virtual void TargetedByScrollView(BScrollView* scrollView);
/haiku/src/apps/debugger/user_interface/gui/team_settings_window/
H A DImageStopConfigView.cpp278 .Add(new BScrollView("stopImageScroll", fStopImageNames,
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DConsoleOutputView.cpp189 BScrollView* consoleScrollView;
192 .Add(consoleScrollView = new BScrollView("console scroll", NULL, 0,
H A DSourceView.cpp2344 BScrollView* parent = dynamic_cast<BScrollView*>(Parent());
2351 SourceView::TargetedByScrollView(BScrollView* scrollView)
H A DSourceView.h55 virtual void TargetedByScrollView(BScrollView* scrollView);
/haiku/src/apps/diskprobe/
H A DProbeView.h16 class BScrollView;
64 BScrollView* fScrollView;
/haiku/src/apps/expander/
H A DExpanderWindow.h23 class BScrollView;
84 BScrollView* fScrollView;
/haiku/src/apps/login/
H A DLoginView.cpp56 BScrollView *sv = new BScrollView("userssv", fUserList,
/haiku/src/apps/mediaplayer/playlist/
H A DListViews.cpp211 DragSortableListView::TargetedByScrollView(BScrollView* scrollView)
317 // workarround for buggy focus indication of BScrollView
H A DListViews.h28 class BScrollView;
59 virtual void TargetedByScrollView(BScrollView* scrollView);
86 BScrollView* ScrollView() const
123 BScrollView* fScrollView;
H A DPlaylistWindow.cpp99 BScrollView* scrollView = new BScrollView("playlist scrollview", fListView,
/haiku/src/apps/packageinstaller/
H A DPackageTextViewer.cpp69 BScrollView* scrollView = new BScrollView("scroll_view", textView, 0, false,
H A DUninstallView.cpp295 BScrollView* scrollView = new BScrollView("list_scroll", fAppList,

Completed in 227 milliseconds

1234567