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

12

/haiku/headers/os/interface/
H A DAbstractLayout.h34 virtual void SetFrame(BRect frame);
H A DLayoutItem.h43 virtual void SetFrame(BRect frame) = 0;
H A DSpaceLayoutItem.h36 virtual void SetFrame(BRect frame);
H A DTwoDimensionalLayout.h39 virtual void SetFrame(BRect frame);
/haiku/src/apps/debuganalyzer/gui/chart/
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,
H A DChartAxis.h23 virtual void SetFrame(BRect frame) = 0;
H A DChartRenderer.h33 virtual void SetFrame(const BRect& frame) = 0;
H A DLegendChartAxis.cpp180 LegendChartAxis::SetFrame(BRect frame) function in class:LegendChartAxis
H A DLegendChartAxis.h27 virtual void SetFrame(BRect frame);
H A DLineChartRenderer.cpp132 LineChartRenderer::SetFrame(const BRect& frame) function in class:LineChartRenderer
H A DLineChartRenderer.h33 virtual void SetFrame(const BRect& frame);
/haiku/src/apps/deskcalc/
H A DCalcWindow.h30 void SetFrame(BRect frame,
/haiku/src/kits/interface/
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);
H A DLayoutItem.cpp149 SetFrame(BLayoutUtils::AlignInFrame(frame, maxSize, alignment));
H A DSpaceLayoutItem.cpp196 BSpaceLayoutItem::SetFrame(BRect frame) function in class:BSpaceLayoutItem
H A DSplitLayout.cpp143 virtual void SetFrame(BRect frame) function in class:BSplitLayout::SplitterItem
H A DTwoDimensionalLayout.cpp402 BTwoDimensionalLayout::SetFrame(BRect frame) function in class:BTwoDimensionalLayout
404 BAbstractLayout::SetFrame(frame);
H A DViewLayoutItem.cpp131 BViewLayoutItem::SetFrame(BRect frame) function in class:BViewLayoutItem
H A DViewLayoutItem.h31 virtual void SetFrame(BRect frame);
/haiku/src/preferences/repositories/
H A DRepositoriesSettings.cpp43 RepositoriesSettings::SetFrame(BRect frame) function in class:RepositoriesSettings
H A DRepositoriesSettings.h25 void SetFrame(BRect frame);
H A DRepositoriesWindow.cpp119 fSettings.SetFrame(Frame());
/haiku/src/tests/kits/interface/layout/widget_layout_test/
H A DGroupView.cpp169 child->SetFrame(childFrame);
H A DTwoDimensionalSliderView.cpp75 SetFrame(Frame().OffsetToCopy(location));

Completed in 263 milliseconds

12