Searched refs:RemoveChild (Results 1 - 25 of 93) sorted by last modified time

1234

/haiku/src/system/kernel/device_manager/
H A Ddevice_manager.cpp135 void RemoveChild(device_node *node);
1333 Parent()->RemoveChild(this);
1492 device_node::RemoveChild(device_node* node) function in class:device_node
/haiku/src/preferences/filetypes/
H A DIconView.cpp471 target->RemoveChild(view);
/haiku/src/kits/interface/
H A DScrollView.cpp598 RemoveChild(fTarget);
H A DColumnListView.cpp502 fDrawBuffer->RemoveChild(this);
H A DBitmap.cpp892 BBitmap::RemoveChild(BView* view) function in class:BBitmap
894 return fWindow != NULL ? fWindow->RemoveChild(view) : false;
H A DWindow.cpp560 BWindow::RemoveChild(BView* child) function in class:BWindow
566 return fTopView->RemoveChild(child);
H A DView.cpp4662 BView::RemoveChild(BView* child) function in class:BView
4664 STRACE(("BView(%s)::RemoveChild(%s)\n", Name(), child->Name()));
/haiku/src/servers/app/
H A DView.h89 bool RemoveChild(View* view);
H A DView.cpp277 View::RemoveChild(View* view) function in class:View
280 printf("View::RemoveChild(%p - %s) - View is not child of "
H A DServerWindow.cpp1264 parent->RemoveChild(view);
/haiku/src/kits/tracker/
H A DThumbnails.cpp110 dest.RemoveChild(&view);
/haiku/src/apps/overlayimage/
H A DOverlayView.cpp107 RemoveChild(fText);
/haiku/src/apps/mail/
H A DMailWindow.cpp2101 bmap.RemoveChild(&header_view);
2102 bmap.RemoveChild(&line);
/haiku/src/apps/bootmanager/
H A DWizardView.cpp49 fPageContainer->RemoveChild(fPage);
/haiku/src/add-ons/kernel/file_systems/packagefs/volume/
H A DVolume.cpp1425 parent->RemoveChild(node);
1871 fRootDirectory->RemoveChild(packageLinksDirectory);
/haiku/src/apps/showimage/
H A DShowImageView.cpp791 bitmap->RemoveChild(&view);
1087 bitmap->RemoveChild(&view);
/haiku/src/apps/icon-o-matic/generic/property/view/
H A DPropertyListView.cpp613 if (!RemoveChild(item))
/haiku/src/bin/mail_utils/
H A Dspamdbm.cpp4840 TempWindowPntr->RemoveChild (TempStringViewPntr);
4854 TempWindowPntr->RemoveChild (TempButtonPntr);
4867 TempWindowPntr->RemoveChild (TempTextPntr);
4879 TempWindowPntr->RemoveChild (TempCheckBoxPntr);
4892 TempWindowPntr->RemoveChild (TempRadioButtonPntr);
4914 TempWindowPntr->RemoveChild (TempMenuBarPntr);
/haiku/src/apps/soundrecorder/
H A DTrackSlider.cpp69 fBitmap->RemoveChild(fBitmapView);
/haiku/src/apps/diskprobe/
H A DProbeView.cpp1629 Parent()->RemoveChild(fTypeView);
1631 Window()->RemoveChild(fTypeView);
/haiku/headers/os/interface/
H A DView.h175 bool RemoveChild(BView* child);
H A DBitmap.h102 virtual bool RemoveChild(BView* view);
/haiku/src/kits/tracker/infowindow/
H A DHeaderView.cpp242 RemoveChild(scrollView);
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DVariablesView.cpp522 bool RemoveChild(ModelNode* child) function in class:VariablesView::ModelNode
534 RemoveChild(fChildren.ItemAt(i));
1297 modelNode->RemoveChild(hiddenChild);
1313 modelNode->RemoveChild(childNode);
1642 container->RemoveChild(_child);
/haiku/src/preferences/input/
H A DInputWindow.cpp125 fCardView->RemoveChild(settings);

Completed in 292 milliseconds

1234