Searched refs:RemoveChild (Results 51 - 75 of 93) sorted by relevance

1234

/haiku/src/add-ons/screen_savers/message/
H A DMessage.cpp296 buffer.RemoveChild(&offscreen);
/haiku/src/apps/cortex/ParameterView/
H A DParameterWindow.cpp280 RemoveChild(view);
/haiku/src/system/kernel/disk_device_manager/
H A DKPartition.cpp935 KPartition::RemoveChild(int32 index) function in class:KPartition
962 KPartition::RemoveChild(KPartition* child) function in class:KPartition
967 return RemoveChild(index);
978 if (!RemoveChild(i))
/haiku/src/apps/debuganalyzer/gui/table/
H A DTreeTable.cpp454 TreeTableNode* RemoveChild(int32 index);
545 TreeTableNode::RemoveChild(int32 index) function in class:TreeTableNode
1091 if (TreeTableNode* child = parentNode->RemoveChild(i)) {
/haiku/src/kits/package/hpkg/
H A DPackageWriterImpl.cpp88 void RemoveChild(Attribute* child) function in struct:BPackageKit::BHPKG::BPrivate::PackageWriterImpl::Attribute
1116 parentAttribute->RemoveChild(entryAttribute);
1166 entryAttribute->RemoveChild(attributeAttribute);
/haiku/src/apps/patchbay/
H A DPatchView.cpp407 RemoveChild(row);
/haiku/src/add-ons/network_settings/dialup/
H A DGeneralAddon.cpp548 fDeviceBox->RemoveChild(fDeviceBox->ChildAt(1));
/haiku/src/servers/print/
H A DConfigWindow.cpp192 RemoveChild(panel);
/haiku/headers/os/interface/
H A DWindow.h114 bool RemoveChild(BView* child);
/haiku/src/kits/tracker/
H A DThumbnails.cpp110 dest.RemoveChild(&view);
/haiku/src/kits/interface/
H A DBitmap.cpp892 BBitmap::RemoveChild(BView* view) function in class:BBitmap
894 return fWindow != NULL ? fWindow->RemoveChild(view) : false;
H A DBox.cpp579 RemoveChild(fLabelView);
/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/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/tests/servers/app/newerClipping/
H A DViewLayer.cpp144 // RemoveChild
146 ViewLayer::RemoveChild(ViewLayer* layer) function in class:ViewLayer
149 printf("ViewLayer::RemoveChild(%p - %s) - ViewLayer is not child of this (%p) layer!\n", layer, layer ? layer->Name() : NULL, this);
/haiku/src/apps/people/
H A DPictureView.cpp424 bitmap->RemoveChild(&view);
/haiku/src/apps/charactermap/
H A DCharacterView.cpp480 bitmap->RemoveChild(view);
/haiku/src/kits/tracker/infowindow/
H A DHeaderView.cpp242 RemoveChild(scrollView);
/haiku/src/apps/soundrecorder/
H A DTrackSlider.cpp69 fBitmap->RemoveChild(fBitmapView);
/haiku/src/apps/icon-o-matic/generic/property/view/
H A DPropertyListView.cpp613 if (!RemoveChild(item))
/haiku/src/add-ons/kernel/network/ppp/shared/libkernelppp/
H A DKPPPInterface.cpp300 Parent()->RemoveChild(this);
1198 KPPPInterface::RemoveChild(KPPPInterface *child) function in class:KPPPInterface
1200 TRACE("KPPPInterface: RemoveChild(%lX)\n", child ? child->ID() : 0);
/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/diskprobe/
H A DProbeView.cpp1629 Parent()->RemoveChild(fTypeView);
1631 Window()->RemoveChild(fTypeView);
/haiku/src/apps/showimage/
H A DShowImageView.cpp791 bitmap->RemoveChild(&view);
1087 bitmap->RemoveChild(&view);
/haiku/src/add-ons/kernel/file_systems/packagefs/volume/
H A DVolume.cpp1425 parent->RemoveChild(node);
1871 fRootDirectory->RemoveChild(packageLinksDirectory);

Completed in 215 milliseconds

1234