Searched refs:PreferredHeight (Results 1 - 7 of 7) sorted by relevance

/haiku/src/apps/icon-o-matic/generic/property/view/
H A DPropertyEditorView.h31 virtual float PreferredHeight() const;
H A DPropertyItemView.h34 float PreferredHeight() const;
H A DPropertyEditorView.cpp69 // PreferredHeight
71 PropertyEditorView::PreferredHeight() const function in class:PropertyEditorView
H A DPropertyItemView.cpp151 // PreferredHeight
153 PropertyItemView::PreferredHeight() const function in class:PropertyItemView
160 height = max_c(height, fEditorView->PreferredHeight());
H A DPropertyListView.cpp655 height += item->PreferredHeight() + 1.0;
678 float height = item->PreferredHeight();
/haiku/headers/private/shared/
H A DDateTimeEdit.h65 virtual float PreferredHeight() = 0;
98 virtual float PreferredHeight();
144 virtual float PreferredHeight();
/haiku/src/kits/shared/
H A DDateTimeEdit.cpp382 TimeEdit::PreferredHeight() function in class:BPrivate::TimeEdit
745 DateEdit::PreferredHeight() function in class:BPrivate::DateEdit
820 BSize(B_SIZE_UNLIMITED, PreferredHeight()));
828 minSize.height = PreferredHeight();

Completed in 75 milliseconds