Searched refs:BSize (Results 51 - 75 of 403) sorted by relevance

1234567891011>>

/haiku/src/tests/kits/interface/layout/widget_layout_test/
H A DGroupView.cpp99 BSize
103 return _AddInsetsAndSpacing(BSize(fMinWidth - 1, fMinHeight - 1));
107 BSize
111 return _AddInsetsAndSpacing(BSize(fMaxWidth - 1, fMaxHeight - 1));
115 BSize
119 return _AddInsetsAndSpacing(BSize(fPreferredWidth - 1,
146 BSize size = _SubtractInsetsAndSpacing(Size());
162 BSize(columnInfo.size - 1, fRowInfos[row].size - 1));
203 BSize min = child->MinSize();
204 BSize ma
[all...]
H A DStringView.cpp56 BSize
59 BSize size(fExplicitMinSize);
69 StringView::SetExplicitMinSize(BSize size)
85 BSize size(Size());
H A DCheckBox.cpp23 BSize
26 return BSize(12, 12);
30 BSize
H A DView.h30 void SetSize(BSize size);
31 BSize Size() const;
33 virtual BSize MinSize();
34 virtual BSize MaxSize();
35 virtual BSize PreferredSize();
/haiku/src/apps/debuganalyzer/gui/chart/
H A DLegendChartAxis.cpp33 BSize size;
35 LegendInfo(ChartLegend* legend, double value, BSize size)
65 float BSize::* sizeField)
189 BSize
190 LegendChartAxis::PreferredSize(BView* view, BSize maxSize)
196 BSize spacing(hSpacing, vSpacing);
208 float BSize::* sizeField;
209 float BSize::* otherSizeField;
211 sizeField = &BSize::height;
212 otherSizeField = &BSize
[all...]
H A DStringChartLegend.cpp51 BSize
56 return BSize();
59 return BSize(width, fFontHeight);
/haiku/src/apps/debuganalyzer/gui/
H A DAbstractGeneralPage.h33 SetExplicitMaxSize(BSize(B_SIZE_UNLIMITED, B_SIZE_UNSET));
40 SetExplicitMaxSize(BSize(B_SIZE_UNLIMITED, B_SIZE_UNSET));
/haiku/src/apps/mediaplayer/interface/
H A DSeekSlider.h29 virtual BSize MinSize();
30 virtual BSize MaxSize();
H A DDurationView.h21 virtual BSize MinSize();
22 virtual BSize MaxSize();
/haiku/src/tests/libs/alm/
H A DNestedLayout.cpp38 button1->SetExplicitMinSize(BSize(0, 50));
39 button1->SetExplicitMaxSize(BSize(500, 500));
H A DAreas.cpp20 button1->SetExplicitMinSize(BSize(0, 0));
21 button1->SetExplicitMaxSize(BSize(B_SIZE_UNLIMITED, B_SIZE_UNLIMITED));
53 BSize min = layout->MinSize();
54 BSize max = layout->MaxSize();
H A DHelloWorld.cpp43 button1->SetExplicitMinSize(BSize(0, 50));
44 button1->SetExplicitMaxSize(BSize(500, 500));
49 BSize min = fLayout->MinSize();
50 BSize max = fLayout->MaxSize();
/haiku/src/tests/kits/opengl/glinfo/
H A DGearsView.cpp26 SetExplicitMinSize(BSize(64.0 + 10.0, B_SIZE_UNSET));
27 SetExplicitPreferredSize(BSize(64.0 + 10.0, B_SIZE_UNLIMITED));
/haiku/src/apps/diskusage/
H A DStatusView.cpp43 fSizeView->SetExplicitMinSize(BSize(StringWidth("9999.99 GiB"),
45 fSizeView->SetExplicitMaxSize(BSize(StringWidth("9999.99 GiB"),
56 fCountView->SetExplicitMinSize(BSize(StringWidth(testLabel),
58 fCountView->SetExplicitMaxSize(BSize(B_SIZE_UNLIMITED, height));
62 fPathView->SetExplicitMaxSize(BSize(B_SIZE_UNLIMITED, height));
67 fRefreshBtn->SetExplicitMaxSize(BSize(B_SIZE_UNSET, B_SIZE_UNLIMITED));
75 divider1->SetExplicitMaxSize(BSize(B_SIZE_UNLIMITED, 1));
76 divider2->SetExplicitMaxSize(BSize(1, B_SIZE_UNLIMITED));
/haiku/src/apps/launchbox/
H A DNamePanel.h16 BMessage* message, const BSize& size);
H A DLaunchButton.h40 virtual BSize MinSize();
41 virtual BSize PreferredSize();
42 virtual BSize MaxSize();
/haiku/src/kits/interface/
H A DLayoutUtils.cpp125 BLayoutUtils::FixSizeConstraints(BSize& min, BSize& max, BSize& preferred)
133 BSize
134 BLayoutUtils::ComposeSize(BSize size, BSize layoutSize)
162 BLayoutUtils::AlignInFrame(BRect frame, BSize maxSize, BAlignment alignment)
186 BSize maxSize = view->MaxSize();
216 BLayoutUtils::AlignOnRect(BRect rect, BSize size, BAlignment alignment)
241 BLayoutUtils::MoveIntoFrame(BRect rect, BSize frameSiz
[all...]
/haiku/src/apps/switcher/
H A DLaunchButton.h39 virtual BSize MinSize();
40 virtual BSize PreferredSize();
41 virtual BSize MaxSize();
/haiku/src/preferences/time/
H A DAnalogClock.h32 virtual BSize MaxSize();
33 virtual BSize MinSize();
34 virtual BSize PreferredSize();
/haiku/src/apps/icon-o-matic/generic/gui/panel/color_picker/
H A DAlphaSlider.h22 virtual BSize MinSize();
23 virtual BSize PreferredSize();
24 virtual BSize MaxSize();
H A DColorPreview.h26 virtual BSize MinSize();
27 virtual BSize PreferredSize();
28 virtual BSize MaxSize();
/haiku/src/kits/tracker/
H A DDialogPane.h66 virtual BSize MinSize();
67 virtual BSize MaxSize();
68 virtual BSize PreferredSize();
/haiku/headers/os/interface/
H A DButton.h80 virtual BSize MinSize();
81 virtual BSize MaxSize();
82 virtual BSize PreferredSize();
96 BSize _ValidatePreferredSize();
104 BSize fPreferredSize;
H A DCheckBox.h54 virtual BSize MinSize();
55 virtual BSize MaxSize();
56 virtual BSize PreferredSize();
89 BSize _ValidatePreferredSize();
97 BSize fPreferredSize;
H A DStringView.h43 virtual BSize MinSize();
44 virtual BSize MaxSize();
45 virtual BSize PreferredSize();
81 BSize _ValidatePreferredSize();
88 BSize fPreferredSize;

Completed in 121 milliseconds

1234567891011>>