Searched refs:ChildAt (Results 101 - 125 of 131) sorted by relevance

123456

/haiku/src/kits/interface/
H A DPrintJob.cpp551 BView* child = view->ChildAt(0);
H A DTabView.cpp474 fContainerView = ChildAt(0);
548 fContainerView = ChildAt(0);
H A DWindow.cpp500 ret = ChildAt(i)->Archive(&childArchive, true);
582 BWindow::ChildAt(int32 index) const function in class:BWindow
588 return fTopView->ChildAt(index);
4093 BView* view = ChildAt(index);
H A DColorControl.cpp631 BView* offscreenView = fOffscreenBitmap->ChildAt((int32)0);
H A DView.cpp4694 BView::ChildAt(int32 index) const function in class:BView
4954 child = ChildAt(index);
4962 child = ChildAt(CountChildren() - rindex);
5207 BView* view = ChildAt(i);
5531 fLayoutData->fLayout->AddView(ChildAt(i));
H A DShelf.cpp1429 replicant = dragger->ChildAt(0);
/haiku/src/apps/mail/
H A DAddressTextControl.cpp813 BTextView *textView = (BTextView *)ChildAt(0);
/haiku/src/preferences/network/
H A DNetworkWindow.cpp516 fAddOnShellView->ChildAt(0)->RemoveSelf();
/haiku/src/add-ons/kernel/bus_managers/usb/
H A Dusb_private.h655 Device * ChildAt(uint8 index) const function in class:Hub
/haiku/src/apps/launchbox/
H A DPadView.cpp179 for (int32 i = 0; BView* child = ChildAt(i); i++) {
/haiku/src/apps/cortex/ValControl/
H A DValControl.cpp245 ChildAt(n)->Invalidate();
/haiku/src/apps/drivesetup/
H A DDiskView.cpp586 while (BView* view = ChildAt(0)) {
/haiku/src/system/kernel/disk_device_manager/
H A Dddm_userland_interface.cpp149 for (int32 i = 0; KPartition *child = partition->ChildAt(i); i++)
168 for (int32 i = 0; KPartition *child = partition->ChildAt(i); i++) {
/haiku/src/tests/kits/interface/layout/
H A DLayoutTest1.cpp1652 _DumpViewHierarchy(view->ChildAt(i), indent + 1);
/haiku/src/preferences/mail/
H A DConfigWindow.cpp863 while (BView* child = fConfigView->ChildAt(0)) {
/haiku/src/preferences/screensaver/
H A DScreenSaverWindow.cpp922 if (fSettingsView->ChildAt(0) == NULL) {
/haiku/src/kits/tracker/
H A DStatusWindow.cpp245 ChildAt(0)->AddChild(view);
H A DUtilities.cpp481 return fBitmap->ChildAt(0);
/haiku/src/apps/screenshot/
H A DScreenshotWindow.cpp713 fSettingsWindow->RemoveChild(fSettingsWindow->ChildAt(0));
/haiku/headers/os/interface/
H A DView.h177 BView* ChildAt(int32 index) const;
/haiku/src/add-ons/kernel/file_systems/reiserfs/
H A DIterators.cpp291 const DiskChild *child = internal->ChildAt(fIndex);
/haiku/src/apps/powerstatus/
H A DPowerStatusView.cpp845 BDragger *dragger = dynamic_cast<BDragger*>(ChildAt(0));
/haiku/src/apps/activitymonitor/
H A DActivityView.cpp970 return fOffscreen->ChildAt(0);
/haiku/src/servers/registrar/
H A DShutdownProcess.cpp606 ChildAt(0)->Invalidate();
/haiku/src/apps/icon-o-matic/
H A DMainWindow.cpp146 while (BView* child = ChildAt(0L)) {

Completed in 288 milliseconds

123456