#import <OADTableRow.h>
Abgeleitet von NSObject.
Öffentliche Methoden | |
| (id) | - init |
| (void) | - dealloc |
| (int) | - cellCount |
| (id) | - cellAtIndex: |
| (id) | - addCell |
| (float) | - height |
| (void) | - setHeight: |
Geschützte Attribute | |
| NSMutableArray * | mCells |
| float | mHeight |
Definiert in Zeile 11 der Datei OADTableRow.h.
| - (id) init |
| - (void) dealloc |
Implementiert NSObject.
| - (int) cellCount |
| - (id) cellAtIndex: | (int) | fp8 |
| - (id) addCell |
| - (float) height |
| - (void) setHeight: | (float) | fp8 |
- (NSMutableArray*) mCells [protected] |
Definiert in Zeile 13 der Datei OADTableRow.h.
- (float) mHeight [protected] |
Definiert in Zeile 14 der Datei OADTableRow.h.