Searched refs:box (Results 1 - 25 of 47) sorted by relevance

12

/haiku/src/apps/patchbay/
H A DPatchRow.cpp34 // PatchCheckBox is the check box that describes a connection
113 PatchCheckBox* box = new PatchCheckBox(rect, fProducerID, consumerID); local
114 AddChild(box);
115 box->SetTarget(this);
124 PatchCheckBox* box = dynamic_cast<PatchCheckBox*>(ChildAt(i)); local
125 if (box != NULL && box->ConsumerID() == consumerID) {
126 RemoveChild(box);
127 delete box;
129 box
144 PatchCheckBox* box = dynamic_cast<PatchCheckBox*>(ChildAt(i)); local
156 PatchCheckBox* box = dynamic_cast<PatchCheckBox*>(ChildAt(i)); local
170 PatchCheckBox* box = dynamic_cast<PatchCheckBox*>(ChildAt(i)); local
185 PatchCheckBox* box = dynamic_cast<PatchCheckBox*>(ctrl); local
[all...]
/haiku/src/apps/icon-o-matic/transformable/
H A DTransformBoxStates.cpp86 BRect box = fParent->Box(); local
89 fXOffsetFromCorner = origin.x - box.left;
90 fYOffsetFromCorner = origin.y - box.top;
91 fOldWidth = box.left - box.right;
92 fOldHeight = box.top - box.bottom;
93 origin.x = box.right;
94 origin.y = box.bottom;
97 fXOffsetFromCorner = origin.x - box
308 BRect box = fParent->Box(); local
[all...]
H A DTransformGradientCommand.h25 TransformBox* box, Gradient* gradient,
35 virtual void TransformBoxDeleted(const TransformBox* box);
H A DTransformGradientCommand.cpp18 TransformGradientCommand::TransformGradientCommand(TransformBox* box, argument
23 fTransformBox(box),
56 TransformGradientCommand::TransformBoxDeleted(const TransformBox* box) argument
58 if (fTransformBox == box) {
83 // transformation that needs to be taken into account, the box always
H A DTransformObjectsCommand.h28 TransformBox* box,
47 const TransformBox* box);
H A DPerspectiveCommand.h25 PerspectiveCommand(PerspectiveBox* box,
41 virtual void PerspectiveBoxDeleted(const PerspectiveBox* box);
H A DTransformObjectsCommand.cpp20 TransformBox* box,
38 fTransformBox(box),
80 const TransformBox* box)
82 if (fTransformBox == box) {
19 TransformObjectsCommand( TransformBox* box, Transformable** const objects, const double* originals, int32 count, BPoint pivot, BPoint translation, double rotation, double xScale, double yScale, const char* name) argument
79 TransformBoxDeleted( const TransformBox* box) argument
H A DPerspectiveCommand.cpp24 PerspectiveCommand::PerspectiveCommand(PerspectiveBox* box, argument
27 : fTransformBox(box),
120 PerspectiveCommand::PerspectiveBoxDeleted(const PerspectiveBox* box) argument
122 if (fTransformBox == box) {
H A DTransformShapesBox.cpp112 BRect box(LONG_MAX, LONG_MAX, LONG_MIN, LONG_MIN);
117 box = box | fShapes[i]->Bounds();
125 SetBox(box);
H A DTransformBox.h33 const TransformBox* box) = 0;
39 TransformBox(StateView* view, BRect box);
70 void SetBox(BRect box);
/haiku/src/bin/desklink/
H A DVolumeWindow.cpp38 BBox* box = new BBox("sliderbox"); local
39 box->SetLayout(layout);
40 box->SetBorder(B_PLAIN_BORDER);
41 AddChild(box);
46 box->AddChild(slider);
/haiku/src/apps/icon-o-matic/shape/commands/
H A DTransformPointsCommand.h30 TransformBox* box,
51 const TransformBox* box);
H A DTransformPointsCommand.cpp21 TransformBox* box,
41 fTransformBox(box),
82 const TransformBox* box)
84 if (fTransformBox == box) {
20 TransformPointsCommand( TransformBox* box, VectorPath* path, const int32* indices, const control_point* points, int32 count, BPoint pivot, BPoint translation, double rotation, double xScale, double yScale, const char* name) argument
81 TransformBoxDeleted( const TransformBox* box) argument
/haiku/src/preferences/appearance/
H A DFakeScrollBar.cpp169 BBox* box = dynamic_cast<BBox*>(parent); local
171 if (box && box->LabelView() == this)
172 parent = box->Parent();
175 BBox* box = dynamic_cast<BBox*>(parent); local
178 if (box && box->LabelView())
194 BBox* box = dynamic_cast<BBox*>(child); local
196 if (box && box
[all...]
/haiku/src/tests/kits/interface/
H A DCheckBoxTest.cpp91 BBox *box = new BBox(rect.InsetByCopy(-15, -15), NULL); local
92 AddChild(box);
97 box->AddChild(checkBox);
135 box = new BBox(rect.InsetByCopy(-15, -15), NULL);
136 AddChild(box);
141 box->AddChild(checkBox);
H A DScrollViewTest.cpp54 BBox *box = new BBox(rect, "box", resizingMode); local
55 AddChild(box);
68 box->AddChild(scroller);
/haiku/src/tests/kits/game/file_game_sound_test/
H A DFileSoundWindow.cpp38 //make a cosmetic box
39 BBox *box = new BBox(appBounds); local
50 box -> AddChild(textControl);
55 box -> AddChild(browseButton);
60 box -> AddChild(playButton);
65 box -> AddChild(pauseButton);
71 box -> AddChild(delayControl);
76 box -> AddChild(loopCheck);
81 box -> AddChild(preloadCheck);
82 //add background box t
[all...]
/haiku/src/tests/kits/game/chart/
H A DChartRender.cpp273 clipping_rect box; local
278 /* if the pixel is not in the bounding box of the clipping region,
286 equal to its bounding box, so no further test are needed. */
310 /* Calculate the box the bounding box of the matrix of 32 pixels used
311 to represent the star, called box. */
312 box.left = s->h - 2;
313 box.right = s->h + 3;
314 box.top = s->v - 2;
315 box
[all...]
/haiku/src/tests/add-ons/print/ppd/ui/
H A DPPDConfigView.cpp290 BView* box = GetView(); local
291 BRect bounds(box->Bounds());
342 BView* box = GetView(); local
343 box->ResizeTo(box->Bounds().Width(), builder.GetBounds().top + kBoxBottomMargin);
350 BBox* box = new BBox(GetControlBounds(), text); local
351 box->SetLabel(text);
352 GetView()->AddChild(box);
353 Push(box);
354 box
361 BView* box = GetView(); local
[all...]
/haiku/src/kits/print/
H A DJobSetupPanel.cpp288 BBox *box = new BBox(B_FANCY_BORDER, view); local
289 box->SetLabel(BGroupLayoutBuilder()
292 groupView->AddChild(box);
315 box = new BBox(B_FANCY_BORDER, view);
316 box->SetLabel(BGroupLayoutBuilder()
340 .Add(box)
352 box = new BBox(B_FANCY_BORDER, view);
353 box->SetLabel(BGroupLayoutBuilder()
356 groupView->AddChild(box);
/haiku/src/kits/interface/
H A DRadioButton.cpp205 BBox* box = dynamic_cast<BBox*>(parent); local
207 if (box != NULL && box->LabelView() == this)
208 parent = box->Parent();
211 BBox* box = dynamic_cast<BBox*>(parent); local
214 if (box != NULL && box->LabelView())
230 BBox* box = dynamic_cast<BBox*>(child); local
232 if (box != NULL && box
[all...]
/haiku/src/tests/kits/device/stickit_BJoystick/
H A DStickItWindow.cpp36 BBox* box = new BBox(frame, NULL, B_FOLLOW_ALL_SIDES); local
65 box->AddChild(new BScrollView("fListView1", fListView1,
68 box->AddChild(new BScrollView("fListView2", fListView2,
71 box->AddChild(stringview1);
72 box->AddChild(stringview2);
73 view->AddChild(box);
/haiku/src/preferences/joysticks/
H A DJoyWin.cpp87 BBox *box = new BBox( Bounds(),"box", B_FOLLOW_ALL, local
91 box->SetViewUIColor(B_PANEL_BACKGROUND_COLOR);
94 box->AddChild(new BScrollView("PortScroll", fGamePortL,
97 box->AddChild(new BScrollView("ConScroll", fConControllerL, B_FOLLOW_ALL,
101 box->AddChild(fCheckbox);
102 box->AddChild(fGamePortS);
103 box->AddChild(fConControllerS);
104 box->AddChild(fProbeButton);
105 box
[all...]
/haiku/src/preferences/mail/
H A DAutoConfigView.cpp291 BBox* box = new BBox("inbound"); local
292 box->SetLabel(B_TRANSLATE("Incoming"));
293 AddChild(box);
303 box->AddChild(grid);
351 box->Hide();
354 box = new BBox("outbound");
355 box->SetLabel(B_TRANSLATE("Outgoing"));
356 AddChild(box);
360 box->AddChild(grid);
402 box
[all...]
/haiku/src/add-ons/screen_savers/message/
H A DMessage.cpp256 // Now draw the full message in a nice translucent box, but only
273 BRect box(0, 0, stringWidth + 20, (lineHeight * count) + 20);
274 box.OffsetTo((width - box.Width()) / 2, height - box.Height() - 40);
279 offscreen.FillRoundRect(box, 8, 8);
281 BPoint start = box.LeftTop();

Completed in 166 milliseconds

12