Searched refs:RemoveChild (Results 1 - 25 of 93) sorted by relevance

1234

/haiku/src/apps/mediaconverter/
H A DMediaEncoderWindow.cpp35 RemoveChild(fView);
/haiku/src/apps/terminal/
H A DTermScrollView.cpp45 RemoveChild(fVerticalScrollBar);
/haiku/src/add-ons/kernel/file_systems/packagefs/package/
H A DPackageDirectory.h24 void RemoveChild(PackageNode* node);
H A DPackageDirectory.cpp39 PackageDirectory::RemoveChild(PackageNode* node) function in class:PackageDirectory
/haiku/src/kits/print/
H A DPrintPanel.cpp134 return fPanel->RemoveChild(child);
256 BPrintPanel::RemoveChild(BView* child) function in class:BPrivate::Print::BPrintPanel
258 return BWindow::RemoveChild(child);
/haiku/src/tests/kits/interface/layout/widget_layout_test/
H A DView.h50 bool RemoveChild(View* child);
51 View* RemoveChild(int32 index);
H A DWrapperView.cpp61 Container()->RemoveChild(fView);
H A DView.cpp40 delete RemoveChild(i);
220 View::RemoveChild(View* child) function in class:View
225 return RemoveChild(IndexOfChild(child));
230 View::RemoveChild(int32 index) function in class:View
/haiku/src/add-ons/kernel/file_systems/packagefs/nodes/
H A DDirectory.h42 void RemoveChild(Node* node);
H A DDirectory.cpp89 Directory::RemoveChild(Node* node) function in class:Directory
/haiku/src/add-ons/kernel/file_systems/packagefs/package_links/
H A DPackageLinksDirectory.cpp104 RemoveChild(linkDirectory);
/haiku/headers/private/debugger/value/
H A DValueNodeContainer.h35 void RemoveChild(ValueNodeChild* child);
/haiku/src/apps/cortex/TipManager/
H A DTipWindow.cpp163 RemoveChild(m_tipView);
/haiku/headers/private/print/
H A DPrintPanel.h61 bool RemoveChild(BView* child);
/haiku/src/kits/interface/
H A DMenuWindow.cpp199 RemoveChild(fMenu);
283 RemoveChild(fMenuFrame);
345 RemoveChild(fLowerScroller);
351 RemoveChild(fUpperScroller);
/haiku/src/apps/bootmanager/
H A DWizardView.cpp49 fPageContainer->RemoveChild(fPage);
/haiku/src/tests/servers/app/newerClipping/
H A DViewLayer.h38 bool RemoveChild(ViewLayer* layer);
/haiku/src/kits/debugger/value/
H A DValueNodeContainer.cpp70 ValueNodeContainer::RemoveChild(ValueNodeChild* child) function in class:ValueNodeContainer
/haiku/src/preferences/mail/
H A DAutoConfigView.cpp409 RemoveChild(fInboundAuthMenu);
410 RemoveChild(fInboundEncryptionMenu);
508 view->RemoveChild(authField);
509 view->RemoveChild(sslField);
H A DAutoConfigWindow.cpp132 fContainerView->RemoveChild(fServerView);
/haiku/src/tests/kits/interface/menu/menuworld/
H A DMenuWindow.cpp273 RemoveChild(m_pFullMenuBar);
277 RemoveChild(m_pHiddenMenuBar);
/haiku/headers/private/kernel/disk_device_manager/
H A DKPartition.h146 bool RemoveChild(int32 index);
147 bool RemoveChild(KPartition *child);
/haiku/src/preferences/datatranslations/
H A DDataTranslationsWindow.cpp157 fRightBox->RemoveChild(fConfigView);
196 fRightBox->RemoveChild(fConfigView);
378 fRightBox->RemoveChild(fConfigView);
/haiku/src/apps/icon-o-matic/generic/gui/popup_control/
H A DPopupControl.cpp135 fPopupWindow->RemoveChild(fPopupChild);
/haiku/src/apps/patchbay/
H A DPatchRow.cpp126 RemoveChild(box);

Completed in 230 milliseconds

1234