#import <EDReference.h>
Abgeleitet von NSObject und < NSCopying >.
Öffentliche Methoden | |
| (id) | - init |
| (id) | - initWithFirstRow:lastRow:firstColumn:lastColumn: |
| (id) | - copyWithZone: |
| (BOOL) | - isEqualToReference: |
| (BOOL) | - isEqual: |
| (unsigned int) | - hash |
| (int) | - firstRow |
| (void) | - setFirstRow: |
| (int) | - firstColumn |
| (void) | - setFirstColumn: |
| (int) | - lastRow |
| (void) | - setLastRow: |
| (int) | - lastColumn |
| (void) | - setLastColumn: |
| (_Bool) | - fullyAdjacentToReference: |
| (void) | - unionWithReference: |
| (void) | - unionWithMaxRow:maxColumn: |
Öffentliche, statische Methoden | |
| (id) | + reference |
| (id) | + referenceWithFirstRow:lastRow:firstColumn:lastColumn: |
Geschützte Attribute | |
| int | mFirstRow |
| int | mLastRow |
| int | mFirstColumn |
| int | mLastColumn |
Definiert in Zeile 11 der Datei EDReference.h.
| + (id) reference |
| + (id) referenceWithFirstRow: | (int) | fp8 | ||
| lastRow: | (int) | fp12 | ||
| firstColumn: | (int) | fp16 | ||
| lastColumn: | (int) | fp20 | ||
| - (id) init |
| - (id) initWithFirstRow: | (int) | fp8 | ||
| lastRow: | (int) | fp12 | ||
| firstColumn: | (int) | fp16 | ||
| lastColumn: | (int) | fp20 | ||
| - (id) copyWithZone: | (struct _NSZone *) | fp8 |
Erneute Implementation von < NSCopying >.
| - (BOOL) isEqualToReference: | (id) | fp8 |
| - (BOOL) isEqual: | (id) | fp8 |
Implementiert NSObject.
| - (unsigned int) hash |
Implementiert NSObject.
| - (int) firstRow |
| - (void) setFirstRow: | (int) | fp8 |
| - (int) firstColumn |
| - (void) setFirstColumn: | (int) | fp8 |
| - (int) lastRow |
| - (void) setLastRow: | (int) | fp8 |
| - (int) lastColumn |
| - (void) setLastColumn: | (int) | fp8 |
| - (_Bool) fullyAdjacentToReference: | (id) | fp8 |
| - (void) unionWithReference: | (id) | fp8 |
| - (void) unionWithMaxRow: | (int) | fp8 | ||
| maxColumn: | (int) | fp12 | ||
- (int) mFirstRow [protected] |
Definiert in Zeile 13 der Datei EDReference.h.
- (int) mLastRow [protected] |
Definiert in Zeile 14 der Datei EDReference.h.
- (int) mFirstColumn [protected] |
Definiert in Zeile 15 der Datei EDReference.h.
- (int) mLastColumn [protected] |
Definiert in Zeile 16 der Datei EDReference.h.