#import <OADCustomDash.h>
Abgeleitet von OADDash.
Öffentliche Methoden | |
| (id) | - copyWithZone: |
| (id) | - initWithDefaults |
| (void) | - dealloc |
| (unsigned int) | - stopCount |
| (float) | - dashAtIndex: |
| (float) | - spaceAtIndex: |
| (void) | - addStopWithDash:space: |
| (id) | - stops |
| (void) | - setStops: |
| (BOOL) | - areStopsOverridden |
Öffentliche, statische Methoden | |
| (id) | + defaultProperties |
Geschützte Attribute | |
| NSMutableArray * | mStops |
| BOOL | mAreStopsOverridden |
Definiert in Zeile 11 der Datei OADCustomDash.h.
| + (id) defaultProperties |
Implementiert OADProperties.
| - (id) copyWithZone: | (struct _NSZone *) | fp8 |
Implementiert OADDash.
| - (id) initWithDefaults |
Implementiert OADProperties.
| - (void) dealloc |
Implementiert OADProperties.
| - (unsigned int) stopCount |
| - (float) dashAtIndex: | (unsigned int) | fp8 |
| - (float) spaceAtIndex: | (unsigned int) | fp8 |
| - (void) addStopWithDash: | (float) | fp8 | ||
| space: | (float) | fp12 | ||
| - (id) stops |
| - (void) setStops: | (id) | fp8 |
| - (BOOL) areStopsOverridden |
- (NSMutableArray*) mStops [protected] |
Definiert in Zeile 13 der Datei OADCustomDash.h.
- (BOOL) mAreStopsOverridden [protected] |
Definiert in Zeile 14 der Datei OADCustomDash.h.