#import <NSCoder-NSKeyedGeometryCoding.h>
Öffentliche Methoden | |
| (void) | - encodePoint:forKey: |
| (void) | - encodeSize:forKey: |
| (void) | - encodeRect:forKey: |
| (struct _NSPoint) | - decodePointForKey: |
| (struct _NSSize) | - decodeSizeForKey: |
| (struct _NSRect) | - decodeRectForKey: |
Definiert in Zeile 9 der Datei NSCoder-NSKeyedGeometryCoding.h.
| - (void) encodePoint: | (struct _NSPoint) | fp8 | ||
| forKey: | (id) | fp16 | ||
| - (void) encodeSize: | (struct _NSSize) | fp8 | ||
| forKey: | (id) | fp16 | ||
| - (void) encodeRect: | (struct _NSRect) | fp8 | ||
| forKey: | (id) | fp24 | ||
| - (struct _NSPoint) decodePointForKey: | (id) | fp8 |
| - (struct _NSSize) decodeSizeForKey: | (id) | fp8 |
| - (struct _NSRect) decodeRectForKey: | (id) | fp8 |