Searched refs:AddChild (Results 426 - 450 of 483) sorted by relevance

<<11121314151617181920

/haiku/src/apps/people/
H A DPictureView.cpp413 bitmap->AddChild(&view);
/haiku/src/preferences/locale/
H A DLocaleWindow.cpp248 formattingTab->AddChild(BLayoutBuilder::Group<>(B_HORIZONTAL, spacing)
/haiku/src/add-ons/kernel/file_systems/packagefs/package/
H A DPackage.cpp180 parentDir->AddChild(node);
/haiku/src/add-ons/screen_savers/nebula/
H A DNebula.cpp697 view->AddChild(new SettingsView(view->Bounds()));
/haiku/src/kits/package/hpkg/
H A DWriterImplBase.cpp203 WriterImplBase::PackageAttribute::AddChild(PackageAttribute* child) function in class:BPackageKit::BHPKG::BPrivate::WriterImplBase::PackageAttribute
/haiku/src/servers/app/drawing/interface/virtual/
H A DViewHWInterface.cpp326 AddChild(fView);
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DVariablesView.cpp513 bool AddChild(ModelNode* child) function in class:VariablesView::ModelNode
1638 container->AddChild(_child);
1710 if (!parent->AddChild(node))
2559 AddChild(fVariableTable->ToView());
/haiku/src/apps/networkstatus/
H A DNetworkStatusView.cpp95 AddChild(dragger);
/haiku/src/preferences/network/
H A DNetworkWindow.cpp533 fAddOnShellView->AddChild(nextView);
/haiku/src/apps/deskbar/
H A DBarWindow.cpp105 AddChild(fBarView);
H A DSwitcher.cpp1637 AddChild(fTopView);
1643 fTopView->AddChild(fIconView);
1644 fTopView->AddChild(fWindowView);
1890 fOffBitmap->AddChild(fOffView);
/haiku/src/apps/soundrecorder/
H A DTrackSlider.cpp80 fBitmap->AddChild(fBitmapView);
/haiku/src/apps/icon-o-matic/generic/property/view/
H A DPropertyListView.cpp598 // AddChild(item);
685 AddChild(item);
/haiku/src/kits/tracker/
H A DSettingsViews.cpp818 box->AddChild(BLayoutBuilder::Group<>(B_HORIZONTAL)
H A DDeskWindow.cpp434 AddChild(fPoseView);
H A DTextWidget.cpp509 view->AddChild(scrollView);
H A DUtilities.cpp435 fBitmap->AddChild(view);
625 dragBitmap->AddChild(view);
/haiku/src/apps/codycam/
H A DVideoConsumer.cpp662 b->AddChild(v);
/haiku/src/apps/charactermap/
H A DCharacterView.cpp468 bitmap->AddChild(view);
/haiku/src/add-ons/kernel/network/ppp/shared/libkernelppp/
H A DKPPPInterface.cpp189 fParent->AddChild(this);
1178 KPPPInterface::AddChild(KPPPInterface *child) function in class:KPPPInterface
1180 TRACE("KPPPInterface: AddChild(%lX)\n", child ? child->ID() : 0);
/haiku/src/apps/sudoku/
H A DSudokuView.cpp59 AddChild(dragger);
383 bitmap->AddChild(view);
/haiku/src/system/kernel/disk_device_manager/
H A DKPartition.cpp864 KPartition::AddChild(KPartition* partition, int32 index) function in class:KPartition
922 status_t error = AddChild(child, index);
/haiku/src/kits/interface/
H A DTabView.cpp162 owner->AddChild(fView);
1420 AddChild(fContainerView);
/haiku/src/apps/deskcalc/
H A DCalcView.cpp774 const_cast<CalcView*>(this)->AddChild(fExpressionTextView);
1137 AddChild(fExpressionTextView);
/haiku/src/apps/webpositive/
H A DURLInputGroup.cpp656 AddChild(fTextView);
658 AddChild(new BSeparatorView(B_VERTICAL, B_PLAIN_BORDER));

Completed in 212 milliseconds

<<11121314151617181920