Searched refs:GetPreferredSize (Results 151 - 175 of 212) sorted by relevance

123456789

/haiku-fatelf/src/tests/kits/net/DialUpPreflet/
H A DIPCPAddon.cpp212 IPCPAddon::GetPreferredSize(float *width, float *height) const function in class:IPCPAddon
H A DPPPoEAddon.cpp192 PPPoEAddon::GetPreferredSize(float *width, float *height) const function in class:PPPoEAddon
/haiku-fatelf/src/tests/kits/net/preflet/DialUpAddOn/
H A DIPCPAddon.cpp245 IPCPAddon::GetPreferredSize(float *width, float *height) const function in class:IPCPAddon
H A DPPPoEAddon.cpp231 PPPoEAddon::GetPreferredSize(float *width, float *height) const function in class:PPPoEAddon
/haiku-fatelf/src/bin/mail_utils/
H A Dspamdbm.cpp1057 virtual void GetPreferredSize (float *width, float *height);
4825 TempStringViewPntr->GetPreferredSize (&JunkFloat, &g_StringViewHeight);
4839 TempButtonPntr->GetPreferredSize (&JunkFloat, &g_ButtonHeight);
4852 TempTextPntr->GetPreferredSize (&JunkFloat, &g_TextBoxHeight);
4864 TempCheckBoxPntr->GetPreferredSize (&JunkFloat, &g_CheckBoxHeight);
4877 TempRadioButtonPntr->GetPreferredSize (&JunkFloat, &g_RadioButtonHeight);
4899 TempMenuBarPntr->GetPreferredSize (&JunkFloat, &g_PopUpMenuHeight);
5559 ClassificationChoicesView::GetPreferredSize (float *width, float *height) function in class:ClassificationChoicesView
6162 m_CreateDatabaseButtonPntr->GetPreferredSize (&Width, &Height);
6179 m_BrowseButtonPntr->GetPreferredSize (
[all...]
/haiku-fatelf/src/apps/magnify/
H A DMagnify.cpp556 TWindow::GetPreferredSize(float* width, float* height) function in class:TWindow
581 GetPreferredSize(&width, &height);
672 GetPreferredSize(&width, &height);
686 GetPreferredSize(&width, &height);
/haiku-fatelf/src/kits/opengl/
H A DGLView.cpp303 BGLView::GetPreferredSize(float* _width, float* _height) function in class:BGLView
/haiku-fatelf/src/preferences/touchpad/
H A DTouchpadPrefView.cpp150 TouchpadView::GetPreferredSize(float* width, float* height) function in class:TouchpadView
/haiku-fatelf/src/tests/servers/app/look_and_feel/
H A DLookAndFeel.cpp156 button->GetPreferredSize(&width, &height);
/haiku-fatelf/src/apps/terminal/
H A DTermWindow.cpp106 virtual void GetPreferredSize(float* _width, float* _height) function in class:TermViewContainerView
109 fTermView->GetPreferredSize(&width, &height);
1238 containerView->GetPreferredSize(&viewWidth, &viewHeight);
1616 view->Parent()->GetPreferredSize(&width, &height);
/haiku-fatelf/src/apps/diskprobe/
H A DProbeView.cpp126 virtual void GetPreferredSize(float *_width, float *_height);
689 HeaderView::GetPreferredSize(float *_width, float *_height) function in class:HeaderView
1235 fDataView->GetPreferredSize(&width, &height);
1844 fDataView->GetPreferredSize(&width, &height);
H A DTypeEditors.cpp291 fTextControl->GetPreferredSize(&width, &height);
1090 fDescriptionView->GetPreferredSize(&width, &height);
/haiku-fatelf/src/apps/webpositive/support/
H A DIconButton.cpp282 // GetPreferredSize
284 IconButton::GetPreferredSize(float* width, float* height) function in class:IconButton
318 GetPreferredSize(&size.width, &size.height);
/haiku-fatelf/src/kits/interface/
H A DBox.cpp414 GetPreferredSize(&width, &height);
427 BBox::GetPreferredSize(float *_width, float *_height) function in class:BBox
H A DMenuField.cpp756 BMenuField::GetPreferredSize(float* _width, float* _height) function in class:BMenuField
997 fMenuBar->GetPreferredSize(NULL, &height);
H A DOutlineListView.cpp584 BOutlineListView::GetPreferredSize(float* _width, float* _height) function in class:BOutlineListView
586 BListView::GetPreferredSize(_width, _height);
/haiku-fatelf/src/kits/shared/
H A DCalendarView.cpp470 GetPreferredSize(&width, &height);
476 BCalendarView::GetPreferredSize(float* width, float* height) function in class:BPrivate::BCalendarView
H A DIconButton.cpp223 BIconButton::GetPreferredSize(float* width, float* height) function in class:BPrivate::BIconButton
259 GetPreferredSize(&size.width, &size.height);
/haiku-fatelf/src/preferences/filetypes/
H A DFileTypesWindow.cpp103 virtual void GetPreferredSize(float* _width, float* _height);
191 TypeIconView::GetPreferredSize(float* _width, float* _height) function in class:TypeIconView
H A DIconView.cpp760 IconView::GetPreferredSize(float* _width, float* _height) function in class:IconView
774 GetPreferredSize(&width, &height);
/haiku-fatelf/src/preferences/mail/
H A DConfigWindow.cpp409 saveButton->GetPreferredSize(&w, &h);
416 revertButton->GetPreferredSize(&w, &h);
/haiku-fatelf/src/apps/cortex/TransportView/
H A DTransportView.cpp101 virtual void GetPreferredSize( function in class:_GroupInfoView
1287 m_infoView->GetPreferredSize(&prefInfoWidth, &prefInfoHeight);
1413 // m_valView->GetPreferredSize(&valWidth, &valHeight);
/haiku-fatelf/src/apps/autoraise/
H A DAutoRaiseIcon.cpp195 void TrayView::GetPreferredSize(float *w, float *h) function in class:TrayView
/haiku-fatelf/src/apps/cdplayer/
H A DCDPlayer.cpp141 fCDTitle->GetPreferredSize(&labelWidth, &labelHeight);
/haiku-fatelf/src/apps/cortex/DiagramView/
H A DDiagramView.cpp160 void DiagramView::GetPreferredSize( function in class:DiagramView
163 D_HOOK(("DiagramView::GetPreferredSize()\n"));

Completed in 198 milliseconds

123456789