#import <ECMappingContext.h>
Abgeleitet von NSObject.
Öffentliche Methoden | |
| (id) | - init |
| (void) | - dealloc |
| (struct ChVector< OcText > *) | - mappedSheetNames |
| (unsigned int) | - mappedSheetIndexForSheetIndex: |
| (unsigned int) | - mappedSheetIndexForSheetName: |
| (id) | - mappingInfoForObject: |
| (unsigned int) | - mappingInfoCount |
| (id) | - mappingInfoAtIndex: |
Geschützte Attribute | |
| NSMapTable * | mIndexToMappedIndex |
| NSMutableDictionary * | mSheetNameToMappedIndex |
| NSMapTable * | mObjectToMappingInfo |
| NSMutableArray * | mMappingInfos |
Definiert in Zeile 11 der Datei ECMappingContext.h.
| - (id) init |
| - (void) dealloc |
Implementiert NSObject.
| - (struct ChVector<OcText> *) mappedSheetNames |
| - (unsigned int) mappedSheetIndexForSheetIndex: | (unsigned int) | fp8 |
| - (unsigned int) mappedSheetIndexForSheetName: | (id) | fp8 |
| - (id) mappingInfoForObject: | (id) | fp8 |
| - (unsigned int) mappingInfoCount |
| - (id) mappingInfoAtIndex: | (unsigned int) | fp8 |
- (NSMapTable*) mIndexToMappedIndex [protected] |
Definiert in Zeile 13 der Datei ECMappingContext.h.
- (NSMutableDictionary*) mSheetNameToMappedIndex [protected] |
Definiert in Zeile 14 der Datei ECMappingContext.h.
- (NSMapTable*) mObjectToMappingInfo [protected] |
Definiert in Zeile 15 der Datei ECMappingContext.h.
- (NSMutableArray*) mMappingInfos [protected] |
Definiert in Zeile 16 der Datei ECMappingContext.h.