Searched refs:GetPreferredSize (Results 1 - 25 of 159) sorted by last modified time

1234567

/haiku/src/apps/stylededit/
H A DStatusView.cpp93 StatusView::GetPreferredSize(float* _width, float* _height) function in class:StatusView
109 GetPreferredSize(&width, &height);
/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/apps/installer/
H A DInstallerWindow.cpp75 virtual void GetPreferredSize(float* _width,
127 LogoView::GetPreferredSize(float* _width, float* _height) function in class:LogoView
/haiku/src/apps/diskprobe/
H A DProbeView.cpp1718 fDataView->GetPreferredSize(&width, &height);
/haiku/src/apps/showimage/
H A DShowImageStatusView.cpp54 ShowImageStatusView::GetPreferredSize(float* _width, float* _height) function in class:ShowImageStatusView
70 GetPreferredSize(&width, &height);
H A DShowImageStatusView.h32 virtual void GetPreferredSize(float* _width, float* _height);
/haiku/src/preferences/filetypes/
H A DIconView.h87 virtual void GetPreferredSize(float* _width, float* _height);
H A DIconView.cpp794 IconView::GetPreferredSize(float* _width, float* _height) function in class:IconView
808 GetPreferredSize(&width, &height);
/haiku/src/apps/terminal/
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/kits/interface/
H A DStatusBar.cpp141 GetPreferredSize(&width, &height);
197 BStatusBar::GetPreferredSize(float* _width, float* _height) function in class:BStatusBar
225 GetPreferredSize(&width, &height);
235 GetPreferredSize(&width, &height);
246 GetPreferredSize(&width, &height);
451 GetPreferredSize(&width, &height);
H A DMenu.cpp663 BMenu::GetPreferredSize(float* _width, float* _height) function in class:BMenu
H A DOutlineListView.cpp594 BOutlineListView::GetPreferredSize(float* _width, float* _height) function in class:BOutlineListView
615 BView::GetPreferredSize(_width, _height);
H A DScrollView.cpp395 BScrollView::GetPreferredSize(float* _width, float* _height) function in class:BScrollView
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 DTextView.cpp2639 BTextView::GetPreferredSize(float* _width, float* _height) function in class:BTextView
H A DColorControl.cpp956 BColorControl::GetPreferredSize(float* _width, float* _height) function in class:BColorControl
/haiku/src/apps/deskbar/
H A DSwitcher.cpp147 virtual void GetPreferredSize(float* w, float* h);
2221 TWindowView::GetPreferredSize(float* _width, float* _height) function in class:TWindowView
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/headers/os/interface/
H A DOutlineListView.h79 virtual void GetPreferredSize(float* _width,
H A DListView.h66 virtual void GetPreferredSize(float *_width,
H A DTextView.h214 virtual void GetPreferredSize(float* _width, float* _height);
/haiku/src/kits/tracker/
H A DFindPanel.cpp956 menuField->GetPreferredSize(&size.width, &size.height);
/haiku/src/apps/icon-o-matic/gui/
H A DGradientControl.h54 virtual void GetPreferredSize(float* width, float* height);
H A DGradientControl.cpp428 GradientControl::GetPreferredSize(float* width, float* height) function in class:GradientControl
/haiku/src/tests/kits/game/chart/
H A DChartWindow.cpp653 fStatusBox->GetPreferredSize(&boxWidth, &boxHeight);
714 full_screen->GetPreferredSize(&width, &height);
728 button->GetPreferredSize(&width, &height);

Completed in 149 milliseconds

1234567