#import <OADRelativeRect.h>
Abgeleitet von NSObject und < NSCopying >.
Öffentliche Methoden | |
| (id) | - init |
| (id) | - initWithLeft:top:right:bottom: |
| (id) | - copyWithZone: |
| (float) | - left |
| (void) | - setLeft: |
| (float) | - top |
| (void) | - setTop: |
| (float) | - right |
| (void) | - setRight: |
| (float) | - bottom |
| (void) | - setBottom: |
Geschützte Attribute | |
| float | mLeft |
| float | mTop |
| float | mRight |
| float | mBottom |
Definiert in Zeile 11 der Datei OADRelativeRect.h.
| - (id) init |
| - (id) initWithLeft: | (float) | fp8 | ||
| top: | (float) | fp12 | ||
| right: | (float) | fp16 | ||
| bottom: | (float) | fp20 | ||
| - (id) copyWithZone: | (struct _NSZone *) | fp8 |
Erneute Implementation von < NSCopying >.
| - (float) left |
| - (void) setLeft: | (float) | fp8 |
| - (float) top |
| - (void) setTop: | (float) | fp8 |
| - (float) right |
| - (void) setRight: | (float) | fp8 |
| - (float) bottom |
| - (void) setBottom: | (float) | fp8 |
- (float) mLeft [protected] |
Definiert in Zeile 13 der Datei OADRelativeRect.h.
- (float) mTop [protected] |
Definiert in Zeile 14 der Datei OADRelativeRect.h.
- (float) mRight [protected] |
Definiert in Zeile 15 der Datei OADRelativeRect.h.
- (float) mBottom [protected] |
Definiert in Zeile 16 der Datei OADRelativeRect.h.