Searched refs:RemoveChild (Results 26 - 50 of 93) sorted by relevance

1234

/haiku/src/apps/debugger/user_interface/gui/utility_windows/
H A DConnectionConfigWindow.cpp196 fConfigGroupView->RemoveChild(view);
/haiku/src/tests/kits/interface/
H A DScrollViewTest.cpp156 scroller->RemoveChild(view);
/haiku/src/tests/kits/interface/layout/widget_layout_test/tests/
H A DBoxTest.cpp272 fBox->RemoveChild(fChild);
/haiku/src/preferences/screensaver/
H A DPreviewView.cpp162 ChildAt(0)->RemoveChild(fSaverView);
/haiku/src/preferences/input/
H A DInputWindow.cpp125 fCardView->RemoveChild(settings);
/haiku/headers/os/interface/
H A DBitmap.h102 virtual bool RemoveChild(BView* view);
/haiku/src/apps/overlayimage/
H A DOverlayView.cpp107 RemoveChild(fText);
/haiku/src/preferences/mail/
H A DFilterConfigView.cpp273 RemoveChild(fFilterView);
286 RemoveChild(fFilterView);
/haiku/src/system/kernel/disk_device_manager/
H A Ddisk_device_manager.cpp193 return parent->RemoveChild(partition);
/haiku/src/add-ons/screen_savers/simpleclock/
H A DSimpleClock.cpp141 bufferBitmap.RemoveChild(&offscreenView);
/haiku/src/add-ons/kernel/file_systems/packagefs/package_links/
H A DPackageLinkDirectory.cpp258 RemoveChild(link);
/haiku/src/add-ons/kernel/network/ppp/shared/libkernelppp/headers/
H A DKPPPInterface.h145 bool RemoveChild(KPPPInterface *child);
/haiku/src/libs/print/libprint/
H A DHalftoneView.cpp67 testImage.RemoveChild(&view);
/haiku/src/servers/mail/
H A DErrorLogWindow.cpp111 view->RemoveChild(child);
/haiku/src/servers/package/
H A DProblemWindow.cpp213 fContainerView->RemoveChild(child);
/haiku/src/apps/soundrecorder/
H A DScopeView.cpp333 fBitmap->RemoveChild(fBitmapView);
/haiku/src/apps/installer/
H A DPackageViews.cpp228 RemoveChild(view);
/haiku/src/apps/pulse/
H A DCPUButton.cpp51 RemoveChild(ChildAt(1));
/haiku/src/apps/screenshot/
H A DUtility.cpp286 screenshot->RemoveChild(&view);
/haiku/src/apps/pairs/
H A DPairsWindow.cpp189 RemoveChild(fPairsView);
/haiku/src/servers/app/
H A DView.h89 bool RemoveChild(View* view);
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DImageFunctionsView.cpp126 bool RemoveChild(SourcePathComponentNode* child) function in class:ImageFunctionsView::SourcePathComponentNode
139 RemoveChild(fChildPathComponents.ItemAt(i));
/haiku/src/apps/icon-o-matic/generic/gui/popup_control/
H A DPopupSlider.cpp48 window->RemoveChild(fSlider);
/haiku/src/tests/system/kernel/device_manager/playground/
H A Ddevice_manager.cpp124 void RemoveChild(device_node *node);
400 parent->RemoveChild(newNode);
1005 Parent()->RemoveChild(this);
1124 device_node::RemoveChild(device_node* node) function in class:device_node
/haiku/src/kits/interface/
H A DToolTipManager.cpp100 RemoveChild(fToolTip->View());

Completed in 163 milliseconds

1234