#import <ODDPoint.h>
Abgeleitet von NSObject.
Basisklasse für ODDDataPoint und ODDPresentationPoint.
Öffentliche Methoden | |
| (id) | - init |
| (void) | - dealloc |
| (int) | - type |
| (void) | - setType: |
| (id) | - propertySet |
| (id) | - shapeProperties |
| (id) | - text |
| (void) | - setText: |
Geschützte Attribute | |
| int | mType |
| ODDPointPropertySet * | mPropertySet |
| OADShapeProperties * | mShapeProperties |
| OADTextBody * | mText |
Definiert in Zeile 11 der Datei ODDPoint.h.
| - (id) init |
| - (void) dealloc |
| - (int) type |
| - (void) setType: | (int) | fp8 |
Implementiert in ODDNodePoint, ODDPresentationPoint und ODDTransitionPoint.
| - (id) propertySet |
| - (id) shapeProperties |
| - (id) text |
| - (void) setText: | (id) | fp8 |
- (int) mType [protected] |
Definiert in Zeile 13 der Datei ODDPoint.h.
- (ODDPointPropertySet*) mPropertySet [protected] |
Definiert in Zeile 14 der Datei ODDPoint.h.
- (OADShapeProperties*) mShapeProperties [protected] |
Definiert in Zeile 15 der Datei ODDPoint.h.
- (OADTextBody*) mText [protected] |
Definiert in Zeile 16 der Datei ODDPoint.h.