]> git.saurik.com Git - iphone-api.git/blob - UIKit/UICoverFlowLayer.h
Commit these numerous sequestered UIKit updates.
[iphone-api.git] / UIKit / UICoverFlowLayer.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 <QuartzCore/CALayer.h>
8
9 @interface UICoverFlowLayer : CALayer
10 {
11 void *_private;
12 }
13
14 - (id)initWithFrame:(struct CGRect)fp8 numberOfCovers:(unsigned int)fp24;
15 - (id)initWithFrame:(struct CGRect)fp8 numberOfCovers:(unsigned int)fp24 numberOfPlaceholders:(unsigned int)fp28;
16
17 - (unsigned int)numberOfCovers;
18 - (unsigned int)numberOfPlaceholders;
19
20 - (void)dealloc;
21 - (void)setDelegate:(id)fp8;
22
23 - (void)setPlaceholderImage:(void *)fp8;
24 - (void)setPlaceholderImage:(void *)fp8 atPlaceholderIndex:(unsigned int)fp12;
25 - (void)setPlaceholderIndicesForCovers:(unsigned int *)fp8;
26
27 - (void)_prefetch:(unsigned int)fp8 atIndex:(unsigned int)fp12;
28 - (void)_requestBatch;
29 - (void)_requestImageAtIndex:(int)fp8 quality:(unsigned int)fp12;
30 - (void)_requestImageAtIndex:(int)fp8;
31 - (void)_notifySelectionDidChange;
32 - (void)transitionIn:(float)fp8;
33 - (void)transitionOut:(float)fp8;
34 - (void)transition:(unsigned int)fp8 withCoverFrame:(struct CGRect)fp12;
35 - (void)transitionIn:(float)fp8 fromFrame:(struct CGRect)fp12;
36 - (void)transitionOut:(float)fp8 toFrame:(struct CGRect)fp12;
37 - (void)setDisplayedOrientation:(int)fp8 animate:(BOOL)fp12;
38 - (void)setInfoLayer:(id)fp8;
39 - (void)setImage:(void *)fp8 atIndex:(unsigned int)fp12 type:(unsigned int)fp16;
40 - (void)setImage:(void *)fp8 atIndex:(unsigned int)fp12 type:(unsigned int)fp16 imageSubRect:(struct CGRect)fp20;
41 - (void)setImage:(void *)fp8 atIndex:(unsigned int)fp12;
42 - (unsigned int)indexOfSelectedCover;
43 - (unsigned int)_coverAtScreenPosition:(struct CGPoint)fp8;
44 - (void)_recycleLayer:(int)fp8 to:(int)fp12;
45 - (void)_setNewSelectedIndex:(int)fp8;
46 - (void)_updateTick;
47 - (void)displayTick;
48 - (void)dragFlow:(unsigned int)fp8 atPoint:(struct CGPoint)fp12;
49 - (void)selectCoverAtIndex:(unsigned int)fp8;
50 - (void)selectCoverAtOffset:(int)fp8;
51 - (unsigned int)coverIndexAtPosition:(float)fp8;
52 - (void)_setupFlippedCoverLayer:(id)fp8;
53 - (void)flipSelectedCover;
54 - (int)benchmarkTick;
55 - (void)benchmarkHeartbeatLongScrub;
56 - (void)benchmarkHeartbeatShortScrub;
57 - (void)benchmarkHeartbeatScrubAndWait;
58 - (void)benchmarkTightLoop;
59 - (void)benchmarkTightLoopScrub;
60 - (BOOL)benchmarkLoadScrub;
61 - (BOOL)benchmarkImageManager:(void *)fp8;
62 - (void)benchmarkSetEnv;
63 - (void)benchmarkMode:(int)fp8;
64 - (void)benchmarkTickMode:(int)fp8;
65 - (void)benchmarkImageMode:(int)fp8;
66 - (void)benchmarkPerformanceLog:(BOOL)fp8;
67 - (void)benchmarkTightLoopTime:(unsigned int)fp8;
68 - (void)benchmarkLongScrubSpeed:(float)fp8;
69 - (void)benchmarkSkipImageLoad:(BOOL)fp8;
70
71 @end
72