Searched refs:GetPreferredSize (Results 26 - 50 of 212) sorted by relevance

123456789

/haiku-fatelf/src/apps/powerstatus/
H A DExtendedInfoWindow.h39 virtual void GetPreferredSize(float* width, float* height);
H A DPowerStatusView.h38 virtual void GetPreferredSize(float *width, float *height);
/haiku-fatelf/src/preferences/cpufrequency/
H A DColorStepView.h40 virtual void GetPreferredSize(float *width, float *height);
/haiku-fatelf/src/tests/kits/net/DialUpPreflet/
H A DConnectionOptionsAddon.h43 virtual bool GetPreferredSize(float *width, float *height) const;
H A DDialUpAddon.h92 virtual bool GetPreferredSize(float *width, float *height) const function in class:DialUpAddon
H A DIPCPAddon.h49 virtual bool GetPreferredSize(float *width, float *height) const;
H A DPPPoEAddon.h47 virtual bool GetPreferredSize(float *width, float *height) const;
H A DGeneralAddon.h62 virtual bool GetPreferredSize(float *width, float *height) const;
/haiku-fatelf/src/tests/kits/net/preflet/DialUpAddOn/
H A DConnectionOptionsAddon.h65 virtual bool GetPreferredSize(float *width, float *height) const;
H A DDialUpAddon.h119 virtual bool GetPreferredSize(float *width, float *height) const function in class:DialUpAddon
H A DPPPoEAddon.h67 virtual bool GetPreferredSize(float *width, float *height) const;
/haiku-fatelf/src/add-ons/translators/wonderbrush/
H A DWonderBrushView.cpp99 GetPreferredSize(&x, &y);
170 WonderBrushView::GetPreferredSize(float* width, float* height) function in class:WonderBrushView
/haiku-fatelf/src/apps/deskbar/
H A DStatusView.h87 virtual void GetPreferredSize(float*, float*);
199 virtual void GetPreferredSize(float*, float*);
/haiku-fatelf/src/apps/diskusage/
H A DStatusView.cpp52 fCountView->GetPreferredSize(&width, &height);
58 fPathView->GetPreferredSize(&width, &height);
/haiku-fatelf/src/apps/mediaplayer/interface/
H A DSeekSlider.cpp124 SeekSlider::GetPreferredSize(float* _width, float* _height) function in class:SeekSlider
126 BSlider::GetPreferredSize(_width, _height);
/haiku-fatelf/src/kits/storage/disk_device/
H A DPartitioningDialog.cpp147 okButton->GetPreferredSize(&buttonWidth, &buttonHeight);
149 cancelButton->GetPreferredSize(&buttonWidth, &buttonHeight);
/haiku-fatelf/headers/os/interface/
H A DOptionPopUp.h47 virtual void GetPreferredSize(float* _width,
H A DPopUpMenu.h49 virtual void GetPreferredSize(float* _width,
H A DStringView.h39 virtual void GetPreferredSize(float* _width,
/haiku-fatelf/src/add-ons/mail_daemon/outbound_filters/fortune/
H A DConfigView.cpp88 void ConfigView::GetPreferredSize(float *width, float *height) function in class:ConfigView
/haiku-fatelf/src/apps/cortex/InfoView/
H A DInfoWindow.cpp114 FindView("InfoView")->GetPreferredSize(&width, &height);
/haiku-fatelf/src/preferences/mail/
H A DCenterContainer.cpp40 void CenterContainer::GetPreferredSize(float *width, float *height) function in class:CenterContainer
/haiku-fatelf/src/preferences/network_old/
H A DBackupWindow.cpp33 fName->GetPreferredSize(&w,&h);
/haiku-fatelf/src/preferences/touchpad/
H A DTouchpadPrefView.h51 virtual void GetPreferredSize(float* width, float* height);
/haiku-fatelf/src/tests/kits/interface/
H A DStatusBarTest.cpp43 fStatusBar->GetPreferredSize(&width, &height);

Completed in 155 milliseconds

123456789