Searched refs:BView (Results 201 - 225 of 1148) sorted by relevance

1234567891011>>

/haiku/src/apps/webpositive/tabview/
H A DTabView.h15 class BView;
30 virtual void DrawBackground(BView* owner, BRect frame,
32 virtual void DrawContents(BView* owner, BRect frame,
73 virtual BView* View();
/haiku/src/apps/powerstatus/
H A DExtendedInfoWindow.h25 class BatteryInfoView : public BView {
79 virtual void Select(BView* owner);
81 virtual void DrawFocusMark(BView* owner, BRect frame);
82 virtual void DrawLabel(BView* owner, BRect frame);
/haiku/src/apps/haikudepot/ui/
H A DFeaturedPackagesView.h20 class FeaturedPackagesView : public BView {
/haiku/src/preferences/appearance/
H A DColorWhichItem.h25 virtual void DrawItem(BView* owner, BRect frame, bool complete);
/haiku/src/add-ons/translators/tiff/
H A DTIFFView.h8 // This BView based object displays information about the TIFFTranslator.
41 class TIFFView : public BView {
/haiku/src/add-ons/translators/tga/
H A DTGAView.h7 // This BView based object displays information about the TGATranslator.
39 class TGAView : public BView {
/haiku/headers/private/shared/
H A DColorItem.h22 virtual void DrawItem(BView* owner, BRect frame, bool complete);
/haiku/src/kits/tracker/
H A DDraggableContainerIcon.h43 class DraggableContainerIcon : public BView {
/haiku/headers/os/interface/
H A DListItem.h17 class BView;
41 virtual void DrawItem(BView* owner, BRect frame,
43 virtual void Update(BView* owner, const BFont* font);
/haiku/headers/private/interface/
H A DToolTip.h15 class BView;
28 virtual BView* View() const = 0;
68 virtual BView* View() const;
/haiku/src/apps/debuganalyzer/gui/chart/
H A DStringChartLegend.cpp43 StringChartLegendRenderer::GetMinimumLegendSpacing(BView* view,
52 StringChartLegendRenderer::LegendSize(ChartLegend* _legend, BView* view)
64 StringChartLegendRenderer::RenderLegend(ChartLegend* _legend, BView* view,
/haiku/src/kits/interface/
H A DGridLayoutBuilder.cpp45 BView*
61 BGridLayoutBuilder::GetView(BView** _view)
69 BGridLayoutBuilder::Add(BView* view, int32 column, int32 row,
H A DViewLayoutItem.h13 BViewLayoutItem(BView* view);
37 virtual BView* View();
51 BView* fView;
/haiku/src/kits/screensaver/
H A DScreenSaver.cpp33 BScreenSaver::StartSaver(BView *view, bool preview)
49 BScreenSaver::Draw(BView *view, int32 frame)
73 BScreenSaver::StartConfig(BView *configView)
/haiku/src/preferences/filetypes/
H A DStringView.cpp46 BView*
58 BView*
82 //cast operator BView*
83 StringView::operator BView*()
/haiku/src/tests/kits/interface/
H A DPulseTest.cpp16 class PulseView : public BView {
19 : BView(rect, name, resizeMode, flags)
54 BView *view = new PulseView(window->Bounds(), "pulse view", B_FOLLOW_ALL, B_PULSE_NEEDED|B_WILL_DRAW);
/haiku/src/tests/servers/app/benchmark/
H A DHorizontalLineTest.cpp36 HorizontalLineTest::Prepare(BView* view)
47 HorizontalLineTest::RunIteration(BView* view)
75 HorizontalLineTest::PrintResults(BView* view)
H A DRandomLineTest.cpp37 RandomLineTest::Prepare(BView* view)
48 RandomLineTest::RunIteration(BView* view)
79 RandomLineTest::PrintResults(BView* view)
H A DVerticalLineTest.cpp36 VerticalLineTest::Prepare(BView* view)
47 VerticalLineTest::RunIteration(BView* view)
75 VerticalLineTest::PrintResults(BView* view)
/haiku/src/tests/servers/app/desktop_window/
H A DDesktopWindow.cpp19 class View : public BView {
29 : BView(rect, "desktop view", B_FOLLOW_ALL, B_WILL_DRAW)
67 BView *view = new View(Bounds());
/haiku/src/tests/servers/app/draw_string_offsets/
H A Dmain.cpp14 class TestView : public BView {
26 BView(frame, name, resizeFlags, flags)
62 BView* view = new TestView(window->Bounds(), "test", B_FOLLOW_ALL,
/haiku/src/tests/servers/app/view_state/
H A DViewState.cpp17 class View : public BView {
45 BView(rect, "view state", B_FOLLOW_ALL, B_WILL_DRAW)
102 BView* view = new View(BRect(10, 10, 290, 290));
/haiku/src/tests/servers/app/workspace_activated/
H A DWorkspaceActivated.cpp34 class View : public BView {
44 : BView(rect, "workspace", B_FOLLOW_ALL, B_WILL_DRAW)
80 BView *view = new View(BRect(10, 10, 290, 290));
/haiku/src/add-ons/screen_savers/ifs/
H A DIFSSaver.h22 virtual void StartConfig(BView *view);
23 virtual status_t StartSaver(BView *view, bool preview);
27 virtual void Draw(BView* view, int32 frame);
/haiku/src/add-ons/screen_savers/flurry/
H A DFlurry.h54 virtual status_t StartSaver(BView* view, bool preview);
57 virtual void Draw(BView*, int32 frame);
60 virtual void StartConfig(BView* configView);

Completed in 91 milliseconds

1234567891011>>