Searched refs:AddChild (Results 1 - 25 of 483) sorted by path

1234567891011>>

/haiku/headers/os/interface/
H A DSplitView.h53 // void AddChild(BView* child);
54 void AddChild(BView* child, BView* sibling = NULL);
55 bool AddChild(BView* child, float weight);
56 bool AddChild(int32 index, BView* child,
59 bool AddChild(BLayoutItem* child);
60 bool AddChild(BLayoutItem* child, float weight);
61 bool AddChild(int32 index, BLayoutItem* child,
/haiku/headers/private/debugger/value/
H A DValueNodeContainer.h34 bool AddChild(ValueNodeChild* child);
/haiku/headers/private/kernel/boot/
H A Dpartitions.h28 Partition *AddChild();
/haiku/headers/private/package/hpkg/
H A DWriterImplBase.h95 void AddChild(PackageAttribute* child);
/haiku/headers/private/print/
H A DPrintPanel.h60 void AddChild(BView* child, BView* before = NULL);
/haiku/src/add-ons/input_server/methods/pen/
H A DPenInputInkWindow.cpp72 AddChild(fInkView);
/haiku/src/add-ons/kernel/file_systems/packagefs/nodes/
H A DDirectory.cpp80 Directory::AddChild(Node* node) function in class:Directory
H A DDirectory.h41 void AddChild(Node* node);
/haiku/src/add-ons/kernel/file_systems/packagefs/package/
H A DPackageDirectory.h23 void AddChild(PackageNode* node);
/haiku/src/add-ons/kernel/file_systems/packagefs/package_links/
H A DPackageLinkDirectory.cpp236 AddChild(link);
278 AddChild(link);
H A DPackageLinksDirectory.cpp71 AddChild(linkDirectory);
/haiku/src/add-ons/kernel/network/ppp/shared/libkernelppp/headers/
H A DKPPPInterface.h144 bool AddChild(KPPPInterface *child);
/haiku/src/add-ons/media/media-add-ons/videowindow/
H A DVideoWindow.cpp16 AddChild(fVideoView);
/haiku/src/add-ons/network_settings/dialup/
H A DDialUpApplication.cpp60 AddChild(view);
H A DPPPoEAddon.cpp253 AddChild(new BStringView(rect, "optional", kLabelOptional));
255 AddChild(fInterface);
256 AddChild(fServiceName);
H A DTextRequestDialog.cpp58 backgroundView->AddChild(fTextView);
81 backgroundView->AddChild(cancelButton);
82 backgroundView->AddChild(fOKButton);
83 backgroundView->AddChild(fTextControl);
84 AddChild(backgroundView);
/haiku/src/add-ons/print/drivers/gutenprint/
H A DSelectPrinterDialog.cpp89 AddChild(BGroupLayoutBuilder(B_VERTICAL, 10)
/haiku/src/add-ons/print/drivers/postscript/
H A DSelectPPDDlg.cpp84 AddChild(BGroupLayoutBuilder(B_VERTICAL, 10)
/haiku/src/add-ons/print/drivers/preview/
H A DJobSetupWindow.cpp98 AddChild(BGroupLayoutBuilder(B_VERTICAL, 0)
H A DPageSetupWindow.cpp217 AddChild(BGroupLayoutBuilder(B_VERTICAL, 0)
/haiku/src/add-ons/print/transports/hp_jetdirect/
H A DSetupWindow.cpp103 AddChild(fServerAddress);
109 AddChild(fQueuePort);
115 AddChild(button);
120 AddChild(button);
177 AddChild(view);
/haiku/src/add-ons/print/transports/lpr/
H A DLprSetupDlg.cpp108 AddChild(fServer);
116 AddChild(fQueue);
123 AddChild(button);
128 AddChild(button);
173 AddChild(fSetupView);
/haiku/src/add-ons/screen_savers/flurry/
H A DFlurry.cpp346 view->AddChild(fFlurryView);
/haiku/src/add-ons/screen_savers/glife/
H A DGLifeSaver.cpp67 pbvView->AddChild(pglcConfig);
82 pbvView->AddChild(fGLifeViewport);
/haiku/src/add-ons/screen_savers/gravity/
H A DGravity.cpp58 view->AddChild(fConfigView);
68 view->AddChild(fGravityView);

Completed in 99 milliseconds

1234567891011>>