Searched refs:Frame (Results 26 - 50 of 370) sorted by relevance

1234567891011>>

/haiku/src/apps/login/
H A DLoginView.cpp91 buttonRect.OffsetBySelf(CSEP + fHaltButton->Frame().Width(), 0);
99 infoRect.OffsetBySelf(fRebootButton->Frame().Width() + CSEP, 0);
138 float spacing = fHaltButton->Frame().left;
139 bounds.bottom = fLoginButton->Frame().bottom + spacing;
140 bounds.right = fLoginButton->Frame().right + spacing;
144 BPoint leftTop = fInfoView->Frame().LeftTop();
145 leftTop.y += fHaltButton->Frame().Height() / 2;
201 BPoint savedPos = Window()->Frame().LeftTop();
/haiku/src/apps/pulse/
H A DPrefsWindow.cpp72 fTabView->ContainerView()->Frame().top + 16.0f);
81 BButton *defaultsButton = new BButton(okButton->Frame(), "defaults",
91 ResizeTo(fTabView->Frame().Width(), fTabView->Frame().bottom + 16.0f
98 fPrefs->prefs_window_rect = Frame();
H A DPulseWindow.cpp67 pulseapp->fPrefs->normal_window_rect = Frame();
69 pulseapp->fPrefs->mini_window_rect = Frame();
125 pulseapp->fPrefs->mini_window_rect = Frame();
144 pulseapp->fPrefs->normal_window_rect = Frame();
/haiku/src/tests/kits/interface/bregion/
H A DRegionTestcase.cpp162 BRect theFrame = theRegion->Frame();
224 assert(regionA->Frame() == regionB->Frame());
243 assert(!theRegion->Frame().IsValid());
246 assert(theRegion->Frame().IsValid());
/haiku/src/apps/cortex/DiagramView/
H A DDiagramItemGroup.cpp177 if (item->Frame().Contains(point) && (item->howCloseTo(point) == 1.0)) {
189 if (item->Frame().Contains(point)) {
207 if (item->Frame().Contains(point) && (item->howCloseTo(point) == 1.0))
339 if (item->Frame().Intersects(updateRect))
347 if (item && item->Frame().Intersects(updateRect)) {
350 updateRegion->Exclude(item->Frame());
358 if (item && item->Frame().Intersects(updateRect))
380 BRect r = which->Frame();
383 if (item && item->Frame().Intersects(r)) {
384 region->Include(item->Frame()
[all...]
/haiku/src/apps/deskbar/
H A DBarView.cpp271 BRect frame(fExpandoMenuBar->Frame());
344 fMouseDownOutside = !Window()->Frame().Contains(whereScreen);
413 BRect screenFrame = (BScreen(Window())).Frame();
420 if (!Window()->Frame().Contains(whereScreen)) {
426 BRect preventHideArea = Window()->Frame().InsetByCopy(
541 statusLoc.y = fBarMenuBar->Frame().bottom + 1;
546 statusLoc.x = fLeft ? fBarMenuBar->Frame().right + 1 : 0;
557 BRect screenFrame = (BScreen(Window())).Frame();
587 BRect screenFrame = (BScreen(Window())).Frame();
611 expandoFrame.left = fDragRegion->Frame()
[all...]
/haiku/src/apps/cortex/RouteApp/
H A DRouteWindow.cpp133 rvBounds.top = pMenuBar->Frame().bottom+1;
171 minWidth = m_statusView->Frame().Width() + 6 * B_V_SCROLL_BAR_WIDTH;
229 const BRect sr = screen.Frame();
235 BRect r = Frame();
253 m_transportWindow->Frame() :
274 m_dormantNodeWindow->Frame() :
344 if (!screen.Frame().Contains(Frame())) {
356 height += KeyMenuBar()->Frame().Height();
506 BRect r = Frame();
[all...]
/haiku/src/tests/kits/interface/menu/menuworld/
H A DViewLayoutFactory.cpp94 BRect frame = view.Frame();
140 BRect frame = pView->Frame();
187 BRect r = pView->Frame();
196 BRect r = pView->Frame();
217 BRect frame = pView->Frame();
234 BRect frame = pView->Frame();
252 BRect r = childView->Frame();
/haiku/src/apps/cortex/MediaRoutingView/
H A DMediaJack.cpp182 tips->hideTip(view()->ConvertToScreen(Frame()));
191 view()->DrawBitmap(m_bitmap, Frame().LeftTop());
205 return BPoint(Frame().left - 1.0, Frame().top + Frame().Height() / 2.0);
209 return BPoint(Frame().right + 1.0, Frame().top + Frame().Height() / 2.0);
217 return BPoint(Frame().left + Frame()
[all...]
/haiku/src/kits/interface/
H A DMenuField.cpp85 virtual BRect Frame();
118 virtual BRect Frame();
446 TRACE("width: %.2f, height: %.2f\n", Frame().Width(), Frame().Height());
455 width = item->Frame().Width() + kVMargin + _MenuBarOffset() + right;
461 TRACE("width: %.2f, height: %.2f\n", Frame().Width(), Frame().Height());
588 fMenuBar->ResizeTo(_MenuBarWidth(), fMenuBar->Frame().Height());
702 BRect dirty(fMenuBar->Frame());
709 dirty = dirty | fMenuBar->Frame();
1440 BMenuField::LabelLayoutItem::Frame() function in class:BMenuField::LabelLayoutItem
1572 BMenuField::MenuBarLayoutItem::Frame() function in class:BMenuField::MenuBarLayoutItem
[all...]
/haiku/src/apps/showimage/
H A DProgressWindow.cpp78 MoveTo(screen.Frame().left + borderWidth,
79 screen.Frame().bottom - Bounds().Height() - borderWidth);
81 CenterIn(screen.Frame());
/haiku/src/preferences/repositories/
H A DTaskTimer.cpp84 BRect windowFrame = be_app->WindowAt(0)->Frame();
91 xPos -= fTimeoutAlert->Frame().Width()/2;
153 BRect frame = fTimeoutAlert->Frame();
/haiku/src/apps/deskcalc/
H A DCalcWindow.cpp48 fCalcView = new CalcView(Frame(), baseColor, settings);
144 status_t ret = archive->AddRect("window frame", Frame());
157 BRect screenFrame = screen.Frame();
/haiku/src/apps/sudoku/
H A DProgressWindow.cpp56 height = button->Frame().bottom;
76 frame = referenceWindow->Frame();
78 frame = BScreen().Frame();
/haiku/src/apps/bootmanager/
H A DFileSelectionPage.cpp132 float left = fFile->Frame().left;
133 float top = fDescription->Frame().bottom + kSpacing;
150 float width = fSelect->Frame().left - kSpacing - left;
153 left = fSelect->Frame().left;
/haiku/src/apps/debuganalyzer/gui/
H A DColorCheckBox.cpp46 rect.left += fCheckBox->Frame().right + 5;
/haiku/src/apps/terminal/
H A DTermScrollView.cpp44 BRect frame(fVerticalScrollBar->Frame());
/haiku/headers/os/interface/
H A DPolygon.h26 BRect Frame() const;
/haiku/src/apps/haikudepot/ui_generic/
H A DScrollableGroupView.cpp48 layoutHeight = lastItem->Frame().bottom;
/haiku/src/apps/stylededit/
H A DColorMenuItem.cpp32 BRect colorSquare(Frame());
/haiku/src/apps/launchbox/
H A DMainWindow.cpp237 size = panel->Frame().Size();
246 if (screen.Frame().bottom - Frame().bottom
248 origin.y = Frame().bottom + 10;
250 origin.y = Frame().top - 10 - size.height;
255 if (screen.Frame().right - Frame().right
257 origin.x = Frame().right + 10;
259 origin.x = Frame().left - 10 - size.width;
331 _AdjustLocation(Frame());
[all...]
/haiku/src/apps/diskprobe/
H A DProbeWindow.cpp69 update.AddRect("window_frame", Frame());
/haiku/src/servers/notification/
H A DNotificationWindow.cpp303 float leftOffset = Frame().left - bounds.left;
304 float topOffset = Frame().top - bounds.top + 1;
305 float rightOffset = bounds.right - Frame().right;
306 float bottomOffset = bounds.bottom - Frame().bottom;
309 float x = Frame().left;
310 float y = Frame().top;
324 BRect frame = deskbar.Frame();
361 location = BScreen().Frame().RightBottom();
364 location = BScreen().Frame().LeftBottom();
367 location = BScreen().Frame()
[all...]
/haiku/src/tests/kits/interface/
H A DScrollViewSetBorderTest.cpp86 view->Frame().PrintToStream();
89 view2->Frame().PrintToStream();
/haiku/src/tests/kits/interface/layout/widget_layout_test/
H A DTwoDimensionalSliderView.cpp75 SetFrame(Frame().OffsetToCopy(location));
94 fOriginalLocation = Frame().LeftTop();

Completed in 246 milliseconds

1234567891011>>