#import <PLImageTile.h>
Abgeleitet von UITile.
Basisklasse für PLTVOutImageTile.
Öffentliche Methoden | |
| (void) | - _clearImageScroller |
| (id) | - initWithFrame: |
| (void) | - dealloc |
| (void) | - setFrame: |
| (BOOL) | - _drawsContent |
| (BOOL) | - _canDrawContent |
| (void) | - drawRect: |
| (struct CGRect) | - imageRect |
| (int) | - imageIndex |
| (id) | - rotationView |
| (id) | - imageScroller |
| (void) | - setImageScroller: |
| (id) | - tiledView |
| (void) | - setTiledView: |
| (id) | - hitTest:forEvent: |
| (void) | - removeFromSuperview |
| (void) | - setNeedsDisplayInDirtyRect |
| (void) | - _zoomOut |
| (void) | - _handleDoubleTap: |
| (void) | - view:handleTapWithCount:event:fingerCount: |
| (void) | - viewHandleTouchPause:isDown: |
Öffentliche, statische Methoden | |
| (Class) | + tileViewClass |
| (id) | + createImageTileWithFrame:image:orientation:allowZoomToFill: |
Geschützte Attribute | |
| UITiledView * | _tiledView |
| RotationView * | _rotationView |
| PLImageScroller * | _imageScroller |
| int | _index |
Definiert in Zeile 11 der Datei PLImageTile.h.
| + (Class) tileViewClass |
Implementiert in PLTVOutImageTile.
| + (id) createImageTileWithFrame: | (struct CGRect) | fp8 | ||
| image: | (struct CGImage *) | fp24 | ||
| orientation: | (int) | fp28 | ||
| allowZoomToFill: | (BOOL) | fp32 | ||
| - (void) _clearImageScroller |
| - (void) dealloc |
Implementiert UIView.
| - (void) setFrame: | (struct CGRect) | fp8 |
| - (BOOL) _drawsContent |
| - (BOOL) _canDrawContent |
Implementiert UITile.
| - (struct CGRect) imageRect |
Implementiert in PLTVOutImageTile.
| - (int) imageIndex |
| - (id) rotationView |
| - (id) imageScroller |
| - (void) setImageScroller: | (id) | fp8 |
| - (id) tiledView |
| - (void) setTiledView: | (id) | fp8 |
| - (void) removeFromSuperview |
| - (void) setNeedsDisplayInDirtyRect |
Implementiert UITile.
| - (void) _zoomOut |
| - (void) _handleDoubleTap: | (struct __GSEvent *) | fp8 |
| - (void) view: | (id) | fp8 | ||
| handleTapWithCount: | (int) | fp12 | ||
| event: | (struct __GSEvent *) | fp16 | ||
| fingerCount: | (int) | fp20 | ||
| - (void) viewHandleTouchPause: | (id) | fp8 | ||
| isDown: | (BOOL) | fp12 | ||
- (UITiledView*) _tiledView [protected] |
Definiert in Zeile 13 der Datei PLImageTile.h.
- (RotationView*) _rotationView [protected] |
Definiert in Zeile 14 der Datei PLImageTile.h.
- (PLImageScroller*) _imageScroller [protected] |
Definiert in Zeile 15 der Datei PLImageTile.h.
- (int) _index [protected] |
Definiert in Zeile 16 der Datei PLImageTile.h.