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

123456789

/haiku-fatelf/src/apps/cortex/DormantNodeView/
H A DDormantNodeView.cpp110 void DormantNodeView::GetPreferredSize( function in class:DormantNodeView
113 D_HOOK(("DormantNodeView::GetPreferredSize()\n"));
/haiku-fatelf/src/apps/cortex/ValControl/
H A DValControlDigitSegment.cpp287 void ValControlDigitSegment::GetPreferredSize(float* pWidth, float* pHeight) { function in class:ValControlDigitSegment
H A DValControl.cpp323 ValControl::GetPreferredSize(float* outWidth, float* outHeight) function in class:ValControl
339 // "# ValControl::GetPreferredSize(): %.1f, %.1f\n",
595 // (due to GetPreferredSize implementation in segment views)
622 pSeg->GetPreferredSize(&frame.right, &frame.bottom);
/haiku-fatelf/src/apps/deskbar/
H A DCalendarMenuWindow.cpp103 fMonthLabel->GetPreferredSize(&width, &height);
H A DStatusView.cpp214 TReplicantTray::GetPreferredSize(float* preferredWidth, float* preferredHeight) function in class:TReplicantTray
259 GetPreferredSize(&width, &height);
970 GetPreferredSize(&width, &height);
1034 GetPreferredSize(&width, &height);
1308 TDragRegion::GetPreferredSize(float* width, float* height) function in class:TDragRegion
/haiku-fatelf/src/apps/magnify/
H A DMagnify.h211 void GetPreferredSize(float* width, float* height);
/haiku-fatelf/src/apps/serialconnect/
H A DTermView.cpp124 void TermView::GetPreferredSize(float* width, float* height) function in class:TermView
/haiku-fatelf/src/apps/terminal/
H A DTermView.h57 virtual void GetPreferredSize(float* _width, float* _height);
/haiku-fatelf/src/preferences/cpufrequency/
H A DColorStepView.cpp113 ColorStepView::GetPreferredSize(float *width, float *height) function in class:ColorStepView
H A DStatusView.cpp616 StatusView::GetPreferredSize(float *width, float *height) function in class:StatusView
632 GetPreferredSize(&width, &height);
/haiku-fatelf/src/preferences/filetypes/
H A DIconView.h87 virtual void GetPreferredSize(float* _width, float* _height);
/haiku-fatelf/src/preferences/mail/
H A DConfigViews.cpp104 view->GetPreferredSize(&w, &h);
/haiku-fatelf/src/preferences/mouse/
H A DMouseView.cpp106 MouseView::GetPreferredSize(float* _width, float* _height) function in class:MouseView
/haiku-fatelf/src/preferences/screensaver/
H A DPasswordWindow.cpp94 fConfirmControl->GetPreferredSize(&width, &height);
H A DScreenSaverWindow.cpp259 fTestButton->GetPreferredSize(&width, &height);
579 view->GetPreferredSize(&width, &height);
589 view->GetPreferredSize(&width, &height);
735 fRunSlider->GetPreferredSize(&width, &height);
/haiku-fatelf/src/tests/kits/net/preflet/DialUpAddOn/
H A DConnectionOptionsAddon.cpp170 ConnectionOptionsAddon::GetPreferredSize(float *width, float *height) const function in class:ConnectionOptionsAddon
H A DGeneralAddon.cpp331 GeneralAddon::GetPreferredSize(float *width, float *height) const function in class:GeneralAddon
621 if(!fDeviceAddon->GetPreferredSize(&width, &height)) {
/haiku-fatelf/src/kits/tracker/
H A DTrackerSettingsWindow.cpp124 fSettingsTypeListView->GetPreferredSize(&width, NULL);
/haiku-fatelf/src/kits/interface/
H A DMenuBar.cpp198 BMenuBar::GetPreferredSize(float* width, float* height) function in class:BMenuBar
200 BMenu::GetPreferredSize(width, height);
/haiku-fatelf/src/tests/kits/net/DialUpPreflet/
H A DGeneralAddon.cpp297 GeneralAddon::GetPreferredSize(float *width, float *height) const function in class:GeneralAddon
573 if(!fDeviceAddon->GetPreferredSize(&width, &height)) {
/haiku-fatelf/src/apps/installer/
H A DInstallerWindow.cpp73 virtual void GetPreferredSize(float* _width,
122 LogoView::GetPreferredSize(float* _width, float* _height) function in class:LogoView
H A DPackageViews.cpp332 PackagesView::GetPreferredSize(float* _width, float* _height) function in class:PackagesView
/haiku-fatelf/headers/os/interface/
H A DMenu.h74 virtual void GetPreferredSize(float* _width,
/haiku-fatelf/src/apps/mail/
H A DBmapButton.cpp265 BmapButton::GetPreferredSize(float* width, float* height) function in class:BmapButton
/haiku-fatelf/src/apps/powerstatus/
H A DExtendedInfoWindow.cpp79 BatteryInfoView::GetPreferredSize(float* width, float* height) function in class:BatteryInfoView

Completed in 358 milliseconds

123456789