#import <OADTable.h>
Abgeleitet von OADDrawable.
Öffentliche Methoden | |
| (id) | - init |
| (void) | - dealloc |
| (id) | - tableProperties |
| (id) | - grid |
| (int) | - rowCount |
| (id) | - rowAtIndex: |
| (id) | - addRow |
| (void) | - setParentTextListStyle: |
Geschützte Attribute | |
| OADTableProperties * | mProperties |
| OADTableGrid * | mGrid |
| NSMutableArray * | mRows |
Definiert in Zeile 11 der Datei OADTable.h.
| - (id) init |
| - (void) dealloc |
Implementiert OADDrawable.
| - (id) tableProperties |
| - (id) grid |
| - (int) rowCount |
| - (id) rowAtIndex: | (int) | fp8 |
| - (id) addRow |
| - (void) setParentTextListStyle: | (id) | fp8 |
Implementiert OADDrawable.
- (OADTableProperties*) mProperties [protected] |
Definiert in Zeile 13 der Datei OADTable.h.
- (OADTableGrid*) mGrid [protected] |
Definiert in Zeile 14 der Datei OADTable.h.
- (NSMutableArray*) mRows [protected] |
Definiert in Zeile 15 der Datei OADTable.h.