#import <ODDNodePoint.h>
Abgeleitet von ODDDataPoint.
Öffentliche Methoden | |
| (void) | - dealloc |
| (void) | - setType: |
| (id) | - parent |
| (id) | - children |
| (void) | - addChild:order: |
| (id) | - parentTransition |
| (void) | - setParentTransition: |
| (id) | - siblingTransition |
| (void) | - setSiblingTransition: |
Geschützte Attribute | |
| ODDNodePoint * | mParent |
| NSMutableArray * | mChildren |
| ODDTransitionPoint * | mParentTransition |
| ODDTransitionPoint * | mSiblingTransition |
Definiert in Zeile 11 der Datei ODDNodePoint.h.
| - (void) dealloc |
Implementiert ODDDataPoint.
| - (void) setType: | (int) | fp8 |
Implementiert ODDPoint.
| - (id) parent |
| - (id) children |
| - (void) addChild: | (id) | fp8 | ||
| order: | (unsigned long) | fp12 | ||
| - (id) parentTransition |
| - (void) setParentTransition: | (id) | fp8 |
| - (id) siblingTransition |
| - (void) setSiblingTransition: | (id) | fp8 |
- (ODDNodePoint*) mParent [protected] |
Definiert in Zeile 13 der Datei ODDNodePoint.h.
- (NSMutableArray*) mChildren [protected] |
Definiert in Zeile 14 der Datei ODDNodePoint.h.
- (ODDTransitionPoint*) mParentTransition [protected] |
Definiert in Zeile 15 der Datei ODDNodePoint.h.
- (ODDTransitionPoint*) mSiblingTransition [protected] |
Definiert in Zeile 16 der Datei ODDNodePoint.h.