Searched refs:ChildAt (Results 1 - 25 of 131) sorted by path

123456

/haiku/headers/private/debugger/value/
H A DValueNode.h59 virtual ValueNodeChild* ChildAt(int32 index) const = 0;
142 virtual ValueNodeChild* ChildAt(int32 index) const;
H A DValueNodeContainer.h33 ValueNodeChild* ChildAt(int32 index) const;
/haiku/headers/private/debugger/value/value_nodes/
H A DAddressValueNode.h34 virtual ValueNodeChild* ChildAt(int32 index) const;
H A DArrayValueNode.h42 virtual ValueNodeChild* ChildAt(int32 index) const;
H A DBListValueNode.h37 virtual ValueNodeChild* ChildAt(int32 index) const;
H A DBMessageValueNode.h36 virtual ValueNodeChild* ChildAt(int32 index) const;
95 virtual ValueNodeChild* ChildAt(int32 index) const;
H A DCompoundValueNode.h35 virtual ValueNodeChild* ChildAt(int32 index) const;
/haiku/headers/private/print/
H A DPrintPanel.h62 BView* ChildAt(int32 index) const;
/haiku/src/add-ons/kernel/file_systems/reiserfs/
H A DBlock.cpp335 // ChildAt
337 InternalNode::ChildAt(int32 index) const function in class:InternalNode
H A DBlock.h121 const DiskChild *ChildAt(int32 index) const;
/haiku/src/add-ons/kernel/network/ppp/shared/libkernelppp/headers/
H A DKPPPInterface.h149 KPPPInterface *ChildAt(int32 index) const;
/haiku/src/add-ons/network_settings/dialup/
H A DGeneralAddon.cpp548 fDeviceBox->RemoveChild(fDeviceBox->ChildAt(1));
/haiku/src/add-ons/print/transports/hp_jetdirect/
H A DSetupWindow.cpp201 success = ((SetupView*)ChildAt(0))->CheckSetup();
/haiku/src/apps/debuganalyzer/gui/table/
H A DTreeTable.cpp180 node = ChildAt(node, path.ComponentAt(i));
457 TreeTableNode* ChildAt(int32 index);
559 TreeTableNode::ChildAt(int32 index) function in class:TreeTableNode
994 if (TreeTableNode* child = node->ChildAt(i))
1055 void* child = fModel->ChildAt(parentNode->ModelObject(), i);
1121 node = node->ChildAt(path.ComponentAt(i));
H A DTreeTable.h76 virtual void* ChildAt(void* parent, int32 index) const = 0;
/haiku/src/apps/debugger/user_interface/cli/commands/
H A DCliVariablesCommand.cpp49 for (int32 i = 0; ValueNodeChild* child = container->ChildAt(i); i++) {
/haiku/src/apps/debugger/user_interface/gui/utility_windows/
H A DConnectionConfigWindow.cpp195 BView* view = fConfigGroupView->ChildAt(0);
/haiku/src/apps/expander/
H A DDirectoryFilePanel.cpp68 BView* background = Window()->ChildAt(0);
/haiku/src/apps/icon-o-matic/generic/gui/
H A DGroup.cpp80 for (int32 i = 0; BView* child = ChildAt(i); i++) {
87 for (int32 i = 0; BView* child = ChildAt(i); i++) {
104 for (int32 i = 0; BView* child = ChildAt(i); i++) {
111 for (int32 i = 0; BView* child = ChildAt(i); i++) {
H A DIconOptionsControl.cpp237 if (BView* view = ChildAt(index))
/haiku/src/apps/icon-o-matic/generic/gui/scrollview/
H A DScrollableView.cpp35 for (int32 i = 0; BView* child = view->ChildAt(i); i++)
/haiku/src/apps/pairs/
H A DPairsView.cpp69 BView* child = ChildAt(i);
/haiku/src/apps/patchbay/
H A DPatchRow.cpp124 PatchCheckBox* box = dynamic_cast<PatchCheckBox*>(ChildAt(i));
129 box = dynamic_cast<PatchCheckBox*>(ChildAt(i++));
144 PatchCheckBox* box = dynamic_cast<PatchCheckBox*>(ChildAt(i));
156 PatchCheckBox* box = dynamic_cast<PatchCheckBox*>(ChildAt(i));
170 PatchCheckBox* box = dynamic_cast<PatchCheckBox*>(ChildAt(i));
/haiku/src/apps/workspaces/
H A DWorkspaces.cpp679 BDragger *dragger = dynamic_cast<BDragger*>(ChildAt(0));
895 PostMessage(message, ChildAt(0));
990 ChildAt(0)->SetEventMask(B_POINTER_EVENTS, B_NO_POINTER_HISTORY);
992 ChildAt(0)->SetEventMask(0);
/haiku/src/bin/desklink/
H A DVolumeControl.cpp177 if (BView* dragger = ChildAt(0)) {

Completed in 138 milliseconds

123456