Searched refs:SetFrame (Results 1 - 25 of 49) sorted by relevance

12

/haiku/src/apps/debuganalyzer/gui/chart/
H A DChartAxis.h23 virtual void SetFrame(BRect frame) = 0;
H A DChartRenderer.h33 virtual void SetFrame(const BRect& frame) = 0;
H A DLegendChartAxis.h27 virtual void SetFrame(BRect frame);
H A DLineChartRenderer.h33 virtual void SetFrame(const BRect& frame);
H A DChart.cpp33 Chart::AxisInfo::SetFrame(float left, float top, float right, float bottom) function in class:Chart::AxisInfo
37 axis->SetFrame(frame);
75 // fRenderer->SetFrame(Bounds());
309 // fRenderer->SetFrame(Bounds());
469 fRenderer->SetFrame(fChartFrame.InsetByCopy(1, 1));
472 fLeftAxis.SetFrame(0, fChartFrame.top + 1, fChartFrame.left - 1,
474 fRightAxis.SetFrame(fChartFrame.right + 1, fChartFrame.top + 1, width - 1,
476 fTopAxis.SetFrame(fChartFrame.left + 1, 0, fChartFrame.right - 1,
478 fBottomAxis.SetFrame(fChartFrame.left + 1, fChartFrame.bottom + 1,
H A DChart.h82 void SetFrame(float left, float top, float right,
/haiku/src/tests/kits/interface/layout/widget_layout_test/tests/
H A DButtonTest.cpp43 group->SetFrame(controls->Bounds());
H A DCheckBoxTest.cpp49 group->SetFrame(controls->Bounds());
H A DRadioButtonTest.cpp50 group->SetFrame(controls->Bounds());
H A DControlTest.cpp54 group->SetFrame(controls->Bounds());
H A DTextControlTest.cpp58 group->SetFrame(controls->Bounds());
H A DTextViewTest.cpp60 group->SetFrame(controls->Bounds());
H A DScrollBarTest.cpp62 vGroup->SetFrame(controls->Bounds());
H A DMenuBarTest.cpp49 group->SetFrame(controls->Bounds());
/haiku/src/apps/deskcalc/
H A DCalcWindow.h30 void SetFrame(BRect frame,
H A DCalcWindow.cpp63 SetFrame(rect);
65 SetFrame(frame, true);
153 CalcWindow::SetFrame(BRect frame, bool forceCenter) function in class:CalcWindow
/haiku/src/preferences/repositories/
H A DRepositoriesSettings.h25 void SetFrame(BRect frame);
/haiku/headers/os/interface/
H A DSpaceLayoutItem.h36 virtual void SetFrame(BRect frame);
H A DLayoutItem.h43 virtual void SetFrame(BRect frame) = 0;
/haiku/src/kits/interface/
H A DViewLayoutItem.h31 virtual void SetFrame(BRect frame);
H A DAbstractLayout.cpp50 virtual void SetFrame(const BRect& frame) = 0;
122 void SetFrame(const BRect& frame) function in struct:BAbstractLayout::DataProxy
235 void SetFrame(const BRect& frame) function in struct:BAbstractLayout::ViewProxy
387 BAbstractLayout::SetFrame(BRect frame) function in class:BAbstractLayout
390 fExplicitData->SetFrame(frame);
/haiku/src/servers/app/
H A DScreen.h48 void SetFrame(const BRect& rect);
/haiku/src/tests/kits/interface/layout/widget_layout_test/
H A DTwoDimensionalSliderView.cpp75 SetFrame(Frame().OffsetToCopy(location));
H A DView.cpp45 View::SetFrame(BRect frame) function in class:View
81 SetFrame(fFrame.OffsetToCopy(location));
98 SetFrame(frame);
393 child->SetFrame(child->Frame());
/haiku/src/apps/webpositive/tabview/
H A DTabView.h71 virtual void SetFrame(BRect frame);

Completed in 331 milliseconds

12