]>
Commit | Line | Data |
---|---|---|
2cd8f71b JF |
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 UIWebDocumentView; | |
10 | ||
11 | @interface UITextLoupe : UIView | |
12 | { | |
13 | UIWebDocumentView *m_webView; | |
14 | struct { | |
15 | struct CGPoint point; | |
16 | double time; | |
17 | } m_points[16]; | |
18 | int m_index; | |
19 | float m_yOffset; | |
20 | BOOL m_firstUpdate; | |
21 | } | |
22 | ||
23 | + (void)touchLoupeTimer:(id)fp8; | |
24 | + (void)cancelLoupeTimer; | |
25 | - (id)initWithFrame:(struct CGRect)fp8; | |
26 | - (id)initWithWebView:(id)fp8; | |
27 | - (void)dealloc; | |
28 | - (id)superview; | |
29 | - (struct CGRect)frame; | |
30 | - (void)setWebView:(id)fp8; | |
31 | - (void)setTopConstrained:(BOOL)fp8; | |
32 | - (void)zoomUpAnimation; | |
33 | - (void)logPoint:(struct CGPoint)fp8; | |
34 | - (void)updateFrameAndOffsetForPoint:(struct CGPoint)fp8; | |
35 | - (void)update:(struct CGPoint)fp8; | |
36 | - (struct CGPoint)terminalPoint; | |
37 | - (void)zoomDownAnimation; | |
38 | - (void)zoomDownAnimationDidStop:(id)fp8 finished:(id)fp12; | |
39 | - (void)fade; | |
40 | - (void)remove; | |
41 | - (void)clearPoints; | |
42 | - (void)drawRect:(struct CGRect)fp8; | |
43 | - (int)textEffectsVisibilityLevel; | |
44 | ||
45 | @end | |
46 |