![]() |
API
0.9.7
|
#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.
|
implementation |
Definition at line 56 of file CPTreeNode.j.
|
implementation |
Definition at line 110 of file CPTreeNode.j.
|
implementation |
Provided by category CPTreeNode(CPCoding).
Definition at line 144 of file CPTreeNode.j.
|
implementation |
Provided by category CPTreeNode(CPCoding).
Definition at line 130 of file CPTreeNode.j.
|
implementation |
Definition at line 38 of file CPTreeNode.j.
|
implementation |
Definition at line 66 of file CPTreeNode.j.
|
implementation |
Definition at line 51 of file CPTreeNode.j.
|
implementation |
Definition at line 61 of file CPTreeNode.j.
|
implementation |
Definition at line 92 of file CPTreeNode.j.
|
implementation |
Synthesized accessor method.
Provided by category CPTreeNode(CPSynthesizedAccessors).
Definition at line 166 of file CPTreeNode.j.
|
implementation |
Definition at line 75 of file CPTreeNode.j.
|
implementation |
Definition at line 82 of file CPTreeNode.j.
|
implementation |
Synthesized accessor method.
Provided by category CPTreeNode(CPSynthesizedAccessors).
Definition at line 158 of file CPTreeNode.j.
|
implementation |
Definition at line 97 of file CPTreeNode.j.
|
implementation |
Definition at line 33 of file CPTreeNode.j.