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

/haiku/src/apps/debuganalyzer/gui/table/
H A DTreeTable.h24 class TreeTablePath { class
26 TreeTablePath();
27 TreeTablePath(const TreeTablePath& other);
28 TreeTablePath(const TreeTablePath& other,
30 ~TreeTablePath();
39 TreeTablePath& operator=(const TreeTablePath& other);
40 bool operator==(const TreeTablePath
[all...]
H A DTreeTable.cpp33 // #pragma mark - TreeTablePath
36 TreeTablePath::TreeTablePath() function in class:TreeTablePath
41 TreeTablePath::TreeTablePath(const TreeTablePath& other) function in class:TreeTablePath
47 TreeTablePath::TreeTablePath(const TreeTablePath& other, int32 childIndex) function in class:TreeTablePath
54 TreeTablePath
[all...]
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DVariablesView.h65 const TreeTablePath& path, bool expanded);
67 const TreeTablePath& path);
69 const TreeTablePath& path,
117 TreeTablePath& path,
122 TreeTablePath& path);
H A DImageFunctionsView.cpp294 NotifyNodesRemoved(TreeTablePath(), 0, count);
436 bool GetFunctionPath(FunctionInstance* function, TreeTablePath& _path)
483 bool GetObjectForPath(const TreeTablePath& path,
705 TreeTablePath path;
720 TreeTablePath path;
804 TreeTablePath path;
856 TreeTablePath path;
H A DVariablesView.cpp702 TreeTablePath& _path) const;
710 const TreeTablePath& path,
1203 NotifyNodesRemoved(TreeTablePath(), 0, count);
1308 TreeTablePath treePath;
1513 TreeTablePath treePath;
1531 const TreeTablePath& path, int32 columnIndex, BToolTip** _tip)
1682 NotifyNodesRemoved(TreeTablePath(), index, 1);
1747 TreeTablePath path;
1762 TreeTablePath& _path) const
2314 TreeTablePath pat
[all...]

Completed in 88 milliseconds