#import <OADGraphicProperties.h>
Abgeleitet von OADDrawableProperties.
Basisklasse für OADImageProperties und OADShapeProperties.
Öffentliche Methoden | |
| (id) | - initWithDefaults |
| (void) | - dealloc |
| (void) | - setParent: |
| (id) | - fill |
| (void) | - setFill: |
| (BOOL) | - hasFill |
| (id) | - effects |
| (void) | - setEffects: |
| (BOOL) | - hasEffects |
| (id) | - stroke |
| (void) | - setStroke: |
| (BOOL) | - hasStroke |
| (BOOL) | - isBehindText |
| (void) | - setIsBehindText: |
| (BOOL) | - hasIsBehindText |
Geschützte Attribute | |
| OADFill * | mFill |
| NSArray * | mEffects |
| OADStroke * | mStroke |
| BOOL | mHasIsBehindText |
| BOOL | mIsBehindText |
Definiert in Zeile 11 der Datei OADGraphicProperties.h.
| - (id) initWithDefaults |
Implementiert OADDrawableProperties.
| - (void) dealloc |
| - (void) setParent: | (id) | fp8 |
Implementiert OADProperties.
| - (id) fill |
| - (void) setFill: | (id) | fp8 |
| - (BOOL) hasFill |
| - (id) effects |
| - (void) setEffects: | (id) | fp8 |
| - (BOOL) hasEffects |
| - (id) stroke |
| - (void) setStroke: | (id) | fp8 |
| - (BOOL) hasStroke |
| - (BOOL) isBehindText |
| - (void) setIsBehindText: | (BOOL) | fp8 |
| - (BOOL) hasIsBehindText |
Definiert in Zeile 13 der Datei OADGraphicProperties.h.
Definiert in Zeile 14 der Datei OADGraphicProperties.h.
Definiert in Zeile 15 der Datei OADGraphicProperties.h.
- (BOOL) mHasIsBehindText [protected] |
Definiert in Zeile 16 der Datei OADGraphicProperties.h.
- (BOOL) mIsBehindText [protected] |
Definiert in Zeile 17 der Datei OADGraphicProperties.h.