Searched refs:GetPreferredSize (Results 76 - 100 of 159) sorted by relevance

1234567

/haiku/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/headers/os/interface/
H A DScrollView.h54 virtual void GetPreferredSize(float* _width, float* _height);
H A DMenuField.h83 virtual void GetPreferredSize(float* width, float* height);
H A DChannelControl.h43 virtual void GetPreferredSize(float* width,
H A DSlider.h107 virtual void GetPreferredSize(float* _width,
H A DTabView.h149 virtual void GetPreferredSize(float* _width, float* _height);
H A DListView.h66 virtual void GetPreferredSize(float *_width,
H A DOutlineListView.h79 virtual void GetPreferredSize(float* _width,
/haiku/src/kits/interface/
H A DPopUpMenu.cpp242 BPopUpMenu::GetPreferredSize(float* _width, float* _height) function in class:BPopUpMenu
244 BMenu::GetPreferredSize(_width, _height);
H A DPictureButton.cpp157 BPictureButton::GetPreferredSize(float* _width, float* _height) function in class:BPictureButton
159 BControl::GetPreferredSize(_width, _height);
H A DDragger.cpp517 BDragger::GetPreferredSize(float* _width, float* _height) function in class:BDragger
519 BView::GetPreferredSize(_width, _height);
761 fPopUp->GetPreferredSize(&menuWidth, &menuHeight);
H A DAlert.cpp57 virtual void GetPreferredSize(float* _width, float* _height);
616 button->GetPreferredSize(&width, NULL);
720 TAlertView::GetPreferredSize(float* _width, float* _height) function in class:TAlertView
H A DControl.cpp398 BControl::GetPreferredSize(float* _width, float* _height) function in class:BControl
400 BView::GetPreferredSize(_width, _height);
H A DStringView.cpp188 BStringView::GetPreferredSize(float* _width, float* _height) function in class:BStringView
228 GetPreferredSize(&width, &height);
/haiku/src/apps/deskbar/
H A DTimeView.cpp189 TTimeView::GetPreferredSize(float* width, float* height) function in class:TTimeView
312 GetPreferredSize(&width, &height);
H A DCalendarMenuWindow.cpp104 fMonthLabel->GetPreferredSize(&width, &height);
/haiku/src/apps/cortex/InfoView/
H A DInfoView.cpp203 GetPreferredSize(&width, &height);
338 InfoView::GetPreferredSize(
341 D_HOOK(("InfoView::GetPreferredSize()\n"));
/haiku/src/kits/tracker/
H A DTrackerSettingsWindow.cpp128 fSettingsTypeListView->GetPreferredSize(&width, NULL);
H A DDialogPane.cpp189 PaneSwitch::GetPreferredSize(float* _width, float* _height) function in class:PaneSwitch
/haiku/headers/private/shared/
H A DCalendarView.h77 virtual void GetPreferredSize(float* width, float* height);
/haiku/src/apps/cortex/DormantNodeView/
H A DDormantNodeView.cpp110 void DormantNodeView::GetPreferredSize( function in class:DormantNodeView
113 D_HOOK(("DormantNodeView::GetPreferredSize()\n"));
/haiku/src/add-ons/network_settings/dialup/
H A DIPCPAddon.cpp220 IPCPAddon::GetPreferredSize(float *width, float *height) const function in class:IPCPAddon
/haiku/src/apps/cortex/ValControl/
H A DValControlDigitSegment.cpp287 void ValControlDigitSegment::GetPreferredSize(float* pWidth, float* pHeight) { function in class:ValControlDigitSegment
/haiku/src/preferences/filetypes/
H A DIconView.h87 virtual void GetPreferredSize(float* _width, float* _height);

Completed in 235 milliseconds

1234567