]> git.saurik.com Git - iphone-api.git/blob - PhotoLibrary/ImageView.h
Add MobileSMS for NickP.
[iphone-api.git] / PhotoLibrary / ImageView.h
1 /*
2 * Generated by class-dump 3.1.2.
3 *
4 * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
5 */
6
7 #import <UIKit/UIView.h>
8
9 @class MLPhoto;
10
11 @interface ImageView : UIView
12 {
13 id _delegate;
14 struct CGImage *_fullSizeImageRef;
15 struct CGImage *_thumbnailImageRef;
16 int _imageOrientation;
17 int _orientationWhenLastDisplayed;
18 struct CGSize _fullSize;
19 MLPhoto *_modelImage;
20 BOOL _setOriginDuringAnimation;
21 float _startScale;
22 float _endScale;
23 struct CGSize _endContentSize;
24 struct CGSize _startContentSize;
25 float _zoomProgress;
26 BOOL _zoomToFillInsteadOfToFit;
27 BOOL _useLessThanMinZoomForZoomedOutTest;
28 BOOL _allowZoomToFill;
29 }
30
31 - (id)initWithFrame:(struct CGRect)fp8;
32 - (void)setDelegate:(id)fp8;
33 - (void)dealloc;
34 - (void)_setOriginForContentSize:(struct CGSize)fp8;
35 - (void)centerInScrollerIfNeeded;
36 - (void)setZoomScale:(float)fp8 duration:(double)fp12;
37 - (int)orientationWhenLastDisplayed;
38 - (void)setOrientationWhenLastDisplayed:(int)fp8;
39 - (struct CGSize)_scrollerContentSize;
40 - (void)zoomToScale:(float)fp8;
41 - (void)animator:(id)fp8 stopAnimation:(id)fp12;
42 - (void)_prepareForAnimatedZoomToScale:(float)fp8 duration:(double)fp12;
43 - (void)_zoomToScrollPoint:(struct CGPoint)fp8 scale:(float)fp16 duration:(float)fp20 event:(struct __GSEvent *)fp24;
44 - (struct CGImage *)imageRef;
45 - (int)imageOrientation;
46 - (BOOL)_canDrawContent;
47 - (void)drawRect:(struct CGRect)fp8;
48 - (BOOL)hasFullSizeImage;
49 - (void)ensureFullSizeImageLoaded;
50 - (void)setAllowsZoomToFill:(BOOL)fp8;
51 - (void)updateZoomScales;
52 - (int)defaultZoomStyle;
53 - (void)_updateLayerContents;
54 - (void)setFullSizeImageRef:(struct CGImage *)fp8 orientation:(int)fp12;
55 - (void)_finishedLoadingImageRef:(id)fp8;
56 - (void)movedFromSuperview:(id)fp8;
57 - (float)minRotatedScale;
58 - (float)_calculateZoomScale:(BOOL)fp8;
59 - (float)minZoomScale;
60 - (float)zoomToFillScale;
61 - (float)defaultZoomScale;
62 - (void)setThumbnail:(struct CGImage *)fp8;
63 - (BOOL)isZoomedOut;
64 - (id)modelImage;
65 - (void)setModelImage:(id)fp8;
66 - (id)description;
67 - (struct CGImage *)createUnrotatedImageWithSize:(struct CGSize)fp8;
68 - (void)_gestureChanged:(int)fp8 event:(struct __GSEvent *)fp12;
69
70 @end
71