]>
Commit | Line | Data |
---|---|---|
2cd8f71b JF |
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 | @class NSMutableArray, NSString; | |
10 | ||
11 | @interface UITiledView : UIView | |
12 | { | |
13 | NSMutableArray *_rows; | |
14 | NSMutableArray *_unusedTiles; | |
15 | NSString *_minificationFilter; | |
16 | struct CGRect _visibleRect; | |
17 | struct CGRect _requiredDrawRect; | |
18 | struct CGRect _dirtyRect; | |
19 | struct CGSize _tileSize; | |
20 | struct CGSize _firstTileSize; | |
21 | struct CGPoint _tileOrigin; | |
22 | unsigned int _maxTileCount; | |
23 | BOOL _drawsGrid; | |
24 | BOOL _isTilingEnabled; | |
25 | BOOL _logsTilingChanges; | |
26 | BOOL _tileDrawingEnabled; | |
27 | BOOL _inLayout; | |
28 | BOOL _allNewTilesNeeded; | |
29 | BOOL _positionsTilesFromOrigin; | |
30 | BOOL _sizesTilesToFit; | |
31 | BOOL _tilesOpaque; | |
32 | } | |
33 | ||
34 | + (Class)tileClass; | |
35 | - (unsigned int)_usedTileCount; | |
36 | - (unsigned int)_tileCount; | |
37 | - (id)_createTileWithFrame:(struct CGRect)fp8; | |
38 | - (struct CGRect)gridRect; | |
39 | - (void)_removeTile:(id)fp8 cache:(BOOL)fp12; | |
40 | - (void)_removeRowAtIndex:(unsigned int)fp8 cache:(BOOL)fp12; | |
41 | - (void)_removeColumnAtIndex:(unsigned int)fp8 cache:(BOOL)fp12; | |
42 | - (unsigned int)_removeLeastVisibleRowOrColumn:(BOOL)fp8; | |
43 | - (void)_removeTilesIfNecessaryForRow:(BOOL)fp8; | |
44 | - (void)removeAllNonVisibleTiles; | |
45 | - (void)removeAllTiles; | |
46 | - (void)_updateTileCache; | |
47 | - (void)_removeTilesIfNecessary; | |
48 | - (void)_createRow:(BOOL)fp8; | |
49 | - (void)_createColumn:(BOOL)fp8; | |
50 | - (void)_addNeededTiles; | |
51 | - (void)_invalidateTiles; | |
52 | - (id)initWithFrame:(struct CGRect)fp8; | |
53 | - (void)dealloc; | |
54 | - (BOOL)tilesNeedDisplay; | |
55 | - (void)flushDirtyRects; | |
56 | - (void)layoutBeforeDraw; | |
57 | - (void)_layoutTiles; | |
58 | - (struct CGRect)_visibleRect; | |
59 | - (struct CGRect)visibleRect; | |
60 | - (void)layoutSubviews; | |
61 | - (void)setNeedsLayout; | |
62 | - (void)_didScroll; | |
63 | - (void)setNeedsDisplayInRect:(struct CGRect)fp8; | |
64 | - (void)setNeedsDisplay; | |
65 | - (void)setTransform:(struct CGAffineTransform)fp8; | |
66 | - (void)setTileSize:(struct CGSize)fp8; | |
67 | - (void)setSizesTilesToFit:(BOOL)fp8; | |
68 | - (void)setPositionsTilesFromOrigin:(BOOL)fp8; | |
69 | - (void)setTileOrigin:(struct CGPoint)fp8; | |
70 | - (struct CGPoint)tileOrigin; | |
71 | - (struct CGSize)tileSize; | |
72 | - (void)setDrawsGrid:(BOOL)fp8; | |
73 | - (BOOL)drawsGrid; | |
74 | - (void)setMaxTileCount:(unsigned int)fp8; | |
75 | - (unsigned int)maxTileCount; | |
76 | - (BOOL)_canDrawContent; | |
77 | - (void)setTilingEnabled:(BOOL)fp8; | |
78 | - (BOOL)isTilingEnabled; | |
79 | - (void)setLogsTilingChanges:(BOOL)fp8; | |
80 | - (BOOL)logsTilingChanges; | |
81 | - (void)ensureDrawnRect:(struct CGRect)fp8; | |
82 | - (void)setFirstTileSize:(struct CGSize)fp8; | |
83 | - (void)setTileDrawingEnabled:(BOOL)fp8; | |
84 | - (BOOL)tileDrawingEnabled; | |
85 | - (void)setTileMinificationFilter:(id)fp8; | |
86 | - (void)setTilesOpaque:(BOOL)fp8; | |
87 | - (BOOL)tilesOpaque; | |
88 | ||
89 | @end | |
90 |