Searched refs:GetPreferredSize (Results 101 - 125 of 212) sorted by relevance

123456789

/haiku-fatelf/headers/private/shared/
H A DCalendarView.h74 virtual void GetPreferredSize(float* width, float* height);
/haiku-fatelf/src/add-ons/mail_daemon/inbound_filters/notifier/
H A DConfigView.cpp156 void ConfigView::GetPreferredSize(float *width, float *height) function in class:ConfigView
/haiku-fatelf/src/apps/cortex/TipManager/
H A DTipView.cpp132 void TipView::GetPreferredSize( function in class:TipView
/haiku-fatelf/src/apps/cortex/ValControl/
H A DValControl.h36 // - implement GetPreferredSize() (should work before the view is attached
267 virtual void GetPreferredSize(float* outWidth, float* outHeight);
/haiku-fatelf/src/apps/diskprobe/
H A DDataView.h49 virtual void GetPreferredSize(float* _width, float* _height);
/haiku-fatelf/src/apps/icon-o-matic/generic/gui/
H A DGroup.cpp46 // GetPreferredSize
48 Group::GetPreferredSize(float* width, float* height) function in class:Group
/haiku-fatelf/src/apps/mail/
H A DComboBox.h164 virtual void GetPreferredSize(float *width, float *height);
/haiku-fatelf/src/apps/pulse/
H A DPrefsWindow.cpp64 deskbarView->GetPreferredSize(&width, &height);
H A DConfigView.cpp153 fIconWidthControl->GetPreferredSize(&width, &height);
163 ConfigView::GetPreferredSize(float* _width, float* _height) function in class:ConfigView
/haiku-fatelf/src/kits/mail/
H A DFileConfigView.cpp147 BFileControl::GetPreferredSize(float* width, float* height) function in class:BFileControl
/haiku-fatelf/src/tests/kits/interface/flatten_picture/
H A DPictureTestWindow.cpp68 fHeader->GetPreferredSize(&width, &height);
/haiku-fatelf/src/tests/kits/net/DialUpPreflet/
H A DConnectionOptionsAddon.cpp119 ConnectionOptionsAddon::GetPreferredSize(float *width, float *height) const function in class:ConnectionOptionsAddon
/haiku-fatelf/src/kits/interface/
H A DBMCPrivate.cpp363 BMenuBar::GetPreferredSize(&size.width, &size.height);
380 BMenuBar::GetPreferredSize(&size.width, &size.height);
H A DPictureButton.cpp165 BPictureButton::GetPreferredSize(float* _width, float* _height) function in class:BPictureButton
167 BControl::GetPreferredSize(_width, _height);
H A DPopUpMenu.cpp240 BPopUpMenu::GetPreferredSize(float *_width, float *_height) function in class:BPopUpMenu
242 BMenu::GetPreferredSize(_width, _height);
H A DStringView.cpp152 BStringView::GetPreferredSize(float* _width, float* _height) function in class:BStringView
192 GetPreferredSize(&width, &height);
H A DDragger.cpp523 BDragger::GetPreferredSize(float* _width, float* _height) function in class:BDragger
525 BView::GetPreferredSize(_width, _height);
767 fPopUp->GetPreferredSize(&menuWidth, &menuHeight);
H A DControl.cpp387 BControl::GetPreferredSize(float *_width, float *_height) function in class:BControl
389 BView::GetPreferredSize(_width, _height);
/haiku-fatelf/src/apps/deskbar/
H A DTimeView.cpp171 TTimeView::GetPreferredSize(float* width, float* height) function in class:TTimeView
286 GetPreferredSize(&width, &height);
/haiku-fatelf/src/apps/cortex/InfoView/
H A DInfoView.cpp194 GetPreferredSize(&width, &height);
329 InfoView::GetPreferredSize(
332 D_HOOK(("InfoView::GetPreferredSize()\n"));
/haiku-fatelf/headers/os/interface/
H A DChannelControl.h42 virtual void GetPreferredSize(float* width,
H A DListView.h66 virtual void GetPreferredSize(float* _width,
H A DOutlineListView.h85 virtual void GetPreferredSize(float* _width,
H A DSlider.h110 virtual void GetPreferredSize(float* _width,
H A DTabView.h132 virtual void GetPreferredSize(float* _width,

Completed in 227 milliseconds

123456789