Searched refs:ChildAt (Results 26 - 50 of 131) sorted by relevance

123456

/haiku/headers/private/print/
H A DPrintPanel.h62 BView* ChildAt(int32 index) const;
/haiku/src/tests/servers/app/hide_and_show/
H A DHideAndShow.cpp82 BTextView* view = dynamic_cast<BTextView*>(ChildAt(0));
/haiku/headers/private/storage/
H A DMutablePartition.h71 BMutablePartition* ChildAt(int32 index) const;
/haiku/src/apps/installer/
H A DPackageViews.cpp225 while ((view = ChildAt(0))) {
277 PackageCheckBox* cb = dynamic_cast<PackageCheckBox*>(ChildAt(i));
291 PackageCheckBox* cb = dynamic_cast<PackageCheckBox*>(ChildAt(i));
/haiku/src/kits/storage/disk_device/
H A DPartition.cpp678 BPartition::ChildAt(int32 index) const function in class:BPartition
681 Delegate* child = fDelegate->ChildAt(index);
703 for (int32 i = 0; BPartition* child = ChildAt(i); i++)
734 for (int32 i = 0; BPartition* child = ChildAt(i); i++) {
1237 BPartition* child = ChildAt(index);
1252 BPartition* child = ChildAt(index);
1314 if (BPartition* child = ChildAt(i))
1337 BPartition* child = ChildAt(i);
1427 delete ChildAt(index);
1487 for (int32 i = 0; BPartition* child = ChildAt(
[all...]
H A DPartitionDelegate.h34 Delegate* ChildAt(int32 index) const;
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DVariablesView.cpp503 ModelNode* ChildAt(int32 index) const function in class:VariablesView::ModelNode
697 virtual void* ChildAt(void* parent, int32 index) const;
1213 container->ChildAt(i));
1259 ValueNodeChild* child = valueNode->ChildAt(i);
1295 && modelNode->ChildAt(0)->IsHidden()) {
1296 hiddenChild.SetTo(modelNode->ChildAt(0));
1303 BReference<ModelNode> childNode = modelNode->ChildAt(i);
1397 ModelNode* child = modelNode->ChildAt(0);
1407 VariablesView::VariableTableModel::ChildAt(void* parent, int32 index) const function in class:VariablesView::VariableTableModel
1417 ModelNode* child = modelNode->ChildAt(
[all...]
H A DImageFunctionsView.cpp97 SourcePathComponentNode* ChildAt(int32 index) function in class:ImageFunctionsView::SourcePathComponentNode
391 virtual void* ChildAt(void* parent, int32 index) const function in class:ImageFunctionsView::FunctionsTableModel
396 return ((SourcePathComponentNode*)parent)->ChildAt(index);
429 = (SourcePathComponentNode*)ChildAt(parent, index);
462 node = node->ChildAt(childIndex);
493 node = node->ChildAt(path.ComponentAt(i));
/haiku/src/kits/storage/
H A DQueryPredicate.cpp65 LeafNode::ChildAt(int32 index) function in class:BPrivate::Storage::LeafNode
108 UnaryNode::ChildAt(int32 index) function in class:BPrivate::Storage::UnaryNode
159 BinaryNode::ChildAt(int32 index) function in class:BPrivate::Storage::BinaryNode
/haiku/src/add-ons/kernel/file_systems/reiserfs/
H A DBlock.h121 const DiskChild *ChildAt(int32 index) const;
/haiku/src/apps/expander/
H A DDirectoryFilePanel.cpp68 BView* background = Window()->ChildAt(0);
/haiku/src/kits/interface/
H A DRadioButton.cpp215 child = parent->ChildAt(1);
217 child = parent->ChildAt(0);
219 child = Window()->ChildAt(0);
221 child = Window()->ChildAt(0);
H A DBox.cpp201 AddChild(fLabelView, ChildAt(0));
586 AddChild(fLabelView, ChildAt(0));
671 fLabelView = ChildAt(0);
753 for (int32 i = 0; BView* view = ChildAt(i); i++) {
/haiku/src/kits/debugger/value/value_nodes/
H A DAddressValueNode.cpp134 AddressValueNode::ChildAt(int32 index) const function in class:AddressValueNode
H A DCompoundValueNode.cpp241 CompoundValueNode::ChildAt(int32 index) const function in class:CompoundValueNode
/haiku/headers/private/debugger/value/value_nodes/
H A DArrayValueNode.h42 virtual ValueNodeChild* ChildAt(int32 index) const;
/haiku/src/tests/kits/interface/balert/alert_manual_test/
H A DAlertTestWindow.cpp98 BView *master = pAlert->ChildAt(0);
/haiku/src/add-ons/print/transports/hp_jetdirect/
H A DSetupWindow.cpp201 success = ((SetupView*)ChildAt(0))->CheckSetup();
/haiku/src/apps/debugger/user_interface/gui/utility_windows/
H A DConnectionConfigWindow.cpp195 BView* view = fConfigGroupView->ChildAt(0);
/haiku/src/add-ons/print/transports/ipp/
H A DIppSetupDlg.cpp182 success = ((IppSetupView *)ChildAt(0))->UpdateViewData();
/haiku/src/kits/debugger/user_interface/util/
H A DUiUtils.cpp319 && node->ChildAt(0)->GetType()->ResolveRawType(false)->Kind()
324 node = node->ChildAt(0)->Node();
334 if (node->ChildAt(i)->GetType()->Kind() != TYPE_COMPOUND
336 PrintValueNodeGraph(_output, node->ChildAt(i),
/haiku/src/add-ons/disk_systems/gpt/
H A DGPTPartitionHandle.cpp142 BMutablePartition* child = Partition()->ChildAt(index);
/haiku/src/preferences/input/
H A DInputWindow.cpp124 BView* settings = fCardView->ChildAt(i);
/haiku/headers/os/interface/
H A DBitmap.h104 BView* ChildAt(int32 index) const;
/haiku/src/kits/tracker/
H A DSelectionWindow.cpp182 ChildAt((int32)0)->GetMouse(&mousePosition, &buttons);

Completed in 149 milliseconds

123456