#import <OABState.h>
Abgeleitet von NSObject.
Basisklasse für EBOfficeArtState und PBOfficeArtState.
Öffentliche Methoden | |
| (id) | - init |
| (id) | - initWithClient: |
| (void) | - dealloc |
| (Class) | - client |
| (id) | - drawableForShapeId: |
| (void) | - setDrawable:forShapeId: |
| (struct EshContent *) | - eshContentForId: |
| (void) | - setEshContent:forId: |
| (id) | - colorPalette |
| (void) | - setColorPalette: |
Geschützte Attribute | |
| Class | mClient |
| NSMutableDictionary * | mShapeIdMap |
| NSMutableDictionary * | mEshContentIdMap |
| id< OADColorPalette > | mColorPalette |
Definiert in Zeile 11 der Datei OABState.h.
| - (id) init |
| - (id) initWithClient: | (Class) | fp8 |
| - (void) dealloc |
Implementiert NSObject.
| - (Class) client |
| - (id) drawableForShapeId: | (int) | fp8 |
| - (void) setDrawable: | (id) | fp8 | ||
| forShapeId: | (int) | fp12 | ||
| - (struct EshContent *) eshContentForId: | (int) | fp8 |
| - (void) setEshContent: | (struct EshContent *) | fp8 | ||
| forId: | (int) | fp12 | ||
| - (id) colorPalette |
| - (void) setColorPalette: | (id) | fp8 |
- (Class) mClient [protected] |
Definiert in Zeile 13 der Datei OABState.h.
- (NSMutableDictionary*) mShapeIdMap [protected] |
Definiert in Zeile 14 der Datei OABState.h.
- (NSMutableDictionary*) mEshContentIdMap [protected] |
Definiert in Zeile 15 der Datei OABState.h.
- (id<OADColorPalette>) mColorPalette [protected] |
Definiert in Zeile 16 der Datei OABState.h.