]> git.saurik.com Git - iphone-api.git/blobdiff - UIKit/UIView-Rendering.h
Adding numerous class dumps.
[iphone-api.git] / UIKit / UIView-Rendering.h
diff --git a/UIKit/UIView-Rendering.h b/UIKit/UIView-Rendering.h
new file mode 100644 (file)
index 0000000..1fc5ffb
--- /dev/null
@@ -0,0 +1,42 @@
+/*
+ *     Generated by class-dump 3.1.2.
+ *
+ *     class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
+ */
+
+#import <UIKit/UIView.h>
+
+@interface UIView (Rendering)
++ (void)flush;
++ (void)throttledFlush;
+- (void)setContentMode:(int)fp8;
+- (int)contentMode;
+- (void)drawRect:(struct CGRect)fp8;
+- (struct CGRect)visibleBounds;
+- (void)setNeedsDisplay;
+- (void)setNeedsDisplayInRect:(struct CGRect)fp8;
+- (BOOL)needsDisplay;
+- (BOOL)needsDisplayOnBoundsChange;
+- (void)setNeedsDisplayOnBoundsChange:(BOOL)fp8;
+- (void)setClipsToBounds:(BOOL)fp8;
+- (BOOL)clipsToBounds;
+- (void)setBackgroundColor:(id)fp8;
+- (id)backgroundColor;
+- (void)setFixedBackgroundPattern:(BOOL)fp8;
+- (void)setAlpha:(float)fp8;
+- (float)alpha;
+- (void)setOpaque:(BOOL)fp8;
+- (BOOL)isOpaque;
+- (void)setClearsContextBeforeDrawing:(BOOL)fp8;
+- (BOOL)clearsContextBeforeDrawing;
+- (void)setHidden:(BOOL)fp8;
+- (BOOL)isHidden;
+- (BOOL)isHiddenOrHasHiddenAncestor;
+- (void)setClearsContext:(BOOL)fp8;
+- (void)setContentsPosition:(int)fp8;
+- (struct CGImage *)createSnapshotWithRect:(struct CGRect)fp8;
+- (void)forceDisplayIfNeeded;
+- (void)recursivelyForceDisplayIfNeeded;
+- (void)_enableLayerKitPatternDrawing:(BOOL)fp8;
+@end
+