Searched refs:view (Results 226 - 250 of 492) sorted by relevance

1234567891011>>

/haiku/src/tests/servers/app/draw_string_offsets/
H A Dmain.cpp62 BView* view = new TestView(window->Bounds(), "test", B_FOLLOW_ALL, local
64 window->AddChild(view);
/haiku/src/tests/servers/app/scrollbar/
H A Dmain.cpp11 : BView(frame, "target view", B_FOLLOW_ALL,
69 View* view = new View(frame); local
71 BScrollView* scrollView = new BScrollView("scroll view", view,
/haiku/src/tests/servers/app/view_state/
H A DViewState.cpp45 BView(rect, "view state", B_FOLLOW_ALL, B_WILL_DRAW)
102 BView* view = new View(BRect(10, 10, 290, 290)); local
103 AddChild(view);
/haiku/src/tests/servers/app/workspace_activated/
H A DWorkspaceActivated.cpp80 BView *view = new View(BRect(10, 10, 290, 290)); local
81 AddChild(view);
/haiku/src/kits/tracker/
H A DTrackerSettingsWindow.cpp51 SettingsItem(const char* label, SettingsView* view);
299 BView* view = selectedItem->View(); local
301 view->SetViewUIColor(fSettingsContainerBox->ViewUIColor(&tint), tint);
302 view->Hide();
303 fSettingsContainerBox->AddChild(view);
305 view->Show();
313 SettingsItem::SettingsItem(const char* label, SettingsView* view) argument
316 fSettingsView(view)
H A DStatusWindow.cpp113 // parent view instead.
116 BView* view = dynamic_cast<BView*>(*target); local
117 if (view != NULL)
118 view = view->Parent();
120 if (view != NULL)
121 *target = view;
213 BView* view = new StatusBackgroundView(Bounds()); local
214 AddChild(view);
243 BStatusView* view local
285 BStatusView* view = fViewList.ItemAt(index); local
303 BStatusView* view = fViewList.ItemAt(index); local
321 BStatusView* view = fViewList.ItemAt(index); local
370 BStatusView* view = NULL; local
[all...]
/haiku/src/tests/kits/interface/layout/widget_layout_test/
H A DWidgetLayoutTest.cpp85 // container view for the tested BView
87 View* view = new View(rect); local
88 fViewContainer->View::AddChild(view);
89 view->SetViewColor((rgb_color){200, 200, 240, 255});
96 // wrapper view
99 view->AddChild(fWrapperView);
102 // slider view
106 view->AddChild(fSliderView);
219 // width view
229 // height view
245 _UpdateSizeView(StringView* view, float size) argument
[all...]
/haiku/src/add-ons/mail_daemon/inbound_filters/match_header/
H A DConfigView.cpp48 void _SetVisible(BView* view, bool visible);
222 RuleFilterConfig::_SetVisible(BView* view, bool visible) argument
224 while (visible && view->IsHidden(view))
225 view->Show();
226 while (!visible && !view->IsHidden(view))
227 view->Hide();
/haiku/src/tests/kits/interface/bbitmap/
H A DDrawBitmapTest.cpp19 : BView(bitmap->Bounds(), "test view", B_FOLLOW_LEFT_TOP, B_WILL_DRAW)
85 BView* view = new BitmapView(bitmap); local
86 window->AddChild(view);
/haiku/src/apps/installer/
H A DPackageViews.cpp224 BView* view; local
225 while ((view = ChildAt(0))) {
226 if (dynamic_cast<GroupView*>(view)
227 || dynamic_cast<PackageCheckBox*>(view)) {
228 RemoveChild(view);
229 delete view;
252 GroupView *view = new GroupView(group); local
253 AddChild(view);
/haiku/src/tests/servers/app/cursor_test/
H A DCursorBitmapTest.cpp39 : BView(rect, "desktop view", B_FOLLOW_ALL, B_WILL_DRAW)
72 BView *view = new View(Bounds().InsetByCopy(30, 30)); local
73 AddChild(view);
/haiku/headers/private/print/
H A DBeUtils.h95 // convert bitmap to picture; view must be attached to a window!
97 BPicture *BitmapToPicture(BView* view, BBitmap *bitmap);
98 BPicture *BitmapToGrayedPicture(BView* view, BBitmap *bitmap);
/haiku/src/apps/haikudepot/ui/
H A DPackageContentsView.cpp205 fContentListView = new BOutlineListView("content list view",
209 "contents scroll view", fContentListView);
306 PackageContentsView* view = reinterpret_cast<PackageContentsView*>(arg); local
308 while (acquire_sem(view->fContentPopulatorSem) == B_OK) {
311 BAutolock lock(&view->fPackageLock);
312 package = view->fPackage;
316 if (!view->_PopulatePackageContents(*package.Get())) {
317 if (view->LockLooperWithTimeout(1000000) == B_OK) {
318 view->fContentListView->AddItem(
321 view
[all...]
/haiku/src/tests/libs/alm/
H A DFriendLayout.cpp101 BView* view = GetLayout()->View(); local
103 status_t err = view->Archive(&archive, true);
138 BView* view = new BView(NULL, 0, layout); local
139 view->SetViewUIColor(B_PANEL_BACKGROUND_COLOR);
140 return view;
/haiku/src/preferences/keymap/
H A DKeyboardLayoutView.h66 void _DrawKeyButton(BView* view, BRect& rect,
69 void _DrawKey(BView* view, BRect updateRect,
71 void _DrawIndicator(BView* view, BRect updateRect,
82 void _GetAbbreviatedKeyLabelIfNeeded(BView* view,
98 void _SetFontSize(BView* view, key_kind keyKind);
/haiku/src/add-ons/screen_savers/nebula/
H A DNebula.cpp659 virtual void StartConfig(BView* view);
662 virtual status_t StartSaver(BView* view, bool preview);
664 virtual void Draw(BView* view, int32 frame);
695 Nebula::StartConfig(BView* view) argument
697 view->AddChild(new SettingsView(view->Bounds()));
716 Nebula::StartSaver(BView* view, bool preview) argument
761 gWidth = view->Bounds().Width();
765 fFactor = (view->Bounds().Width()+1) / gWidth;
770 gHeight = (int32)((view
807 Draw(BView* view, int32) argument
[all...]
/haiku/src/kits/tracker/infowindow/
H A DHeaderView.cpp88 // when the editing text view is displayed, the position of the text
239 // Remove view
416 BView* view = new BView(dragBitmap->Bounds(), "", local
418 dragBitmap->AddChild(view);
419 view->SetOrigin(0, 0);
420 BRect clipRect(view->Bounds());
423 view->ConstrainClippingRegion(&newClip);
426 view->SetHighColor(0, 0, 0, 0);
427 view->FillRect(view
[all...]
/haiku/src/apps/debuganalyzer/gui/
H A DHeaderView.h26 virtual float HeaderHeight(BView* view, const Header* header)
28 virtual float PreferredHeaderWidth(BView* view,
30 virtual void DrawHeader(BView* view, BRect frame,
33 virtual void DrawHeaderBackground(BView* view, BRect frame,
43 virtual float HeaderHeight(BView* view, const Header* header);
44 virtual float PreferredHeaderWidth(BView* view,
46 virtual void DrawHeader(BView* view, BRect frame,
/haiku/src/tests/kits/interface/menu/menuworld/
H A DViewLayoutFactory.cpp92 void ViewLayoutFactory::MoveViewCorner(BView& view, BPoint pos, corner posRef) argument
94 BRect frame = view.Frame();
114 view.MoveTo(topLeft);
244 void ViewLayoutFactory::ResizeAroundChildren(BView& view, BPoint margin) argument
247 int32 numChild = view.CountChildren();
250 BView* childView = view.ChildAt(i);
260 view.ResizeTo(fMax_x, fMax_y);
/haiku/src/tests/servers/app/copy_bits/
H A Dmain.cpp238 BView* view = new TestView(window->Bounds(), "test", B_FOLLOW_ALL, local
241 window->AddChild(view);
243 b.OffsetTo(5.0, view->Bounds().bottom - (b.Height() + 15.0));
245 view->AddChild(control);
246 control->SetTarget(view);
252 view->AddChild(child);
257 view->AddChild(child);
/haiku/src/add-ons/accelerants/via/
H A DOverlay.c373 oc->view.h_alignment = 0;
374 oc->view.v_alignment = 0;
380 oc->view.width_alignment = 7;
384 oc->view.width_alignment = 7;
388 oc->view.height_alignment = 0;
389 oc->view.width.min = 1;
390 oc->view.height.min = 2; /* two fields */
391 oc->view.width.max = ob->width;
392 oc->view.height.max = ob->height;
/haiku/src/add-ons/accelerants/neomagic/
H A DOverlay.c374 oc->view.h_alignment = 0;
375 oc->view.v_alignment = 0;
383 oc->view.width_alignment = 7;
387 oc->view.width_alignment = 31;
391 oc->view.height_alignment = 0;
392 oc->view.width.min = 1;
393 oc->view.height.min = 2; /* two fields */
394 oc->view.width.max = ob->width;
395 oc->view.height.max = ob->height;
/haiku/src/kits/interface/
H A DLayout.cpp49 inline void operator()(BView* view) { argument
50 if (view)
51 BView::Private(view).RemoveSelf();
91 // in case we have a view, but have been added to a layout as a BLayoutItem
92 // we will get deleted before our view, so we should tell it that we're
165 // view
166 BView* view = item->View();
168 // In case of errors, we don't want to leave this view added where it
170 if (view && view
244 BView* view = item->View(); local
[all...]
/haiku/src/apps/haikudepot/ui_generic/
H A Dsupport.cpp95 set_small_font(BView* view) argument
98 view->GetFont(&font);
100 view->SetFont(&font);
/haiku/src/add-ons/mail_daemon/inbound_filters/notifier/
H A DNotifierConfigView.cpp152 NotifierConfigView* view = new NotifierConfigView(); local
153 view->SetTo(&settings);
154 return view;

Completed in 123 milliseconds

1234567891011>>