#import <OADDashStop.h>
Abgeleitet von NSObject und < NSCopying >.
Öffentliche Methoden | |
| (id) | - initWithDash:space: |
| (id) | - copyWithZone: |
| (float) | - dash |
| (float) | - space |
Geschützte Attribute | |
| float | mDash |
| float | mSpace |
Definiert in Zeile 11 der Datei OADDashStop.h.
| - (id) initWithDash: | (float) | fp8 | ||
| space: | (float) | fp12 | ||
| - (id) copyWithZone: | (struct _NSZone *) | fp8 |
Erneute Implementation von < NSCopying >.
| - (float) dash |
| - (float) space |
- (float) mDash [protected] |
Definiert in Zeile 13 der Datei OADDashStop.h.
- (float) mSpace [protected] |
Definiert in Zeile 14 der Datei OADDashStop.h.