]>
Commit | Line | Data |
---|---|---|
491070e3 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 "UIView.h" | |
8 | ||
9 | @class MLPhotoAlbum, PLEmptyAlbumView, PLImageCountCell, PLSelectableTable, PLThumbnailTableCell; | |
10 | ||
11 | @interface PLAlbumView : UIView | |
12 | { | |
13 | MLPhotoAlbum *_album; | |
14 | PLSelectableTable *_indexTable; | |
15 | struct CGSize _gridSize; | |
16 | struct CGSize _cellSize; | |
17 | BOOL _showImageCount; | |
18 | id _delegate; | |
19 | PLThumbnailTableCell *_highlightedCell; | |
20 | PLImageCountCell *_imageCountCell; | |
21 | PLEmptyAlbumView *_emptyAlbumView; | |
22 | float _bottomBuffer; | |
23 | unsigned int _pad:1; | |
24 | } | |
25 | ||
26 | - (float)_padding:(float *)fp8; | |
27 | - (void)_updateScrollerIndicatorSubrect; | |
28 | - (void)setFrame:(struct CGRect)fp8; | |
29 | - (void)_setupIndexTable; | |
30 | - (void)setBottomBufferHeight:(float)fp8; | |
31 | - (struct CGSize)_calculateGridSizeForCount:(int)fp8; | |
32 | - (struct CGSize)_indexCellSizeForCount:(int)fp8; | |
33 | - (void)_pictureWasTaken:(id)fp8; | |
34 | - (id)initWithFrame:(struct CGRect)fp8; | |
35 | - (void)dealloc; | |
36 | - (void)setRequiresPadding:(BOOL)fp8; | |
37 | - (void)cameraAlbumDidChange; | |
38 | - (void)statusBarHeightDidChange:(id)fp8; | |
39 | - (void)storeCurrentConfiguration:(id)fp8; | |
40 | - (void)loadCurrentConfiguration:(id)fp8; | |
41 | - (id)album; | |
42 | - (void)setAlbum:(id)fp8; | |
43 | - (void)setDelegate:(id)fp8; | |
44 | - (void)scrollRowToVisible:(int)fp8; | |
45 | - (int)numberOfRowsInTable:(id)fp8; | |
46 | - (id)_imageCountCell; | |
47 | - (id)table:(id)fp8 cellForRow:(int)fp12 column:(id)fp16 reusing:(id)fp20; | |
48 | - (void)thumbnailSelected:(id)fp8; | |
49 | - (void)tableSelectionDidChange:(id)fp8; | |
50 | - (void)reloadIndexTable; | |
51 | - (id)indexTable; | |
52 | - (void)clearSelection; | |
53 | - (void)updateButtonBar:(id)fp8 duration:(float)fp12 visible:(BOOL)fp16; | |
54 | - (void)viewWillBeDisplayed; | |
55 | - (void)setHighlightedCell:(id)fp8; | |
56 | ||
57 | @end | |
58 |