Searched refs:view (Results 326 - 350 of 493) sorted by relevance

<<11121314151617181920

/haiku/src/preferences/joysticks/
H A DJoyWin.h54 int32 _FindStringItemInList(BListView *view,
/haiku/src/tests/kits/interface/flatten_picture/
H A DPictureTest.h15 typedef void (draw_func)(BView *view, BRect frame);
/haiku/src/apps/terminal/
H A DTermParse.h37 status_t StartThreads(TerminalBuffer *view);
H A DSmartTabView.cpp48 // Resize the container view to fill the complete tab view for single-tab
50 // view again.
133 BView *view = ViewForTab(index); local
134 if (view != NULL) {
135 view->MoveTo(fInsets.LeftTop());
136 view->ResizeTo(ContainerView()->Bounds().Width()
156 // we're resizing the contained view
160 // Need to resize the view, since we're switching from "normal"
199 // Hide the tab bar again by resizing the container view
[all...]
/haiku/src/add-ons/screen_savers/flurry/
H A DFlurry.h54 virtual status_t StartSaver(BView* view, bool preview);
/haiku/src/bin/screen_blanker/
H A DScreenBlanker.cpp76 BView* view = fWindow->ChildAt(0); local
77 fSaverRunner = new ScreenSaverRunner(fWindow, view, fSettings);
81 if (saver != NULL && saver->StartSaver(view, false) == B_OK)
85 view->SetViewColor(0, 0, 0);
/haiku/src/add-ons/translators/rtf/
H A DRTFTranslator.cpp261 BView *view = new ConfigView(BRect(0, 0, 225, 175));
262 if (view == NULL)
265 *_view = view;
266 *_extent = view->Bounds();
/haiku/headers/private/shared/
H A DToolBar.h36 void AddView(BView* view);
/haiku/src/preferences/mail/
H A DConfigWindow.cpp216 BView* view = new BView("accounts", 0); local
217 tabView->AddTab(view);
237 BLayoutBuilder::Group<>(view, B_HORIZONTAL)
253 view = new BView("general", 0);
254 view->SetExplicitMaxSize(BSize(B_SIZE_UNLIMITED, B_SIZE_UNLIMITED));
255 tabView->AddTab(view);
294 BLayoutBuilder::Group<>(view, B_VERTICAL)
835 BView* view = NULL; local
838 view = new AccountConfigView(account);
842 view
861 _ReplaceConfigView(BView* view) argument
[all...]
H A DAutoConfigView.cpp88 // Resize the view to fit the contents properly
502 BView *view = new BStringView("", "Not here!");//CreateConfigView(protocol, dummySettings.InboundSettings(), local
505 authField = (BMenuField*)view->FindView("auth_method");
506 sslField = (BMenuField*)view->FindView("flavor");
508 view->RemoveChild(authField);
509 view->RemoveChild(sslField);
510 delete view;
/haiku/src/apps/mediaplayer/
H A DInfoWin.h56 void _SetVisible(BView* view, bool visible);
/haiku/src/apps/pulse/
H A DPulseApp.cpp234 BTextView* view = alert->TextView(); local
237 view->SetStylable(true);
238 view->GetFont(&font);
242 view->SetFontAndColor(0, name.Length(), &font);
/haiku/src/apps/cortex/addons/LoggingConsumer/
H A DNodeHarnessWin.cpp171 BView* view = BMediaTheme::ViewFor(web); local
175 win->AddChild(view);
176 win->ResizeTo(view->Bounds().Width(), view->Bounds().Height());
/haiku/src/tests/kits/interface/pictureprint/
H A DPreview.cpp61 void PreviewPage::Draw(BView* view) { argument
64 view->DrawPicture(&fPictures[i], fPoints[i]);
65 view->SetHighColor(255, 0, 0);
66 view->StrokeRect(fRects[i]);
235 // add preview view
H A DPreview.h47 void Draw(BView* view);
/haiku/src/apps/webpositive/tabview/
H A DTabManager.h55 void AddTab(BView* view, const char* label,
/haiku/src/apps/mail/
H A DEnclosures.h76 TListView(TEnclosuresView* view);
/haiku/src/preferences/locale/
H A DLanguageListView.cpp363 BView* view = new BView(dragBitmap->Bounds(), "helper", B_FOLLOW_NONE, local
365 dragBitmap->AddChild(view);
377 item->DrawItem(view, itemBounds);
381 view->SetHighColor(0, 0, 0, 255);
382 view->StrokeRect(view->Bounds());
383 view->Sync();
454 // empty view, show indicator at top
/haiku/src/add-ons/translators/shared/
H A DBaseTranslator.cpp653 // outView, the view to configure the
656 // outExtent, the bounds of the view are
672 BView *view = NewConfigView(AcquireSettings());
675 if (view) {
676 *outView = view;
677 if ((view->Flags() & B_SUPPORTS_LAYOUT) != 0)
678 view->ResizeTo(view->PreferredSize());
680 *outExtent = view->Bounds();
/haiku/src/apps/people/
H A DPictureView.cpp404 BView view(rect, NULL, B_FOLLOW_NONE, B_WILL_DRAW);
413 bitmap->AddChild(&view);
415 view.SetHighColor(0, 0, 0, 0);
416 view.FillRect(rect);
417 view.SetDrawingMode(B_OP_ALPHA);
418 view.SetBlendingMode(B_CONSTANT_ALPHA, B_ALPHA_COMPOSITE);
419 view.SetHighColor(0, 0, 0, alpha);
421 view.DrawBitmap(fPicture, fPicture->Bounds().OffsetToCopy(B_ORIGIN),
423 view.Sync();
424 bitmap->RemoveChild(&view);
[all...]
/haiku/src/tests/kits/interface/layout/widget_layout_test/
H A DView.cpp202 fprintf(stderr, "View::AddChild(): view %p already has a parent "
203 "or is the container view\n", child);
278 View* view = const_cast<View*>(this);
280 // Iterate deeper down the hierarchy, until we reach a view that
283 View* child = view->ChildAt(point);
287 return view;
290 view = child;
291 point -= view->Frame().LeftTop();
461 // draw this view
/haiku/src/servers/app/
H A DWindow.cpp59 // the client draws the view, we have less flickering
435 Window::ScrollViewBy(View* view, int32 dx, int32 dy) argument
440 if (!view || view == fTopView.Get() || (dx == 0 && dy == 0))
447 view->ScrollBy(dx, dy, dirty);
452 if (!IsOffscreenWindow() && IsVisible() && view->IsVisible()) {
563 // the top view is special, it has a coordinate system
565 // the coordinate conversion through the view tree works
566 // as expected, since the top view has no "parent" but has
569 // make sure the location of the top view o
697 GetEffectiveDrawingRegion(View* view, BRegion& region) argument
850 InvalidateView(View* view, BRegion& viewRegion) argument
990 View* view = ViewAt(where); local
[all...]
/haiku/src/apps/webpositive/
H A DSettingsWindow.cpp397 BView* view = BGroupLayoutBuilder(B_VERTICAL, 0) local
439 view->SetName(B_TRANSLATE("General"));
440 return view;
467 BView* view = BGridLayoutBuilder(spacing / 2, spacing / 2) local
489 view->SetName(B_TRANSLATE("Fonts"));
490 return view;
540 BView* view = BGridLayoutBuilder(spacing / 2, spacing / 2) local
557 view->SetName(B_TRANSLATE("Proxy server"));
558 return view;
563 SettingsWindow::_SetupFontSelectionView(FontSelectionView* view, argument
[all...]
/haiku/src/apps/cortex/MediaRoutingView/
H A DMediaJack.cpp182 tips->hideTip(view()->ConvertToScreen(Frame()));
191 view()->DrawBitmap(m_bitmap, Frame().LeftTop());
199 switch (dynamic_cast<MediaRoutingView *>(view())->getLayout())
284 tips->showTip(tipText.String(),view()->ConvertToScreen(Frame()),
290 if (!view()->isWireTracking())
314 if (!view()->isWireTracking())
328 view()->Invalidate(Frame());
335 view()->Invalidate(Frame());
342 view()->Invalidate(Frame());
349 view()
[all...]
/haiku/src/libs/alm/
H A DALMLayout.cpp678 BALMLayout::LeftOf(const BView* view) const
680 Area* area = AreaFor(view);
698 BALMLayout::RightOf(const BView* view) const
700 Area* area = AreaFor(view);
718 BALMLayout::TopOf(const BView* view) const
720 Area* area = AreaFor(view);
738 BALMLayout::BottomOf(const BView* view) const
740 Area* area = AreaFor(view);
782 BALMLayout::AddView(BView* view, XTab* left, YTab* top, XTab* right, argument
785 BLayoutItem* item = _LayoutItemToAdd(view);
805 AddView(BView* view, Row* row, Column* column) argument
1462 _LayoutItemToAdd(BView* view) argument
[all...]

Completed in 200 milliseconds

<<11121314151617181920