Searched refs:childIndex (Results 1 - 5 of 5) sorted by relevance

/haiku/src/apps/debuganalyzer/gui/table/
H A DTreeTable.h29 int32 childIndex);
32 bool AddComponent(int32 childIndex);
56 const TreeTablePath& path, int32 childIndex,
59 const TreeTablePath& path, int32 childIndex,
62 const TreeTablePath& path, int32 childIndex,
92 int32 childIndex, int32 count);
94 int32 childIndex, int32 count);
96 int32 childIndex, int32 count);
217 const TreeTablePath& path, int32 childIndex,
220 const TreeTablePath& path, int32 childIndex,
[all...]
H A DTreeTable.cpp47 TreeTablePath::TreeTablePath(const TreeTablePath& other, int32 childIndex) argument
50 AddComponent(childIndex);
60 TreeTablePath::AddComponent(int32 childIndex) argument
63 fComponents.push_back(childIndex);
140 const TreeTablePath& path, int32 childIndex, int32 count)
147 const TreeTablePath& path, int32 childIndex, int32 count)
154 const TreeTablePath& path, int32 childIndex, int32 count)
201 TreeTableModel::NotifyNodesAdded(const TreeTablePath& path, int32 childIndex, argument
207 listener->TableNodesAdded(this, path, childIndex, count);
213 TreeTableModel::NotifyNodesRemoved(const TreeTablePath& path, int32 childIndex, argument
139 TableNodesAdded(TreeTableModel* model, const TreeTablePath& path, int32 childIndex, int32 count) argument
146 TableNodesRemoved(TreeTableModel* model, const TreeTablePath& path, int32 childIndex, int32 count) argument
153 TableNodesChanged(TreeTableModel* model, const TreeTablePath& path, int32 childIndex, int32 count) argument
225 NotifyNodesChanged(const TreeTablePath& path, int32 childIndex, int32 count) argument
961 TableNodesAdded(TreeTableModel* model, const TreeTablePath& path, int32 childIndex, int32 count) argument
973 TableNodesRemoved(TreeTableModel* model, const TreeTablePath& path, int32 childIndex, int32 count) argument
985 TableNodesChanged(TreeTableModel* model, const TreeTablePath& path, int32 childIndex, int32 count) argument
1050 _AddChildRows(TreeTableNode* parentNode, int32 childIndex, int32 count, int32 columnCount) argument
1079 _RemoveChildRows(TreeTableNode* parentNode, int32 childIndex, int32 count) argument
[all...]
/haiku/src/apps/deskbar/
H A DTeamMenuItem.cpp412 int32 childIndex = 0; local
415 for (; childIndex < totalChildren; childIndex++) {
418 parent->AddItem(windowItem, myindex + childIndex);
421 sub->SetExpanded(true, myindex + childIndex);
434 int32 childIndex = parent->IndexOf(this) + 1; local
435 while (parent->SubmenuAt(childIndex) == NULL
436 && childIndex < parent->CountItems()) {
438 parent->RemoveItem(childIndex));
460 int childIndex local
[all...]
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DImageFunctionsView.cpp443 int32 childIndex = -1; local
456 childIndex = fChildPathComponents.BinarySearchIndexByKey(
459 node = fChildPathComponents.ItemAt(childIndex);
461 childIndex = node->FindChildIndexByName(component);
462 node = node->ChildAt(childIndex);
465 if (childIndex < 0)
468 _path.AddComponent(childIndex);
475 childIndex = node->FindChildIndexByName(function->PrettyName());
476 if (childIndex < 0)
479 _path.AddComponent(childIndex);
[all...]
H A DVariablesView.cpp1705 int32 childIndex;
1708 childIndex = parent->CountChildren();
1714 childIndex = fNodes.CountItems();
1749 NotifyNodesAdded(path, childIndex, 1);

Completed in 161 milliseconds