Searched refs:Frame (Results 76 - 100 of 370) sorted by relevance

1234567891011>>

/haiku/src/servers/app/
H A DWorkspace.cpp133 _leftTop = fCurrent->Frame().LeftTop();
155 _leftTop = fCurrent->Frame().LeftTop();
H A DVirtualScreen.h46 BRect Frame() const;
H A DScreen.h50 BRect Frame() const;
/haiku/src/tests/kits/interface/menu/menuworld/
H A DMenuView.cpp58 fCheck_y = m_pHideUserCheck->Frame().bottom + 10;
67 float fButton_x = m_pHideUserCheck->Frame().right + 15;
68 float fButton_y = m_pHideUserCheck->Frame().top;
100 m_pAddItemButton->Frame().Height() + 15);
108 float fEdit_left = 20.0f, fEdit_bottom = m_pHideUserCheck->Frame().top - 20;
109 float fEdit_right = m_pAddItemButton->Frame().right;
118 r.left = m_pAddItemButton->Frame().right + 30;
201 m_pScrollView->ResizeTo(m_pScrollView->Frame().Width(),
H A DBitmapMenuItem.cpp46 BRect itemFrame = Frame();
/haiku/src/apps/expander/
H A DDirectoryFilePanel.cpp73 rect = cancel->Frame();
115 - fCurrentButton->Frame().right;
/haiku/src/preferences/screen/
H A DRefreshWindow.cpp63 BButton* button = new BButton(doneButton->Frame(), "CancelButton",
75 height = fRefreshSlider->Frame().bottom + button->Bounds().Height() + 20.0f;
/haiku/src/preferences/repositories/
H A DAddRepoWindow.cpp55 float widthDifference = size.Width() - Frame().Width();
94 alert->CenterIn(Frame());
/haiku/src/apps/diskprobe/
H A DDiskProbe.cpp118 fMessage.AddRect("window_frame", BLayoutUtils::AlignInFrame(screen.Frame(),
148 if (screen.Frame().Contains(settings.window_frame.LeftTop())
149 && settings.window_frame.Width() < screen.Frame().Width()
150 && settings.window_frame.Height() < screen.Frame().Height())
318 rect = lastWindow->Frame();
335 rect.right = window->Frame().right;
336 rect.bottom = window->Frame().bottom;
339 BRect screenBorder = screen.Frame();
/haiku/src/apps/deskbar/
H A DShowHideMenuItem.cpp79 BRect frame(Frame());
97 zoomRect = item->Menu()->ConvertToScreen(item->Frame());
H A DBarMenuTitle.cpp96 BRect frame(Frame());
131 const BRect frame(Frame());
/haiku/src/kits/interface/
H A DTextControl.cpp78 virtual BRect Frame();
108 virtual BRect Frame();
359 BRect rect = fText->Frame();
546 BRect rect = fText->Frame();
891 BRect dirty(fText->Frame());
899 divider = fabs(fLayoutData->text_view_layout_item->Frame().left
900 - fLayoutData->label_layout_item->Frame().left);
919 dirty = dirty | fText->Frame();
1175 TRACE("width: %.2f, height: %.2f\n", Frame().Width(), Frame()
1311 BTextControl::LabelLayoutItem::Frame() function in class:BTextControl::LabelLayoutItem
1441 BTextControl::TextViewLayoutItem::Frame() function in class:BTextControl::TextViewLayoutItem
[all...]
H A DViewLayoutItem.h30 virtual BRect Frame();
/haiku/src/tests/kits/interface/bshelf/Container/
H A DContainerWindow.cpp167 windFrame = Frame(); // get window frame
183 fPrefs -> SetRect ("WindowFrame", Frame() );
/haiku/src/libs/glut/
H A Dbeos_x11.cpp15 return s.Frame().IntegerWidth() + 1;
20 return s.Frame().IntegerHeight() + 1;
/haiku/src/apps/webpositive/
H A DBrowserApp.cpp229 BRect screenFrame = BScreen().Frame();
236 - fDownloadWindow->Frame().Width() - borderWidth,
237 screenFrame.Height() - fDownloadWindow->Frame().Height()
441 fSettings->SetValue("downloads window frame", fDownloadWindow->Frame());
446 fSettings->SetValue("settings window frame", fSettingsWindow->Frame());
450 fSettings->SetValue("console window frame", fConsoleWindow->Frame());
454 fSettings->SetValue("cookie window frame", fCookieWindow->Frame());
564 if (!BScreen().Frame().Contains(fLastWindowFrame))
/haiku/headers/os/interface/
H A DSpaceLayoutItem.h35 virtual BRect Frame();
H A DDeskbar.h35 BRect Frame() const;
/haiku/src/apps/cortex/DiagramView/
H A DDiagramBox.h68 BRect Frame() const function in class:DiagramBox
H A DDiagramEndPoint.h98 BRect Frame() const function in class:DiagramEndPoint
H A DDiagramWire.h111 virtual BRect Frame() const function in class:DiagramWire
H A DDiagramView.cpp429 DragSelectionBy(point.x - box->Frame().left - offset.x,
430 point.y - box->Frame().top - offset.y,
586 region.Include(m_draggedWire->Frame());
589 region.Include(m_draggedWire->Frame());
667 m_boxRegion.Include(ItemAt(i, DiagramItem::M_BOX)->Frame());
670 BRect boxRect = m_boxRegion.Frame();
688 Invalidate(startPoint->Frame());
697 Invalidate(m_draggedWire->Frame());
705 Invalidate(endPoint->Frame());
736 if (rect.Intersects(box->Frame()))
[all...]
/haiku/src/apps/cortex/MediaRoutingView/
H A DMediaWire.h93 virtual BRect Frame() const;
/haiku/src/apps/icon-o-matic/generic/gui/popup_control/
H A DPopupWindow.cpp47 if (!fWindow->Frame().Contains(view->ConvertToScreen(point)))
/haiku/src/apps/diskusage/
H A DMainWindow.cpp40 float maxHeight = BScreen(this).Frame().Height() - 12;

Completed in 179 milliseconds

1234567891011>>