]>
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 <Foundation/NSObject.h> | |
8 | ||
9 | #import "NSCopying-Protocol.h" | |
10 | ||
11 | @class NSIndexPath, UISectionRowData, UITableView; | |
12 | ||
13 | @interface UITableViewRowData : NSObject <NSCopying> | |
14 | { | |
15 | UITableView *_tableView; | |
16 | int _numSections; | |
17 | int _sectionRowDataCapacity; | |
18 | UISectionRowData **_sectionRowData; | |
19 | float _minimumRowHeight; | |
20 | float _tableViewWidth; | |
21 | float _tableHeaderHeight; | |
22 | float _tableFooterHeight; | |
23 | NSIndexPath *_reorderedIndexPath; | |
24 | float _reorderedRowHeight; | |
25 | } | |
26 | ||
27 | - (id)initWithTableView:(id)fp8; | |
28 | - (void)tableViewWidthDidChangeToWidth:(float)fp8; | |
29 | - (void)tableHeaderHeightDidChangeToHeight:(float)fp8; | |
30 | - (void)tableFooterHeightDidChangeToHeight:(float)fp8; | |
31 | - (void)dealloc; | |
32 | - (void)ensureAllSectionsAreValid; | |
33 | - (void)invalidateAllSections; | |
34 | - (void)invalidateSection:(int)fp8; | |
35 | - (void)insertSections:(id)fp8; | |
36 | - (void)deleteSections:(id)fp8; | |
37 | - (void)insertRowsAtIndexPaths:(id)fp8; | |
38 | - (void)deleteRowsAtIndexPaths:(id)fp8; | |
39 | - (id)reorderedIndexPath; | |
40 | - (void)setReorderedIndexPath:(id)fp8; | |
41 | - (id)targetIndexPathForPoint:(struct CGPoint)fp8; | |
42 | - (void)moveRowAtIndexPathFrom:(id)fp8 toIndexPath:(id)fp12; | |
43 | - (void)addReorderGapFromIndexPath:(id)fp8; | |
44 | - (void)removeReorderGapFromIndexPath:(id)fp8; | |
45 | - (int)numberOfSections; | |
46 | - (int)numberOfRowsInSection:(int)fp8; | |
47 | - (int)numberOfRowsBeforeSection:(int)fp8; | |
48 | - (int)numberOfRows; | |
49 | - (BOOL)hasHeaderForSection:(int)fp8; | |
50 | - (BOOL)hasFooterForSection:(int)fp8; | |
51 | - (float)heightForSection:(int)fp8; | |
52 | - (float)heightForHeaderInSection:(int)fp8; | |
53 | - (float)heightForFooterInSection:(int)fp8; | |
54 | - (float)heightForRow:(int)fp8 inSection:(int)fp12; | |
55 | - (int)sectionLocationForRow:(int)fp8 inSection:(int)fp12; | |
56 | - (int)sectionLocationForReorderedRow:(int)fp8 inSection:(int)fp12; | |
57 | - (struct CGRect)rectForTableHeaderView; | |
58 | - (struct CGRect)rectForTableFooterView; | |
59 | - (struct CGRect)rectForTable; | |
60 | - (struct CGRect)rectForSection:(int)fp8; | |
61 | - (struct CGRect)rectForHeaderInSection:(int)fp8; | |
62 | - (struct CGRect)floatingRectForHeaderInSection:(int)fp8 visibleRect:(struct CGRect)fp12; | |
63 | - (struct CGRect)rectForFooterInSection:(int)fp8; | |
64 | - (float)heightForTable; | |
65 | - (struct CGRect)floatingRectForFooterInSection:(int)fp8 visibleRect:(struct CGRect)fp12; | |
66 | - (struct CGRect)rectForRow:(int)fp8 inSection:(int)fp12; | |
67 | - (struct CGRect)rectForGlobalRow:(int)fp8; | |
68 | - (id)indexPathsForRowsInRect:(struct CGRect)fp8; | |
69 | - (struct _NSRange)globalRowsInRect:(struct CGRect)fp8; | |
70 | - (int)globalRowForRowAtIndexPath:(id)fp8; | |
71 | - (id)indexPathForRowAtGlobalRow:(int)fp8; | |
72 | - (id)copyWithZone:(struct _NSZone *)fp8; | |
73 | - (float)minimumRowHeight; | |
74 | - (void)setMinimumRowHeight:(float)fp8; | |
75 | ||
76 | @end | |
77 |