]> git.saurik.com Git - iphone-api.git/blame_incremental - UIKit/UISegment.h
Commit the Preferences folder (for WinterBoard).
[iphone-api.git] / UIKit / UISegment.h
... / ...
CommitLineData
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 UIColor;
10
11@interface UISegment : UIView
12{
13 UIView *_info;
14 float _width;
15 struct CGSize _contentOffset;
16 UIColor *_tintColor;
17 struct {
18 unsigned int style:2;
19 unsigned int size:2;
20 unsigned int selected:1;
21 unsigned int showDivider:1;
22 unsigned int hasImage:1;
23 unsigned int isDisclosure:1;
24 unsigned int position:3;
25 unsigned int reserved:21;
26 } _segmentFlags;
27}
28
29- (id)initWithInfo:(id)fp8 style:(int)fp12 size:(int)fp16 tintColor:(id)fp20 position:(unsigned int)fp24 isDisclosure:(BOOL)fp28;
30- (id)initWithCoder:(id)fp8;
31- (void)_populateArchivedSubviews:(id)fp8;
32- (void)encodeWithCoder:(id)fp8;
33- (void)dealloc;
34- (void)insertDividerView;
35- (void)setTintColor:(id)fp8;
36- (void)setEnabled:(BOOL)fp8;
37- (void)setSelected:(BOOL)fp8;
38- (void)setShowDivider:(BOOL)fp8;
39- (void)animateAdd:(BOOL)fp8;
40- (void)animateRemove;
41- (struct CGRect)contentRect;
42- (struct CGSize)contentSize;
43- (void)_positionInfo;
44- (void)setFrame:(struct CGRect)fp8;
45- (void)setPosition:(unsigned int)fp8;
46- (void)setContentOffset:(struct CGSize)fp8;
47- (void)setInfo:(id)fp8;
48- (id)info;
49- (id)infoName;
50- (id)hitTest:(struct CGPoint)fp8 withEvent:(id)fp16;
51
52@end
53