]> git.saurik.com Git - iphone-api.git/blob - UIKit/UISectionRowData.h
Commit these numerous sequestered UIKit updates.
[iphone-api.git] / UIKit / UISectionRowData.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 <Foundation/NSObject.h>
8
9 #import "NSCopying-Protocol.h"
10
11 @interface UISectionRowData : NSObject <NSCopying>
12 {
13 BOOL _valid;
14 float _headerHeight;
15 float _footerHeight;
16 float _headerOffset;
17 float _footerOffset;
18 int _numRows;
19 int _arrayLength;
20 float *_rowHeights;
21 float *_rowOffsets;
22 float _sectionHeight;
23 }
24
25 - (void)dealloc;
26 - (void)invalidate;
27 - (float)_headerOrFooterSizeForTable:(id)fp8 title:(id)fp12 isHeader:(BOOL)fp16;
28 - (void)addOffset:(float)fp8 fromRow:(int)fp12;
29 - (float)_defaultSectionHeaderHeightForSection:(int)fp8 tableView:(id)fp12 tableViewRowData:(id)fp16;
30 - (float)_defaultSectionFooterHeightForSection:(int)fp8 tableView:(id)fp12 tableViewRowData:(id)fp16;
31 - (void)refreshWithSection:(int)fp8 tableView:(id)fp12 tableViewRowData:(id)fp16;
32 - (void)insertRowAtIndex:(int)fp8 inSection:(int)fp12 rowHeight:(float)fp16 tableViewRowData:(id)fp20;
33 - (void)deleteRowAtIndex:(int)fp8;
34 - (int)sectionLocationForRow:(int)fp8;
35 - (int)sectionLocationForReorderedRow:(int)fp8;
36 - (id)copyWithZone:(struct _NSZone *)fp8;
37
38 @end
39