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

12345

/haiku-fatelf/src/add-ons/kernel/file_systems/packagefs/
H A DPackageDirectory.cpp33 PackageDirectory::RemoveChild(PackageNode* node) function in class:PackageDirectory
H A DPackageDirectory.h21 void RemoveChild(PackageNode* node);
H A DDirectory.h43 void RemoveChild(Node* node);
H A DPackageLinksDirectory.cpp102 RemoveChild(linkDirectory);
H A DDirectory.cpp89 Directory::RemoveChild(Node* node) function in class:Directory
/haiku-fatelf/src/apps/mediaconverter/
H A DMediaEncoderWindow.cpp35 RemoveChild(fView);
/haiku-fatelf/src/apps/packageinstaller/
H A DPackageWindow.cpp39 RemoveChild(fBackground);
/haiku-fatelf/src/apps/terminal/
H A DTermScrollView.cpp45 RemoveChild(fVerticalScrollBar);
/haiku-fatelf/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-fatelf/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-fatelf/src/apps/cortex/TipManager/
H A DTipWindow.cpp154 RemoveChild(m_tipView);
/haiku-fatelf/src/apps/debugger/value/
H A DValueNodeContainer.h35 void RemoveChild(ValueNodeChild* child);
H A DValueNodeContainer.cpp67 ValueNodeContainer::RemoveChild(ValueNodeChild* child) function in class:ValueNodeContainer
/haiku-fatelf/src/apps/devices/
H A DPropertyListPlain.cpp79 RemoveChild(child);
/haiku-fatelf/headers/private/print/
H A DPrintPanel.h61 bool RemoveChild(BView* child);
/haiku-fatelf/src/apps/bootmanager/
H A DWizardView.cpp49 fPageContainer->RemoveChild(fPage);
/haiku-fatelf/src/kits/interface/
H A DMenuWindow.cpp198 RemoveChild(fMenu);
299 RemoveChild(fMenuFrame);
352 RemoveChild(fLowerScroller);
358 RemoveChild(fUpperScroller);
/haiku-fatelf/src/preferences/mail/
H A DCenterContainer.cpp100 RemoveChild(view);
H A DAutoConfigView.cpp416 RemoveChild(fInboundAuthMenu);
417 RemoveChild(fInboundEncryptionMenu);
518 view->RemoveChild(*authField);
519 view->RemoveChild(*sslField);
/haiku-fatelf/src/preferences/screensaver/
H A DPreviewView.cpp73 RemoveChild(fSaverView);
/haiku-fatelf/src/preferences/datatranslations/
H A DDataTranslationsWindow.cpp143 fRightBox->RemoveChild(fConfigView);
168 fRightBox->RemoveChild(fConfigView);
316 fRightBox->RemoveChild(fConfigView);
/haiku-fatelf/src/apps/3dmov/
H A DMainWindow.cpp88 RemoveChild(fCurrentView);
141 instead of creating a new BGLView (and using AddChild(new_view) / RemoveChild(old_view).
/haiku-fatelf/src/apps/overlayimage/
H A DOverlayView.cpp103 RemoveChild(fText);

Completed in 146 milliseconds

12345