#import <UICompositeImageView.h>
Abgeleitet von UIView.
Öffentliche Methoden | |
| (id) | - initWithFrame: |
| (void) | - dealloc |
| (void) | - addImage: |
| (void) | - addImage:operation:fraction: |
| (void) | - addImage:toRect:fromRect: |
| (void) | - addImage:toRect:fromRect:operation:fraction: |
| (void) | - removeAllImages |
| (void) | - drawRect: |
Geschützte Attribute | |
| NSMutableArray * | m_images |
Definiert in Zeile 11 der Datei UICompositeImageView.h.
| - (void) dealloc |
Implementiert UIView.
| - (void) addImage: | (id) | fp8 |
| - (void) addImage: | (id) | fp8 | ||
| operation: | (int) | fp12 | ||
| fraction: | (float) | fp16 | ||
| - (void) addImage: | (id) | fp8 | ||
| toRect: | (struct CGRect) | fp12 | ||
| fromRect: | (struct CGRect) | fp28 | ||
| operation: | (int) | fp44 | ||
| fraction: | (float) | fp48 | ||
| - (void) removeAllImages |
| - (void) drawRect: | (struct CGRect) | fp8 |
- (NSMutableArray*) m_images [protected] |
Definiert in Zeile 13 der Datei UICompositeImageView.h.