![]() |
API 0.9.5
|
#import <CPTreeNode.h>
Instance Methods | |
(CPArray) | - childNodes |
(CPTreeNode) | - descendantNodeAtIndexPath: |
(void) | - encodeWithCoder: |
(id) | - initWithCoder: |
(id) | - initWithRepresentedObject: |
(void) | - insertObject:inChildNodesAtIndex: |
(BOOL) | - isLeaf |
(CPMutableArray) | - mutableChildNodes |
(id) | - objectInChildNodesAtIndex: |
(CPTreeNode) | - parentNode |
(void) | - removeObjectFromChildNodesAtIndex: |
(void) | - replaceObjectFromChildNodesAtIndex:withObject: |
(id) | - representedObject |
(void) | - sortWithSortDescriptors:recursively: |
Class Methods | |
(id) | + treeNodeWithRepresentedObject: |
Definition at line 2 of file CPTreeNode.h.
- (CPArray) childNodes |
Definition at line 35 of file CPTreeNode.j.
- (CPTreeNode) descendantNodeAtIndexPath: | (CPIndexPath) | indexPath |
Definition at line 89 of file CPTreeNode.j.
- (void) encodeWithCoder: | (CPCoder) | aCoder |
Definition at line 123 of file CPTreeNode.j.
- (id) initWithCoder: | (CPCoder) | aCoder |
Definition at line 109 of file CPTreeNode.j.
- (id) initWithRepresentedObject: | (id) | anObject |
Definition at line 17 of file CPTreeNode.j.
- (void) insertObject: | (id) | aTreeNode | |
inChildNodesAtIndex: | (CPInteger) | anIndex | |
Definition at line 45 of file CPTreeNode.j.
- (BOOL) isLeaf |
Definition at line 30 of file CPTreeNode.j.
- (CPMutableArray) mutableChildNodes |
Definition at line 40 of file CPTreeNode.j.
- (id) objectInChildNodesAtIndex: | (CPInteger) | anIndex |
Definition at line 71 of file CPTreeNode.j.
- (CPTreeNode) parentNode |
Synthesized accessor method.
Definition at line 145 of file CPTreeNode.j.
- (void) removeObjectFromChildNodesAtIndex: | (CPInteger) | anIndex |
Definition at line 54 of file CPTreeNode.j.
- (void) replaceObjectFromChildNodesAtIndex: | (CPInteger) | anIndex | |
withObject: | (id) | aTreeNode | |
Definition at line 61 of file CPTreeNode.j.
- (id) representedObject |
Synthesized accessor method.
Definition at line 137 of file CPTreeNode.j.
- (void) sortWithSortDescriptors: | (CPArray) | sortDescriptors | |
recursively: | (BOOL) | shouldSortRecursively | |
Definition at line 76 of file CPTreeNode.j.
+ (id) treeNodeWithRepresentedObject: | (id) | anObject |
Definition at line 12 of file CPTreeNode.j.