]> git.saurik.com Git - iphone-api.git/blob - UIKit/UIView-Rendering.h
Commit the Preferences folder (for WinterBoard).
[iphone-api.git] / UIKit / UIView-Rendering.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 (Rendering)
10 + (void)flush;
11 + (void)throttledFlush;
12 - (void)setContentMode:(int)fp8;
13 - (int)contentMode;
14 - (void)drawRect:(struct CGRect)fp8;
15 - (struct CGRect)visibleBounds;
16 - (void)setNeedsDisplay;
17 - (void)setNeedsDisplayInRect:(struct CGRect)fp8;
18 - (BOOL)needsDisplay;
19 - (BOOL)needsDisplayOnBoundsChange;
20 - (void)setNeedsDisplayOnBoundsChange:(BOOL)fp8;
21 - (void)setClipsToBounds:(BOOL)fp8;
22 - (BOOL)clipsToBounds;
23 - (void)setBackgroundColor:(id)fp8;
24 - (id)backgroundColor;
25 - (void)setFixedBackgroundPattern:(BOOL)fp8;
26 - (void)setAlpha:(float)fp8;
27 - (float)alpha;
28 - (void)setOpaque:(BOOL)fp8;
29 - (BOOL)isOpaque;
30 - (void)setClearsContextBeforeDrawing:(BOOL)fp8;
31 - (BOOL)clearsContextBeforeDrawing;
32 - (void)setHidden:(BOOL)fp8;
33 - (BOOL)isHidden;
34 - (BOOL)isHiddenOrHasHiddenAncestor;
35 - (void)setClearsContext:(BOOL)fp8;
36 - (void)setContentsPosition:(int)fp8;
37 - (struct CGImage *)createSnapshotWithRect:(struct CGRect)fp8;
38 - (void)forceDisplayIfNeeded;
39 - (void)recursivelyForceDisplayIfNeeded;
40 - (void)_enableLayerKitPatternDrawing:(BOOL)fp8;
41 @end
42