Searched refs:view (Results 301 - 325 of 493) sorted by relevance

<<11121314151617181920

/haiku/src/kits/interface/
H A DViewPort.cpp46 void SetChildView(BView* view) argument
50 if (view != NULL && AddView(0, view) != NULL)
120 // of the view port's frame.
H A DViewLayoutItem.h13 BViewLayoutItem(BView* view);
/haiku/src/preferences/mail/
H A DConfigViews.cpp132 BView* view = fSettingsView; local
138 "config view: %error."));
140 view = new BStringView("error", text.String());
150 .Add(view)
164 // We need to remove the settings view before unloading its add-on
/haiku/src/apps/icon-o-matic/transformable/
H A DTransformBox.h39 TransformBox(StateView* view, BRect box);
62 virtual void AttachedToView(BView* view);
63 virtual void DetachedFromView(BView* view);
H A DPerspectiveBox.cpp34 PerspectiveBox::PerspectiveBox(CanvasView* view, argument
53 fCanvasView(view),
79 // convert to canvas view coordinates
176 // convert from canvas view coordinates
231 PerspectiveBox::AttachedToView(BView* view) argument
233 view->Invalidate(Bounds().InsetByCopy(-INSET, -INSET));
238 PerspectiveBox::DetachedFromView(BView* view) argument
240 view->Invalidate(Bounds().InsetByCopy(-INSET, -INSET));
338 //! where is expected in canvas view coordinates
395 // stroke two lines in high and low color of the view
[all...]
H A DTransformShapesBox.cpp22 TransformShapesBox::TransformShapesBox(CanvasView* view, argument
25 : CanvasTransformBox(view),
H A DTransformPointsBox.cpp22 TransformPointsBox::TransformPointsBox(CanvasView* view, argument
27 : CanvasTransformBox(view),
/haiku/src/apps/bootmanager/
H A DPartitionsPage.cpp118 PartitionsPage::_FillPartitionsView(BView* view) argument
165 BLayoutBuilder::Grid<>((BGridLayout*)view->GetLayout())
171 BLayoutBuilder::Grid<>((BGridLayout*)view->GetLayout())
/haiku/src/kits/print/
H A DJobSetupPanel.cpp277 BView* view = BGroupLayoutBuilder(B_VERTICAL, 5.0) local
288 BBox *box = new BBox(B_FANCY_BORDER, view);
305 view = BGroupLayoutBuilder(B_VERTICAL, 5.0)
315 box = new BBox(B_FANCY_BORDER, view);
347 view = BGroupLayoutBuilder(B_VERTICAL, 5.0)
352 box = new BBox(B_FANCY_BORDER, view);
/haiku/src/tests/servers/app/avoid_focus/
H A DAvoidFocus.cpp46 : BView(rect, "desktop view", B_FOLLOW_ALL, B_WILL_DRAW | B_PULSE_NEEDED)
156 BView *view = new View(Bounds()); local
157 AddChild(view);
/haiku/src/tests/servers/app/lock_focus/
H A DLockFocusTest.cpp166 BView *view = new View(Bounds()); local
167 AddChild(view);
/haiku/src/tests/servers/app/newClipping/
H A DLayer.h46 void SetRootLayer(MyView* view) { fView = view; } argument
/haiku/src/tests/servers/app/window_invalidation/
H A DWindowInvalidation.cpp84 BView* view = new ShowInvalidationView(Bounds()); local
85 AddChild(view);
/haiku/src/add-ons/accelerants/3dfx/
H A D3dfx_overlay.cpp17 const overlay_view* view)
23 if (window == NULL || buffer == NULL || view == NULL)
15 TDFX_DisplayOverlay(const overlay_window* window, const overlay_buffer* buffer, const overlay_view* view) argument
/haiku/headers/private/interface/
H A DViewPrivate.h61 Private(BView* view) argument
63 fView(view)
/haiku/src/kits/translation/
H A DTranslationUtils.cpp319 \param intoView the view where the test will be inserted
461 \param fromView, the view with the styled text in it
599 \brief Writes the styled text data from \a view to the specified \a file.
610 \param view the view with the styled text
619 BTranslationUtils::WriteStyledEditFile(BTextView* view, BFile* file, const char *encoding) argument
621 if (view == NULL || file == NULL)
624 int32 textLength = view->TextLength();
628 const char *text = view->Text();
659 const char* outText = view
742 WriteStyledEditFile(BTextView* view, BFile* file) argument
[all...]
/haiku/headers/os/interface/
H A DLayoutBuilder.h67 inline Group(BView* view,
71 inline Group(BGroupView* view);
78 inline ThisBuilder& Add(BView* view);
79 inline ThisBuilder& Add(BView* view, float weight);
148 inline Grid(BView* view,
152 inline Grid(BGridView* view);
159 inline ThisBuilder& Add(BView* view, int32 column, int32 row,
254 inline Split(BSplitView* view);
260 inline ThisBuilder& Add(BView* view);
261 inline ThisBuilder& Add(BView* view, floa
465 Group(BView* view, orientation orientation, float spacing) argument
487 Group(BGroupView* view) argument
530 Add(BView* view) argument
539 Add(BView* view, float weight) argument
804 Grid(BView* view, float horizontalSpacing, float verticalSpacing) argument
825 Grid(BGridView* view) argument
868 Add(BView* view, int32 column, int32 row, int32 columnCount, int32 rowCount) argument
1177 Split(BSplitView* view) argument
1212 Add(BView* view) argument
1221 Add(BView* view, float weight) argument
1444 Cards(BView* view) argument
1462 Cards(BCardView* view) argument
1505 Add(BView* view) argument
[all...]
/haiku/src/apps/charactermap/
H A DCharacterView.cpp125 // don't scroll if the selected block is already in view.
127 // boundary in the character view.
467 BView* view = new BView(frame, "drag", 0, 0); local
468 bitmap->AddChild(view);
470 view->SetLowColor(B_TRANSPARENT_COLOR);
471 view->FillRect(frame, B_SOLID_LOW);
477 view->SetDrawingMode(B_OP_ALPHA);
478 view->SetBlendingMode(B_PIXEL_ALPHA, B_ALPHA_COMPOSITE);
479 view->SetFont(&fCharacterFont);
480 view
[all...]
/haiku/src/apps/activitymonitor/
H A DActivityView.cpp98 /*! Stores the interpolated on screen view values. This is done so that the
234 // ignore this - it seems the view hasn't been layouted yet
957 BView* view = new BView(frame, NULL, B_FOLLOW_NONE, B_SUBPIXEL_PRECISE); local
958 view->SetViewColor(fHistoryBackgroundColor);
959 view->SetLowColor(view->ViewColor());
960 fOffscreen->AddChild(view);
1030 message->AddPointer("view", this);
1331 BView* view = this; local
1334 view
[all...]
/haiku/src/kits/tracker/
H A DFindPanel.cpp911 // pick the last text control in the attribute view
1333 BView* view = item->View(); local
1334 if (view == NULL)
1337 view = view->FindView(name);
1338 if (view != NULL)
1339 return view;
2158 BView* view;
2166 view = item->View();
2167 if (view
2480 BView* view = FindView(focusedView.String()); local
2557 BView* view = FindView("add button"); local
[all...]
/haiku/headers/os/bluetooth/
H A DDeviceClass.h83 void Draw(BView* view, const BPoint& point);
/haiku/src/apps/cortex/RouteApp/
H A DStatusView.h35 // a small view to display a short message string with
107 BView *view,
132 // status view
/haiku/src/apps/debuganalyzer/gui/chart/
H A DLineChartRenderer.h37 virtual void Render(BView* view, BRect updateRect);
/haiku/src/apps/icon-o-matic/generic/gui/stateview/
H A DMultipleManipulatorState.h20 MultipleManipulatorState(StateView* view);
H A DViewState.h29 ViewState(StateView* view);

Completed in 281 milliseconds

<<11121314151617181920