Searched refs:AddChild (Results 376 - 400 of 483) sorted by relevance

<<11121314151617181920

/haiku/src/preferences/printers/
H A DTestPageView.cpp293 AddChild(BGroupLayoutBuilder(B_VERTICAL, 0)
H A DPrintersWindow.cpp63 AddChild(fTestPage);
H A DPrinterListView.cpp293 sSelectedIcon->AddChild(view);
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DBreakpointListView.cpp457 AddChild(fBreakpointsTable->ToView());
H A DRegistersView.cpp392 AddChild(fRegisterTable->ToView());
/haiku/src/preferences/appearance/
H A DFontSelectionView.cpp149 fPreviewBox->AddChild(BGroupLayoutBuilder(B_VERTICAL)
/haiku/src/kits/debugger/dwarf/
H A DDebugInfoEntry.cpp152 DebugInfoEntry::AddChild(DebugInfoEntry* child) function in class:DebugInfoEntry
/haiku/src/tests/kits/interface/
H A DOutlineListViewTest.cpp282 window->AddChild(view);
/haiku/src/apps/webpositive/support/
H A DFontSelectionView.cpp93 fPreviewBox->AddChild(BGroupLayoutBuilder(B_VERTICAL, B_USE_HALF_ITEM_SPACING)
/haiku/src/apps/debuganalyzer/gui/table/
H A DTreeTable.cpp453 bool AddChild(TreeTableNode* child, int32 index);
532 TreeTableNode::AddChild(TreeTableNode* child, int32 index) function in class:TreeTableNode
1060 || !parentNode->AddChild(node, i)) {
/haiku/src/kits/interface/
H A DBitmap.cpp405 AddChild(view);
881 BBitmap::AddChild(BView* view) function in class:BBitmap
884 fWindow->AddChild(view);
H A DSlider.cpp400 fOffScreenBits->AddChild(fOffScreenView);
403 fOffScreenBits->AddChild(fOffScreenView);
495 fOffScreenBits->AddChild(fOffScreenView);
H A DAbstractSpinner.cpp1509 AddChild(fTextView);
1517 AddChild(fDecrement);
1523 AddChild(fIncrement);
/haiku/src/apps/tv/
H A DMainWin.cpp111 AddChild(fBackground);
116 fBackground->AddChild(fMenuBar);
125 fBackground->AddChild(fVideoView);
/haiku/src/apps/magnify/
H A DMagnify.cpp309 AddChild(fInfo);
318 fInfo->AddChild(fFatBits);
1194 AddChild(fPopUp);
1332 fImageBuf->AddChild(fImageView);
1958 fPixel->AddChild(fPixelView);
/haiku/src/add-ons/kernel/file_systems/packagefs/volume/
H A DVolume.cpp1235 directory->AddChild(node);
1344 directory->AddChild(newNode);
1409 parent->AddChild(node);
1710 parent->AddChild(directory);
1849 fRootDirectory->AddChild(packageLinksDirectory);
/haiku/src/apps/mediaplayer/
H A DMainWin.cpp313 AddChild(fBackground);
318 fBackground->AddChild(fMenuBar);
328 fBackground->AddChild(fVideoView);
334 fBackground->AddChild(fControls);
1218 fBackground->AddChild(fControls);
2672 fVideoView->AddChild(fControls);
2703 fBackground->AddChild(fControls);
/haiku/src/tests/system/kernel/device_manager/playground/
H A Ddevice_manager.cpp123 void AddChild(device_node *node);
1114 device_node::AddChild(device_node* node) function in class:device_node
1141 parent->AddChild(this);
/haiku/src/apps/activitymonitor/
H A DActivityView.cpp566 AddChild(dragger);
588 AddChild(dragger);
960 fOffscreen->AddChild(view);
/haiku/src/apps/drivesetup/
H A DMainWindow.cpp284 AddChild(fMenuBar);
320 AddChild(fDiskView);
327 AddChild(fListView);
/haiku/src/add-ons/screen_savers/slideshowsaver/
H A DSlideShowSaver.cpp200 view->AddChild(new SlideShowConfigView(
/haiku/src/tests/servers/app/newClipping/
H A Dmain.cpp71 AddChild(fView);
/haiku/src/preferences/locale/
H A DLanguageListView.cpp365 dragBitmap->AddChild(view);
/haiku/src/preferences/virtualmemory/
H A DSettingsWindow.cpp207 box->AddChild(BLayoutBuilder::Group<>(B_VERTICAL)
/haiku/src/apps/patchbay/
H A DPatchView.cpp369 AddChild(row);

Completed in 166 milliseconds

<<11121314151617181920