Searched refs:PreferredSize (Results 1 - 25 of 169) sorted by path

1234567

/haiku/headers/os/interface/
H A DAbstractLayout.h20 virtual BSize PreferredSize();
H A DAbstractLayoutItem.h21 virtual BSize PreferredSize();
H A DBox.h71 virtual BSize PreferredSize();
H A DButton.h82 virtual BSize PreferredSize();
H A DCheckBox.h56 virtual BSize PreferredSize();
H A DLayoutItem.h30 virtual BSize PreferredSize() = 0;
H A DMenuBar.h57 virtual BSize PreferredSize();
H A DSeparatorView.h58 virtual BSize PreferredSize();
H A DSlider.h158 virtual BSize PreferredSize();
H A DSpaceLayoutItem.h24 virtual BSize PreferredSize();
H A DStatusBar.h40 virtual BSize PreferredSize();
H A DStringView.h45 virtual BSize PreferredSize();
H A DTextControl.h89 virtual BSize PreferredSize();
/haiku/headers/private/interface/
H A DAbstractSpinner.h94 virtual BSize PreferredSize();
H A DColumnListView.h384 virtual BSize PreferredSize();
/haiku/headers/private/shared/
H A DBitmapButton.h35 virtual BSize PreferredSize();
H A DCalendarView.h81 virtual BSize PreferredSize();
H A DStripeView.h27 virtual BSize PreferredSize();
/haiku/src/add-ons/translators/gif/
H A DGIFView.cpp315 Window()->ResizeTo(PreferredSize().Width(), PreferredSize().Height());
/haiku/src/apps/debuganalyzer/gui/
H A DHeaderView.cpp798 HeaderView::PreferredSize() function in class:HeaderView
H A DHeaderView.h176 virtual BSize PreferredSize();
/haiku/src/apps/debuganalyzer/gui/chart/
H A DChart.cpp435 Chart::PreferredSize() function in class:Chart
458 left = fLeftAxis.axis->PreferredSize(this, size).IntegerWidth() + 1;
460 right = fRightAxis.axis->PreferredSize(this, size).IntegerWidth() + 1;
462 top = fTopAxis.axis->PreferredSize(this, size).IntegerHeight() + 1;
464 bottom = fBottomAxis.axis->PreferredSize(this, size).IntegerHeight()
H A DChart.h70 virtual BSize PreferredSize();
H A DChartAxis.h24 virtual BSize PreferredSize(BView* view, BSize maxSize) = 0;
H A DLegendChartAxis.cpp190 LegendChartAxis::PreferredSize(BView* view, BSize maxSize) function in class:LegendChartAxis

Completed in 121 milliseconds

1234567