Searched refs:GetPreferredSize (Results 126 - 150 of 159) sorted by relevance

1234567

/haiku/src/apps/installer/
H A DInstallerWindow.cpp75 virtual void GetPreferredSize(float* _width,
127 LogoView::GetPreferredSize(float* _width, float* _height) function in class:LogoView
/haiku/src/kits/interface/
H A DListView.cpp801 BListView::GetPreferredSize(float *_width, float *_height) function in class:BListView
818 BView::GetPreferredSize(_width, _height);
826 // GetPreferredSize(), which by default just returns the current size.
842 // GetPreferredSize(), which by default just returns the current size.
1657 GetPreferredSize(&w, NULL);
H A DButton.cpp429 BButton::GetPreferredSize(float* _width, float* _height) function in class:BButton
H A DMenuField.cpp779 BMenuField::GetPreferredSize(float* _width, float* _height) function in class:BMenuField
1034 fMenuBar->GetPreferredSize(NULL, &height);
H A DTabView.cpp1086 BTabView::GetPreferredSize(float* _width, float* _height) function in class:BTabView
1088 BView::GetPreferredSize(_width, _height);
H A DChannelSlider.cpp446 BChannelSlider::GetPreferredSize(float* width, float* height) function in class:BChannelSlider
H A DTextControl.cpp717 BTextControl::GetPreferredSize(float* _width, float* _height) function in class:BTextControl
H A DColorControl.cpp956 BColorControl::GetPreferredSize(float* _width, float* _height) function in class:BColorControl
H A DScrollView.cpp395 BScrollView::GetPreferredSize(float* _width, float* _height) function in class:BScrollView
/haiku/src/apps/cortex/DiagramView/
H A DDiagramView.cpp160 void DiagramView::GetPreferredSize( function in class:DiagramView
163 D_HOOK(("DiagramView::GetPreferredSize()\n"));
/haiku/src/apps/mail/
H A DAddressTextControl.cpp420 fPopUpMenu->GetPreferredSize(&width, NULL);
/haiku/src/apps/autoraise/
H A DAutoRaiseIcon.cpp210 void TrayView::GetPreferredSize(float *w, float *h) function in class:TrayView
/haiku/src/apps/cortex/RouteApp/
H A DRouteWindow.cpp352 m_routingView->GetPreferredSize(&width, &height);
/haiku/src/preferences/network/
H A DNetworkWindow.cpp176 fListView->GetPreferredSize(&width, &height);
/haiku/src/apps/serialconnect/
H A DTermView.cpp192 TermView::GetPreferredSize(float* width, float* height) function in class:TermView
/haiku/headers/os/interface/
H A DTextView.h214 virtual void GetPreferredSize(float* _width, float* _height);
H A DView.h588 virtual void GetPreferredSize(float* _width, float* _height);
/haiku/src/apps/icon-o-matic/gui/
H A DGradientControl.cpp428 GradientControl::GetPreferredSize(float* width, float* height) function in class:GradientControl
/haiku/src/apps/diskprobe/
H A DDataView.cpp953 GetPreferredSize(&width, &height);
1424 DataView::GetPreferredSize(float *_width, float *_height) function in class:DataView
H A DTypeEditors.cpp292 fTextControl->GetPreferredSize(&width, &height);
/haiku/src/preferences/filetypes/
H A DIconView.cpp794 IconView::GetPreferredSize(float* _width, float* _height) function in class:IconView
808 GetPreferredSize(&width, &height);
/haiku/src/apps/icon-o-matic/generic/gui/
H A DIconButton.cpp224 // GetPreferredSize
226 IconButton::GetPreferredSize(float* width, float* height) function in class:IconButton
/haiku/src/apps/mediaplayer/interface/
H A DTransportControlGroup.cpp232 TransportControlGroup::GetPreferredSize(float* _width, float* _height) function in class:TransportControlGroup
/haiku/src/kits/tracker/
H A DStatusWindow.cpp512 fStatusBar->GetPreferredSize(&width, &height);
/haiku/src/apps/screenshot/
H A DScreenshotWindow.cpp715 view->GetPreferredSize(&width, &height);

Completed in 156 milliseconds

1234567