Searched refs:BView (Results 1 - 25 of 1148) sorted by relevance

1234567891011>>

/haiku/headers/private/shared/
H A DStatusView.h3 void AdoptScrollBarFontSize(BView*);
H A DDragTrackingFilter.h11 class BView;
18 DragTrackingFilter(BView* targetView, uint32 messageWhat);
23 BView* fTargetView;
/haiku/src/tests/servers/app/benchmark/
H A DTest.h10 class BView;
17 virtual void Prepare(BView* view) = 0;
18 virtual bool RunIteration(BView* view) = 0;
19 virtual void PrintResults(BView* view);
21 void SetupClipping(BView* view);
H A DHorizontalLineTest.h17 virtual void Prepare(BView* view);
18 virtual bool RunIteration(BView* view);
19 virtual void PrintResults(BView* view);
H A DRandomLineTest.h17 virtual void Prepare(BView* view);
18 virtual bool RunIteration(BView* view);
19 virtual void PrintResults(BView* view);
H A DVerticalLineTest.h17 virtual void Prepare(BView* view);
18 virtual bool RunIteration(BView* view);
19 virtual void PrintResults(BView* view);
/haiku/src/preferences/screensaver/
H A DPreviewView.h18 class PreviewView : public BView {
25 BView* AddPreview();
26 BView* RemovePreview();
27 BView* SaverView();
33 BView* fSaverView;
/haiku/headers/private/screen_saver/
H A DDefaultSettingsView.h12 class BView;
17 BuildDefaultSettingsView(BView* view, const char* moduleName, const char* info);
/haiku/src/tests/kits/interface/bprintjob/
H A DPrintTestView.hpp8 class PrintTestView : public BView
10 typedef BView Inherited;
/haiku/src/tests/add-ons/print/ppd/ui/
H A DUIUtils.h15 void RemoveChildren(BView* view);
/haiku/src/add-ons/screen_savers/debugnow/
H A DDebugNow.h16 class BView;
22 void Draw(BView* view, int32 frame);
23 void StartConfig(BView *view);
24 status_t StartSaver(BView *view, bool preview);
/haiku/src/kits/mail/
H A DMailSettingsView.cpp12 BView(name, 0)
/haiku/src/apps/debugger/user_interface/gui/value/
H A DTableCellValueRendererUtils.h13 class BView;
18 static void DrawString(BView* view, BRect rect,
23 static float PreferredStringWidth(BView* view,
H A DTableCellValueRenderer.h15 class BView;
28 BRect rect, BView* targetView) = 0;
30 BView* targetView) = 0;
/haiku/src/apps/haikudepot/util/
H A DRatingUtils.h15 class BView;
21 static void Draw(BView* target, BPoint at, float value,
23 static void Draw(BView* target, BPoint at, float value);
/haiku/src/tests/kits/interface/layout/widget_layout_test/
H A DTest.h13 class BView;
20 BView* view = NULL);
26 virtual BView* GetView() const;
27 virtual void SetView(BView* view);
35 BView* fView;
H A DTest.cpp9 Test::Test(const char* name, const char* description, BView* view)
36 BView*
44 Test::SetView(BView* view)
/haiku/headers/private/interface/
H A DViewPort.h18 class BViewPort : public BView {
20 BViewPort(BView* child = NULL);
23 BView* child = NULL);
28 BView* ChildView() const;
29 void SetChildView(BView* child);
/haiku/src/apps/webpositive/tabview/
H A DTabManager.h42 BView* TabGroup() const;
43 BView* GetTabContainerView() const;
44 BView* ContainerView() const;
46 BView* ViewForTab(int32 tabIndex) const;
47 int32 TabForView(const BView* containedView) const;
48 bool HasView(const BView* containedView) const;
51 void SelectTab(const BView* containedView);
55 void AddTab(BView* view, const char* label,
57 BView* RemoveTab(int32 index);
62 void SetTabIcon(const BView* containedVie
[all...]
/haiku/src/apps/cortex/ParameterView/
H A DParameterContainerView.h57 public BView {
63 BView *target);
79 BView* m_target;
/haiku/src/apps/debuganalyzer/gui/chart/
H A DChartAxis.h13 class BView;
24 virtual BSize PreferredSize(BView* view, BSize maxSize) = 0;
25 virtual void Render(BView* view, BRect updateRect) = 0;
H A DChartLegend.h12 class BView;
34 virtual void GetMinimumLegendSpacing(BView* view,
38 BView* view) = 0;
39 virtual void RenderLegend(ChartLegend* legend, BView* view,
/haiku/src/apps/patchbay/
H A DMidiEventMeter.h22 class BView;
30 void Pulse(BView* view);
32 void Draw(BView* view);
/haiku/src/add-ons/screen_savers/glife/
H A DGLifeSaver.h35 void StartConfig(BView*);
38 status_t StartSaver(BView*, bool);
43 void Draw(BView*, int32);
/haiku/headers/private/media/
H A DDefaultMediaTheme.h27 virtual BView* MakeViewFor(BParameterWeb* web, const BRect* hintRect = NULL);
30 BView* MakeViewFor(BParameterGroup& group);
31 BView* MakeSelfHostingViewFor(BParameter& parameter);

Completed in 139 milliseconds

1234567891011>>