#import <OADStyleMatrix.h>
Abgeleitet von NSObject.
Öffentliche Methoden | |
| (id) | - init |
| (void) | - dealloc |
| (void) | - addFill: |
| (unsigned int) | - fillCount |
| (id) | - fillAtIndex: |
| (void) | - addStroke: |
| (unsigned int) | - strokeCount |
| (id) | - strokeAtIndex: |
| (void) | - addEffects: |
| (unsigned int) | - effectsCount |
| (id) | - effectsAtIndex: |
| (void) | - addBgFill: |
| (unsigned int) | - bgFillCount |
| (id) | - bgFillAtIndex: |
Geschützte Attribute | |
| NSMutableArray * | mFills |
| NSMutableArray * | mStrokes |
| NSMutableArray * | mEffects |
| NSMutableArray * | mBgFills |
Definiert in Zeile 11 der Datei OADStyleMatrix.h.
| - (id) init |
| - (void) dealloc |
Implementiert NSObject.
| - (void) addFill: | (id) | fp8 |
| - (unsigned int) fillCount |
| - (id) fillAtIndex: | (unsigned int) | fp8 |
| - (void) addStroke: | (id) | fp8 |
| - (unsigned int) strokeCount |
| - (id) strokeAtIndex: | (unsigned int) | fp8 |
| - (void) addEffects: | (id) | fp8 |
| - (unsigned int) effectsCount |
| - (id) effectsAtIndex: | (unsigned int) | fp8 |
| - (void) addBgFill: | (id) | fp8 |
| - (unsigned int) bgFillCount |
| - (id) bgFillAtIndex: | (unsigned int) | fp8 |
- (NSMutableArray*) mFills [protected] |
Definiert in Zeile 13 der Datei OADStyleMatrix.h.
- (NSMutableArray*) mStrokes [protected] |
Definiert in Zeile 14 der Datei OADStyleMatrix.h.
- (NSMutableArray*) mEffects [protected] |
Definiert in Zeile 15 der Datei OADStyleMatrix.h.
- (NSMutableArray*) mBgFills [protected] |
Definiert in Zeile 16 der Datei OADStyleMatrix.h.