#import <CMStyle.h>
Abgeleitet von NSObject.
Basisklasse für EMCellStyle und WMStyle.
Öffentliche Methoden | |
| (id) | - init |
| (id) | - initWithStyle: |
| (void) | - dealloc |
| (id) | - properties |
| (void) | - addProperty:forKey: |
| (id) | - propertyForName: |
| (id) | - attributeForName: |
| (id) | - cssStyleString |
| (void) | - appendPropertyForName:stringWithColons: |
| (void) | - appendPropertyForName:stringValue: |
| (void) | - appendPropertyForName:intValue: |
| (void) | - appendPropertyForName:length:unit: |
| (void) | - appendPositionInfoFromRect: |
| (void) | - appendSizeInfoFromRect: |
| (void) | - appendDefaultBorderStyle |
Geschützte Attribute | |
| NSMutableDictionary * | properties |
| NSMutableString * | mStyleString |
Definiert in Zeile 11 der Datei CMStyle.h.
| - (id) init |
Implementiert in EMCellStyle.
| - (id) initWithStyle: | (id) | fp8 |
| - (void) dealloc |
Implementiert NSObject.
| - (id) properties |
| - (void) addProperty: | (id) | fp8 | ||
| forKey: | (id) | fp12 | ||
| - (id) propertyForName: | (id) | fp8 |
| - (id) attributeForName: | (id) | fp8 |
| - (id) cssStyleString |
Implementiert in WMStyle.
| - (void) appendPropertyForName: | (id) | fp8 | ||
| stringWithColons: | (id) | fp12 | ||
| - (void) appendPropertyForName: | (id) | fp8 | ||
| stringValue: | (id) | fp12 | ||
| - (void) appendPropertyForName: | (id) | fp8 | ||
| intValue: | (int) | fp12 | ||
| - (void) appendPropertyForName: | (id) | fp8 | ||
| length: | (double) | fp12 | ||
| unit: | (int) | fp20 | ||
| - (void) appendPositionInfoFromRect: | (struct _NSRect) | fp8 |
| - (void) appendSizeInfoFromRect: | (struct _NSRect) | fp8 |
| - (void) appendDefaultBorderStyle |
- (NSMutableDictionary*) properties [protected] |
- (NSMutableString*) mStyleString [protected] |