2 * Generated by class-dump 3.1.2.
4 * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
7 #import <UIKit/UIControl.h>
9 @
class NSMutableArray
, UIColor
, UIView
;
11 @interface UISegmentedControl
: UIControl
<NSCoding
>
13 NSMutableArray
*_segments
;
15 int _highlightedSegment
;
16 UIView
*_selectionIndicator
;
17 UIView
*_highlightIndicator
;
23 unsigned int showsDisclosure
:1;
24 unsigned int delegateSelectedSegmentChanged
:1;
25 unsigned int delegateDisclosureButtonClicked
:1;
26 unsigned int delegateAlwaysNotifiesDelegateOfSegmentClicks
:1;
27 unsigned int momentaryClick
:1;
28 unsigned int dontAlwaysToggleForTwoSegments
:1;
29 unsigned int tracking
:1;
30 unsigned int mouseInside
:1;
31 unsigned int autosizeToFitSegments
:1;
32 unsigned int isSizingToFit
:1;
33 } _segmentedControlFlags
;
36 + (float)defaultHeightForStyle
:(int)fp8 size
:(int)fp12
;
37 + (float)defaultHeightForStyle
:(int)fp8
;
38 - (void)_commonSegmentedControlInit
;
39 - (id
)initWithFrame
:(struct CGRect
)fp8
;
40 - (id
)initWithItems
:(id
)fp8
;
41 - (id
)initWithCoder
:(id
)fp8
;
42 - (void)_populateArchivedSubviews
:(id
)fp8
;
43 - (void)encodeWithCoder
:(id
)fp8
;
45 - (int)segmentedControlStyle
;
46 - (void)setSegmentedControlStyle
:(int)fp8
;
48 - (void)setControlSize
:(int)fp8
;
49 - (int)segmentControlStyle
;
50 - (void)setSegmentControlStyle
:(int)fp8
;
52 - (void)setMomentary
:(BOOL
)fp8
;
53 - (void)setAlwaysToggleForTwoSegments
:(BOOL
)fp8
;
54 - (void)setTintColor
:(id
)fp8
;
55 - (void)insertSegmentWithTitle
:(id
)fp8 atIndex
:(unsigned int)fp12 animated
:(BOOL
)fp16
;
56 - (void)insertSegmentWithImage
:(id
)fp8 atIndex
:(unsigned int)fp12 animated
:(BOOL
)fp16
;
57 - (void)removeSegmentAtIndex
:(unsigned int)fp8 animated
:(BOOL
)fp12
;
58 - (void)removeAllSegments
;
59 - (void)setTitle
:(id
)fp8 forSegmentAtIndex
:(unsigned int)fp12
;
60 - (id
)titleForSegmentAtIndex
:(unsigned int)fp8
;
61 - (void)setImage
:(id
)fp8 forSegmentAtIndex
:(unsigned int)fp12
;
62 - (id
)imageForSegmentAtIndex
:(unsigned int)fp8
;
63 - (void)setWidth
:(float)fp8 forSegmentAtIndex
:(unsigned int)fp12
;
64 - (float)widthForSegmentAtIndex
:(unsigned int)fp8
;
65 - (void)setContentOffset
:(struct CGSize
)fp8 forSegmentAtIndex
:(unsigned int)fp16
;
66 - (struct CGSize
)contentOffsetForSegmentAtIndex
:(unsigned int)fp8
;
67 - (void)setEnabled
:(BOOL
)fp8 forSegmentAtIndex
:(unsigned int)fp12
;
68 - (BOOL
)isEnabledForSegmentAtIndex
:(unsigned int)fp8
;
69 - (unsigned int)numberOfSegments
;
70 - (int)selectedSegmentIndex
;
71 - (void)setSelectedSegmentIndex
:(int)fp8
;
73 - (void)setFrame
:(struct CGRect
)fp8
;
74 - (void)drawRect
:(struct CGRect
)fp8
;
75 - (struct CGSize
)sizeThatFits
:(struct CGSize
)fp8
;
76 - (void)layoutSubviews
;
78 - (void)updateHighlight
;
79 - (void)highlightSegment
:(int)fp8
;
80 - (void)mouseDown
:(struct __GSEvent
*)fp8
;
81 - (BOOL
)pointMostlyInside
:(struct CGPoint
)fp8 withEvent
:(id
)fp16
;
82 - (BOOL
)pointMostlyInside
:(struct CGPoint
)fp8 forEvent
:(struct __GSEvent
*)fp16
;
83 - (void)mouseDragged
:(struct __GSEvent
*)fp8
;
84 - (void)mouseUp
:(struct __GSEvent
*)fp8
;
85 - (void)touchesBegan
:(id
)fp8 withEvent
:(id
)fp12
;
86 - (void)touchesMoved
:(id
)fp8 withEvent
:(id
)fp12
;
87 - (void)touchesEnded
:(id
)fp8 withEvent
:(id
)fp12
;