]> git.saurik.com Git - iphone-api.git/blob - UIKit/UIView-Internal.h
Add MobileSMS for NickP.
[iphone-api.git] / UIKit / UIView-Internal.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 @interface UIView (Internal)
10 + (void)_setInvalidatesViewUponCreation:(BOOL)fp8;
11 + (BOOL)_invalidatesViewUponCreation;
12 + (void)_setIsResponderAncestorOfFirstResponder:(BOOL)fp8 startingAtFirstResponder:(id)fp12;
13 - (BOOL)_subclassImplementsDrawRect;
14 - (id)_layer;
15 - (id)_scroller;
16 - (void)_didScroll;
17 - (void)_invalidateSubviewCache;
18 - (void)_invalidateLayerContents;
19 - (void)_setInterceptMouseEvent:(BOOL)fp8;
20 - (id)_interceptMouseEvent:(struct __GSEvent *)fp8;
21 - (id)_interceptEvent:(id)fp8;
22 - (BOOL)_canDrawContent;
23 - (void)_didMoveFromWindow:(id)fp8 toWindow:(id)fp12;
24 - (BOOL)_alwaysHandleScrollerMouseEvent;
25 - (BOOL)_alwaysHandleInteractionEvents;
26 - (BOOL)_isInAWindow;
27 - (BOOL)_containedInAbsoluteResponderChain;
28 - (void)_mouseDown:(struct __GSEvent *)fp8;
29 - (void)_mouseDragged:(struct __GSEvent *)fp8;
30 - (void)_mouseUp:(struct __GSEvent *)fp8;
31 - (BOOL)_cancelTapDelegateTracking;
32 - (BOOL)_canHandleStatusBarMouseEvents:(struct __GSEvent *)fp8;
33 - (void)_setContentImage:(id)fp8;
34 - (void)_setContentsTransform:(struct CGAffineTransform)fp8;
35 - (void)_renderSnapshotWithRect:(struct CGRect)fp8 inContext:(struct CGContext *)fp24;
36 - (void)_addSubview:(id)fp8 positioned:(int)fp12 relativeTo:(id)fp16;
37 - (void)_populateArchivedSubviews:(id)fp8;
38 - (void)_setIsAncestorOfFirstResponder:(BOOL)fp8;
39 - (BOOL)_isAncestorOfFirstResponder;
40 @end
41