Searched refs:view (Results 201 - 225 of 492) sorted by relevance

1234567891011>>

/haiku/src/tests/servers/app/draw_after_children/
H A DDrawAfterChildren.cpp13 view flags don't include B_DRAW_ON_CHILDREN.
15 * If the view flags include B_DRAW_ON_CHILDREN, then any drawing commands
18 * The background of a view with the B_DRAW_ON_CHILDREN flag set will not
20 in the parent view are "exposed". If the expose events have other reasons,
24 after the Draw() hook of the parent view with B_DRAW_ON_CHILDREN has been
28 * It looks like the background painting inside app_server of a view with
42 * The local view clipping region inside the app_server simply ignores
156 TestView* view = new TestView(frame); local
157 window->AddChild(view);
163 view
[all...]
/haiku/headers/private/screen_saver/
H A DScreenSaverRunner.h25 BView* view,
/haiku/src/apps/icon-o-matic/transformable/
H A DTransformShapesBox.h25 TransformShapesBox(CanvasView* view,
H A DTransformPointsBox.h30 CanvasView* view,
/haiku/src/servers/syslog_daemon/
H A DSyslogDaemon.cpp76 BTextView* view = alert->TextView(); local
79 view->SetStylable(true);
81 view->GetFont(&font);
84 view->SetFontAndColor(0, name.Length(), &font);
/haiku/src/add-ons/screen_savers/icons/
H A DIconsSaver.cpp77 IconsSaver::StartSaver(BView* view, bool /*preview*/) argument
84 BRect screenRect(0, 0, view->Frame().Width(), view->Frame().Height());
89 fBackView = new BView(screenRect, "back view", 0, 0);
133 IconsSaver::Draw(BView* view, int32 frame) argument
150 // sync the view with the back buffer
151 view->DrawBitmap(fBackBitmap);
161 uint16 maxX = view->Frame().IntegerWidth() - size;
162 uint16 maxY = view->Frame().IntegerHeight() - size;
183 IconsSaver::StartConfig(BView* view) argument
[all...]
/haiku/src/apps/aboutsystem/
H A DHyperTextView.cpp30 HyperTextAction::MouseOver(HyperTextView* view, BPoint where, int32 startOffset, argument
34 view->SetViewCursor(&linkCursor);
37 view->GetFont(&font);
39 view->SetFontAndColor(startOffset, endOffset, &font, B_FONT_FACE);
44 HyperTextAction::MouseAway(HyperTextView* view, BPoint where, int32 startOffset, argument
48 view->SetViewCursor(&linkCursor);
51 view->GetFont(&font);
53 view->SetFontAndColor(startOffset, endOffset, &font, B_FONT_FACE);
58 HyperTextAction::Clicked(HyperTextView* view, BPoint where, BMessage* message) argument
/haiku/src/apps/deskbar/
H A DStatusView.cpp134 // don't change the name of this view to anything other than "Status"!
166 // Create the time view
270 // this view has a fixed minimum width
323 // from context menu in clock and in this view
458 // Check from the point of view of fTime because we need to ignore
468 // Check from the point of view of fTime ignoring parent's state.
666 // get the view loading function symbol
672 BView* view = NULL; local
679 view = (*entryFunction)(image, &ref, fMaxReplicantWidth,
683 view
847 BView* view = ViewAt(&index, &temp, id, false); local
868 BView* view = ViewAt(&index, id, name); local
902 BView* view = ViewAt(&index, &id, target, byIndex); local
918 BView* view = ViewAt(&index, &id, name); local
992 BView* view; local
1024 BView* view = ViewAt(&index, &id, target, byIndex); local
1044 BView* view = ViewAt(&index, &id, name); local
1088 BView* view; local
1125 BView* view; local
1222 BView* view = NULL; local
1248 BView* view = NULL; local
1274 BView* view = ViewAt(&index, &id, target, byIndex); local
1288 BView* view = ViewAt(&index, &id, name); local
1311 BView* view = NULL; local
[all...]
/haiku/src/apps/cortex/TipManager/
H A DTipManagerImpl.cpp59 bool operator()(const _ViewEntry* view) const {
60 return view->target() == pView;
80 // add the given entry for the designated view
81 // (which may be the target view or a child.)
82 // returns B_OK on success, B_ERROR if the given view is
87 // walk up the view's parent tree, building a child-
88 // hierarchy list and looking for my target view.
111 // look for this view in children of the current entry
131 return B_ERROR; // +++++ error: full-view tip leaves no room
157 // walk up the view'
383 add( BView* view, const tip_entry& entry) argument
414 remove( BView* view, const BRect& rect) argument
630 setTip( const BRect& rect, const char* text, BView* view, TipManager::offset_mode_t offsetMode, BPoint offset, uint32 flags) argument
666 removeTip( const BRect& rect, BView* view) argument
[all...]
/haiku/src/preferences/backgrounds/
H A DBackgroundImage.cpp78 BackgroundsView* view)
80 BackgroundImage* result = new BackgroundImage(node, isDesktop, view);
126 imageIndex = view->AddImage(bpath);
197 BackgroundsView* view)
202 fBackgroundsView(view),
247 BackgroundImage::Show(BView* view, int32 workspace) argument
249 fView = view;
263 BackgroundImage::Show(BackgroundImageInfo* info, BView* view) argument
271 BRect viewBounds(view->Bounds());
337 view
77 GetBackgroundImage(const BNode* node, bool isDesktop, BackgroundsView* view) argument
196 BackgroundImage(const BNode* node, bool desktop, BackgroundsView* view) argument
420 WorkspaceActivated(BView* view, int32 workspace, bool state) argument
[all...]
/haiku/src/tests/servers/app/look_and_feel/
H A DLookAndFeel.cpp58 BView *view = new BView(rect, NULL, B_FOLLOW_ALL, B_WILL_DRAW); local
59 view->SetViewUIColor(B_PANEL_BACKGROUND_COLOR);
60 AddChild(view);
65 float labelWidth = view->StringWidth("Flags:") + 5.f;
88 view->AddChild(menuField);
117 view->AddChild(menuField);
146 view->AddChild(fFlagsField);
158 view->AddChild(button);
168 view->AddChild(button);
175 view
[all...]
/haiku/src/tests/kits/interface/flatten_picture/
H A DPictureTest.cpp68 BView *view = new BView(frame, "offscreen", B_FOLLOW_ALL, B_WILL_DRAW);
69 AutoDelete<BView> _view(view);
70 if (view == NULL)
74 bitmap->AddChild(view);
238 BView *view = bitmap.View(); local
241 view->BeginPicture(picture);
242 func(view, frame);
243 picture = view->EndPicture();
254 BView *view = bitmap.View(); local
255 view
[all...]
/haiku/src/preferences/keymap/
H A DKeyboardLayoutView.cpp468 BView* view = new BView(rect, "drag", B_FOLLOW_NONE, 0); local
469 bitmap->AddChild(view);
471 view->SetHighColor(0, 0, 0, 0);
472 view->FillRect(view->Bounds());
473 view->SetDrawingMode(B_OP_ALPHA);
474 view->SetHighColor(0, 0, 0, 128);
476 view->SetBlendingMode(B_CONSTANT_ALPHA, B_ALPHA_COMPOSITE);
477 _DrawKey(view, frame, key, frame, false);
479 view
696 _DrawKeyButton(BView* view, BRect& rect, BRect updateRect, rgb_color base, rgb_color background, bool pressed) argument
709 _DrawKey(BView* view, BRect updateRect, const Key* key, BRect rect, bool pressed) argument
827 _DrawIndicator(BView* view, BRect updateRect, const Indicator* indicator, BRect rect, bool lit) argument
988 _GetAbbreviatedKeyLabelIfNeeded(BView* view, BRect rect, const Key* key, char* text, size_t textSize) argument
1241 _SetFontSize(BView* view, key_kind keyKind) argument
[all...]
/haiku/headers/libs/alm/
H A DALMGroup.h30 ALMGroup(BView* view);
48 void _Init(BLayoutItem* item, BView* view,
/haiku/headers/os/add-ons/screen_saver/
H A DScreenSaver.h24 virtual status_t StartSaver(BView* view, bool preview);
27 virtual void Draw(BView* view, int32 frame);
/haiku/src/apps/bootmanager/
H A DWizardController.cpp46 WizardController::Initialize(WizardView* view) argument
50 _ShowPage(view);
/haiku/src/apps/icon-o-matic/generic/gui/popup_control/
H A DPopupWindow.cpp44 if (BView* view = dynamic_cast<BView*>(*target)) {
47 if (!fWindow->Frame().Contains(view->ConvertToScreen(point)))
/haiku/src/apps/icon-o-matic/generic/gui/stateview/
H A DManipulator.cpp126 Manipulator::AttachedToView(BView* view) argument
132 Manipulator::DetachedFromView(BView* view) argument
H A DManipulator.h51 // occupying in the "parent" view
53 // the area within "view" in which the
57 virtual void AttachedToView(BView* view);
58 virtual void DetachedFromView(BView* view);
/haiku/src/kits/screensaver/
H A DScreenSaver.cpp33 BScreenSaver::StartSaver(BView *view, bool preview) argument
49 BScreenSaver::Draw(BView *view, int32 frame) argument
/haiku/src/tests/kits/interface/
H A DPulseTest.cpp54 BView *view = new PulseView(window->Bounds(), "pulse view", B_FOLLOW_ALL, B_PULSE_NEEDED|B_WILL_DRAW); local
56 window->AddChild(view);
H A DTruncateString.cpp58 TruncateView *view = new TruncateView(frame.OffsetToSelf(0, 0)); local
59 window->AddChild(view);
/haiku/src/tests/kits/interface/layout/widget_layout_test/
H A DWrapperView.cpp12 WrapperView::WrapperView(BView* view) argument
14 fView(view),
/haiku/src/tests/kits/interface/menu/menuworld/
H A DViewLayoutFactory.h34 // simple view layout problems. Primarily, it creates
39 // the view's rectangle
44 // * Resizing of a view to surround all of its children,
71 void MoveViewCorner(BView& view, BPoint pos,
77 void ResizeAroundChildren(BView& view, BPoint margin);
/haiku/src/tests/servers/app/desktop_window/
H A DDesktopWindow.cpp29 : BView(rect, "desktop view", B_FOLLOW_ALL, B_WILL_DRAW)
67 BView *view = new View(Bounds()); local
68 AddChild(view);

Completed in 188 milliseconds

1234567891011>>