Changeset 1755 for code/trunk/src/core/ClassTreeMask.h
- Timestamp:
- Sep 10, 2008, 1:37:36 AM (17 years ago)
- Location:
- code/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk
- Property svn:mergeinfo changed
/code/branches/gui (added) merged: 1636,1638,1640-1647,1649-1654,1656,1659-1665,1670,1672-1674,1686,1688-1692,1694-1697,1704 /code/branches/input (added) merged: 1629-1630
- Property svn:mergeinfo changed
-
code/trunk/src/core/ClassTreeMask.h
r1747 r1755 60 60 step back, and so on. 61 61 62 Example: A and B are child s of BaseObject, A1 and A2 are childs of A, B1 and B2 are childsof B.62 Example: A and B are children of BaseObject, A1 and A2 are children of A, B1 and B2 are children of B. 63 63 The ClassTreeMaskIterator would move trough the tree in the following order: 64 64 BaseObject, A, A1, A2, B, B1, B2.
Note: See TracChangeset
for help on using the changeset viewer.