]> git.saurik.com Git - iphone-api.git/blob - UIKit/UIWebPlugInView.h
Commit the Preferences folder (for WinterBoard).
[iphone-api.git] / UIKit / UIWebPlugInView.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 "WAKView.h"
8
9 @class UIView, UIWebDocumentView;
10
11 @interface UIWebPlugInView : WAKView
12 {
13 UIWebDocumentView *_webView;
14 UIView *_uiView;
15 struct __CFRunLoopObserver *_mainRunLoopDrawObserver;
16 BOOL _isFullScreen;
17 }
18
19 - (id)initWithWebView:(id)fp8 plugInView:(id)fp12;
20 - (void)dealloc;
21 - (void)setFrame:(struct CGRect)fp8;
22 - (void)setFrameSize:(struct CGSize)fp8;
23 - (void)viewDidMoveToWindow;
24 - (void)invalidateGState;
25 - (id)plugInView;
26 - (void)reshape;
27 - (void)layout;
28 - (void)drawRect:(struct CGRect)fp8;
29 - (void)webPlugInInitialize;
30 - (void)webPlugInStart;
31 - (void)webPlugInStop;
32 - (void)webPlugInDestroy;
33 - (BOOL)respondsToSelector:(SEL)fp8;
34 - (void)forwardInvocation:(id)fp8;
35 - (id)methodSignatureForSelector:(SEL)fp8;
36 - (id)objectForWebScript;
37 - (void)mouseDown:(id)fp8;
38 - (void)mouseUp:(id)fp8;
39
40 @end
41