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

1234567

/haiku/src/apps/magnify/
H A DMagnify.cpp785 TWindow::GetPreferredSize(float* width, float* height) function in class:TWindow
810 GetPreferredSize(&width, &height);
904 fInfo->GetPreferredSize(&infoWidth, &infoHeight);
924 GetPreferredSize(&width, &height);
938 GetPreferredSize(&width, &height);
1230 TInfoView::GetPreferredSize(float* _width, float* _height) function in class:TInfoView
/haiku/src/kits/interface/
H A DMenuBar.cpp198 BMenuBar::GetPreferredSize(float* width, float* height) function in class:BMenuBar
200 BMenu::GetPreferredSize(width, height);
H A DBox.cpp419 GetPreferredSize(&width, &height);
432 BBox::GetPreferredSize(float* _width, float* _height) function in class:BBox
H A DScrollBar.cpp996 BScrollBar::GetPreferredSize(float* _width, float* _height) function in class:BScrollBar
1040 GetPreferredSize(&maxSize.width, &maxSize.height);
1053 GetPreferredSize(&preferredSize.width, &preferredSize.height);
H A DCheckBox.cpp293 BCheckBox::GetPreferredSize(float* _width, float* _height) function in class:BCheckBox
H A DOutlineListView.cpp594 BOutlineListView::GetPreferredSize(float* _width, float* _height) function in class:BOutlineListView
615 BView::GetPreferredSize(_width, _height);
/haiku/src/apps/cortex/ValControl/
H A DValControl.cpp328 ValControl::GetPreferredSize(float* outWidth, float* outHeight) function in class:ValControl
344 // "# ValControl::GetPreferredSize(): %.1f, %.1f\n",
600 // (due to GetPreferredSize implementation in segment views)
627 pSeg->GetPreferredSize(&frame.right, &frame.bottom);
/haiku/src/apps/mediaplayer/
H A DInfoWin.cpp53 virtual void GetPreferredSize(float* _width, float* _height);
125 IconView::GetPreferredSize(float* _width, float* _height) function in class:IconView
/haiku/src/add-ons/network_settings/dialup/
H A DPPPoEAddon.cpp197 PPPoEAddon::GetPreferredSize(float *width, float *height) const function in class:PPPoEAddon
H A DGeneralAddon.cpp302 GeneralAddon::GetPreferredSize(float *width, float *height) const function in class:GeneralAddon
/haiku/src/preferences/input/
H A DMouseView.cpp124 MouseView::GetPreferredSize(float* _width, float* _height) function in class:MouseView
H A DInputTouchpadPrefView.cpp152 TouchpadView::GetPreferredSize(float* width, float* height) function in class:TouchpadView
/haiku/headers/os/interface/
H A DMenu.h75 virtual void GetPreferredSize(float* _width,
/haiku/src/apps/terminal/
H A DTermView.h69 virtual void GetPreferredSize(float* _width, float* _height);
H A DTermWindow.cpp121 virtual void GetPreferredSize(float* _width, float* _height) function in class:TermViewContainerView
124 fTermView->GetPreferredSize(&width, &height);
1384 containerView->GetPreferredSize(&viewWidth, &viewHeight);
1766 view->Parent()->GetPreferredSize(&width, &height);
/haiku/src/apps/icon-o-matic/generic/gui/stateview/
H A DStateView.cpp339 StateView::GetPreferredSize(float* width, float* height) function in class:StateView
/haiku/src/apps/deskbar/
H A DStatusView.cpp237 TReplicantTray::GetPreferredSize(float* preferredWidth, float* preferredHeight) function in class:TReplicantTray
295 GetPreferredSize(&width, &height);
1005 GetPreferredSize(&width, &height);
1071 GetPreferredSize(&width, &height);
1389 TDragRegion::GetPreferredSize(float* width, float* height) function in class:TDragRegion
/haiku/src/bin/mail_utils/
H A Dspamdbm.cpp1059 virtual void GetPreferredSize (float *width, float *height);
4839 TempStringViewPntr->GetPreferredSize (&JunkFloat, &g_StringViewHeight);
4853 TempButtonPntr->GetPreferredSize (&JunkFloat, &g_ButtonHeight);
4866 TempTextPntr->GetPreferredSize (&JunkFloat, &g_TextBoxHeight);
4878 TempCheckBoxPntr->GetPreferredSize (&JunkFloat, &g_CheckBoxHeight);
4891 TempRadioButtonPntr->GetPreferredSize (&JunkFloat, &g_RadioButtonHeight);
4913 TempMenuBarPntr->GetPreferredSize (&JunkFloat, &g_PopUpMenuHeight);
5573 ClassificationChoicesView::GetPreferredSize (float *width, float *height) function in class:ClassificationChoicesView
6176 m_CreateDatabaseButtonPntr->GetPreferredSize (&Width, &Height);
6193 m_BrowseButtonPntr->GetPreferredSize (
[all...]
/haiku/src/kits/shared/
H A DCalendarView.cpp493 GetPreferredSize(&width, &height);
499 BCalendarView::GetPreferredSize(float* width, float* height) function in class:BPrivate::BCalendarView
864 GetPreferredSize(&width, &height);
H A DIconButton.cpp218 BIconButton::GetPreferredSize(float* width, float* height) function in class:BPrivate::BIconButton
254 GetPreferredSize(&size.width, &size.height);
/haiku/src/apps/softwareupdater/
H A DSoftwareUpdaterWindow.cpp395 fUpdateButton->GetPreferredSize(NULL, &controlHeight);
397 fDetailsCheckbox->GetPreferredSize(NULL, &controlHeight);
770 owner->GetPreferredSize(&width, NULL);
/haiku/src/tests/servers/app/look_and_feel/
H A DLookAndFeel.cpp156 button->GetPreferredSize(&width, &height);
/haiku/src/kits/media/
H A DDefaultMediaTheme.cpp56 virtual void GetPreferredSize(float *width, float *height);
300 TitleView::GetPreferredSize(float *_width, float *_height) function in class:TitleView
/haiku/src/preferences/filetypes/
H A DFileTypesWindow.cpp106 virtual void GetPreferredSize(float* _width, float* _height);
195 TypeIconView::GetPreferredSize(float* _width, float* _height) function in class:TypeIconView
/haiku/src/apps/cortex/TransportView/
H A DTransportView.cpp112 virtual void GetPreferredSize( function in class:_GroupInfoView
1303 m_infoView->GetPreferredSize(&prefInfoWidth, &prefInfoHeight);
1429 // m_valView->GetPreferredSize(&valWidth, &valHeight);

Completed in 208 milliseconds

1234567