]>
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/UIWebDocumentView.h> | |
8 | ||
9 | @interface UIWebDocumentView (Interaction) | |
10 | + (id)_calloutViewForWebView:(id)fp8; | |
11 | + (id)_createDefaultHighlightView; | |
12 | + (id)_highlightView; | |
13 | - (void)clearInteractionTimer; | |
14 | - (void)performInteractionSelector:(SEL)fp8 afterDelay:(double)fp12; | |
15 | - (struct CGPoint)convertWindowPointToViewport:(struct CGPoint)fp8; | |
16 | - (void)mouseDown:(struct __GSEvent *)fp8; | |
17 | - (void)mouseUp:(struct __GSEvent *)fp8; | |
18 | - (void)mouseDragged:(struct __GSEvent *)fp8; | |
19 | - (void)interactionMouseUp:(struct __GSEvent *)fp8; | |
20 | - (void)interactionMouseDown:(struct __GSEvent *)fp8; | |
21 | - (void)defaultMouseDragged:(struct __GSEvent *)fp8; | |
22 | - (void)defaultMouseUp:(struct __GSEvent *)fp8; | |
23 | - (BOOL)canHandleHandEvent:(struct __GSEvent *)fp8; | |
24 | - (BOOL)handleHandEvent:(struct __GSEvent *)fp8; | |
25 | - (void)touchesBegan:(id)fp8 withEvent:(id)fp12; | |
26 | - (void)touchesMoved:(id)fp8 withEvent:(id)fp12; | |
27 | - (void)touchesEnded:(id)fp8 withEvent:(id)fp12; | |
28 | - (void)webView:(id)fp8 eventRegionsChanged:(id)fp12; | |
29 | - (BOOL)_directEventsHitTest:(struct CGPoint)fp8; | |
30 | - (BOOL)_directEventsCheckEvent:(struct __GSEvent *)fp8; | |
31 | - (BOOL)_directEventsProcessEvent:(struct __GSEvent *)fp8; | |
32 | - (void)cancelInteractionWithCandidate; | |
33 | - (void)forwardMouseUpToInteractionCandidate:(struct __GSEvent *)fp8; | |
34 | - (void)forwardMouseDraggedToInteractionCandidate:(struct __GSEvent *)fp8; | |
35 | - (void)forwardEventsToInteractionCandidate; | |
36 | - (void)performCandidateClick:(id)fp8; | |
37 | - (void)performClick:(id)fp8; | |
38 | - (void)attemptClick:(id)fp8; | |
39 | - (void)webView:(id)fp8 didObserveDeferredContentChange:(int)fp12 forFrame:(id)fp16; | |
40 | - (void)webView:(id)fp8 didPreventDefaultForEvent:(struct __GSEvent *)fp12; | |
41 | - (id)approximateNodeAtViewportLocation:(struct CGPoint *)fp8; | |
42 | - (void)calloutApproximateNode; | |
43 | - (void)highlightApproximateNodeInverted:(BOOL)fp8; | |
44 | - (void)hideCalloutAndHighlight; | |
45 | - (void)highlightApproximateNodeAndDisplayCallout; | |
46 | - (void)resetInteraction; | |
47 | - (void)completeInteraction; | |
48 | - (void)cancelInteraction; | |
49 | - (void)deferInteraction; | |
50 | - (void)cancelInteractionWithImmediateDisplay:(BOOL)fp8; | |
51 | - (void)_saveImages:(id)fp8; | |
52 | - (void)alertSheet:(id)fp8 buttonClicked:(int)fp12; | |
53 | - (void)modalView:(id)fp8 didDismissWithButtonIndex:(int)fp12; | |
54 | - (void)sendScrollWheelEvents; | |
55 | - (BOOL)eventCanTriggerGestureScrolling:(struct __GSEvent *)fp8; | |
56 | - (void)setInteractionDelegate:(id)fp8; | |
57 | - (id)interactionDelegate; | |
58 | - (void)setAllowsImageSheet:(BOOL)fp8; | |
59 | @end | |
60 |