Searched refs:AddChild (Results 1 - 25 of 483) sorted by last modified time

1234567891011>>

/haiku/src/apps/charactermap/
H A DCharacterView.cpp468 bitmap->AddChild(view);
/haiku/src/preferences/screen/
H A DScreenWindow.cpp216 fScreenBox->AddChild(groupView);
224 groupView->AddChild(fDeviceInfo);
231 groupView->AddChild(fMonitorView);
236 groupView->AddChild(fBrightnessSlider);
276 workspacesBox->AddChild(BLayoutBuilder::Group<>()
307 controlsBox->AddChild(outerControlsView);
/haiku/src/apps/pulse/
H A DNormalPulseView.cpp71 AddChild(fProgressBars[x]);
79 AddChild(fCpuButtons[x]);
/haiku/src/apps/installer/
H A DInstallerWindow.cpp211 fLogoGroup->AddChild(logoView);
212 fLogoGroup->AddChild(fStatusView);
274 packagesGroup->AddChild(fPackagesSwitch);
275 packagesGroup->AddChild(packagesScrollView);
276 packagesGroup->AddChild(fProgressBar);
277 packagesGroup->AddChild(fSizeView);
/haiku/src/apps/diskprobe/
H A DProbeView.cpp427 line->AddChild(stringView);
438 line->AddChild(fPathView);
444 line->AddChild(stringView);
454 line->AddChild(fTypeControl);
463 line->AddChild(fStopButton);
472 line->AddChild(stringView);
482 line->AddChild(fPositionControl);
489 line->AddChild(fSizeView);
494 line->AddChild(stringView);
503 line->AddChild(fOffsetContro
[all...]
/haiku/src/apps/codycam/
H A DVideoConsumer.cpp662 b->AddChild(v);
/haiku/src/apps/aboutsystem/
H A DAboutSystem.cpp404 AddChild(fAboutView);
501 AddChild(target);
1025 AddChild(fDragger, ChildAt(0));
/haiku/src/add-ons/screen_savers/glife/
H A DGLifeConfig.cpp80 AddChild(BGroupLayoutBuilder(B_VERTICAL, B_USE_DEFAULT_SPACING)
/haiku/src/kits/tracker/
H A DFilePanelPriv.cpp689 AddChild(fBackView);
694 fBackView->AddChild(fMenuBar);
723 fBackView->AddChild(fDirMenuField);
737 fBackView->AddChild(default_button);
746 fBackView->AddChild(cancel_button);
759 fBackView->AddChild(fTextControl);
785 fBackView->AddChild(fPoseContainer, fTextControl);
787 fBackView->AddChild(fPoseContainer);
H A DTextWidget.cpp510 view->AddChild(scrollView);
H A DUtilities.cpp435 fBitmap->AddChild(view);
625 dragBitmap->AddChild(view);
H A DPoseView.cpp7697 bitmap->AddChild(view);
/haiku/src/system/kernel/device_manager/
H A Ddevice_manager.cpp134 void AddChild(device_node *node);
1467 device_node::AddChild(device_node* node) function in class:device_node
1509 parent->AddChild(this);
/haiku/src/apps/webpositive/support/
H A DFontSelectionView.cpp93 fPreviewBox->AddChild(BGroupLayoutBuilder(B_VERTICAL, B_USE_HALF_ITEM_SPACING)
/haiku/src/apps/showimage/
H A DShowImageWindow.cpp164 AddChild(fBar);
172 AddChild(contentView);
216 contentView->AddChild(fToolBar);
237 contentView->AddChild(fScrollArea);
/haiku/src/preferences/filetypes/
H A DIconView.cpp468 target->AddChild(view);
927 dragBitmap->AddChild(view);
/haiku/src/apps/terminal/
H A DTermWindow.cpp116 AddChild(termView);
323 AddChild(fTabView);
550 AddChild(fMenuBar);
/haiku/src/tests/kits/interface/
H A DGetMouseTest.cpp36 AddChild(new view(Bounds()));
H A DOutlineListViewTest.cpp282 window->AddChild(view);
/haiku/src/apps/webpositive/
H A DURLInputGroup.cpp656 AddChild(fTextView);
658 AddChild(new BSeparatorView(B_VERTICAL, B_PLAIN_BORDER));
/haiku/src/apps/powerstatus/
H A DPowerStatusView.cpp653 AddChild(dragger);
/haiku/src/apps/deskcalc/
H A DCalcView.cpp774 const_cast<CalcView*>(this)->AddChild(fExpressionTextView);
1137 AddChild(fExpressionTextView);
/haiku/src/apps/deskbar/
H A DSwitcher.cpp1637 AddChild(fTopView);
1643 fTopView->AddChild(fIconView);
1644 fTopView->AddChild(fWindowView);
1890 fOffBitmap->AddChild(fOffView);
/haiku/src/preferences/locale/
H A DFormatSettingsView.cpp179 fDateBox->AddChild(BLayoutBuilder::Grid<>(spacing, spacing / 2)
195 fTimeBox->AddChild(BLayoutBuilder::Grid<>(spacing, spacing / 2)
216 fNumberBox->AddChild(BLayoutBuilder::Grid<>(spacing, spacing / 2)
226 fMonetaryBox->AddChild(BLayoutBuilder::Grid<>(spacing, spacing / 2)
/haiku/src/kits/interface/
H A DScrollView.cpp618 AddChild(target, ChildAt(0));
772 AddChild(fHorizontalScrollBar);
778 AddChild(fVerticalScrollBar);
797 AddChild(fTarget);

Completed in 166 milliseconds

1234567891011>>