]> git.saurik.com Git - iphone-api.git/blob - UIKit/UISlider.h
Commit the Preferences folder (for WinterBoard).
[iphone-api.git] / UIKit / UISlider.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 <UIKit/UIControl.h>
8
9 @class UIImageView;
10
11 @interface UISlider : UIControl <NSCoding>
12 {
13 float _value;
14 float _minValue;
15 float _maxValue;
16 struct __CFDictionary *_contentLookup;
17 UIImageView *_minValueImageView;
18 UIImageView *_maxValueImageView;
19 UIImageView *_thumbView;
20 UIImageView *_minTrackView;
21 UIImageView *_maxTrackView;
22 struct {
23 unsigned int continuous:1;
24 unsigned int animating:1;
25 unsigned int showValue:1;
26 unsigned int creatingSnapshot:1;
27 } _sliderFlags;
28 float _hitOffset;
29 }
30
31 - (id)init;
32 - (id)initWithFrame:(struct CGRect)fp8;
33 - (id)initWithCoder:(id)fp8;
34 - (void)_populateArchivedSubviews:(id)fp8;
35 - (void)encodeWithCoder:(id)fp8;
36 - (void)_initImages;
37 - (void)_initSubviews;
38 - (void)dealloc;
39 - (void)setThumbImage:(id)fp8 forState:(unsigned int)fp12;
40 - (void)setMinimumTrackImage:(id)fp8 forState:(unsigned int)fp12;
41 - (void)setMaximumTrackImage:(id)fp8 forState:(unsigned int)fp12;
42 - (id)thumbImageForState:(unsigned int)fp8;
43 - (id)minimumTrackImageForState:(unsigned int)fp8;
44 - (id)maximumTrackImageForState:(unsigned int)fp8;
45 - (id)currentThumbImage;
46 - (id)currentMinimumTrackImage;
47 - (id)currentMaximumTrackImage;
48 - (void)setMinimumValueImage:(id)fp8;
49 - (id)minimumValueImage;
50 - (void)setMaximumValueImage:(id)fp8;
51 - (id)maximumValueImage;
52 - (struct CGRect)minimumValueImageRectForBounds:(struct CGRect)fp8;
53 - (struct CGRect)maximumValueImageRectForBounds:(struct CGRect)fp8;
54 - (struct CGRect)trackRectForBounds:(struct CGRect)fp8;
55 - (struct CGRect)thumbRectForBounds:(struct CGRect)fp8 trackRect:(struct CGRect)fp24 value:(float)fp40;
56 - (struct CGSize)sizeThatFits:(struct CGSize)fp8;
57 - (void)setFrame:(struct CGRect)fp8;
58 - (void)setBounds:(struct CGRect)fp8;
59 - (void)layoutSubviews;
60 - (void)_layoutSubviewsForBoundsChange:(BOOL)fp8;
61 - (void)_updateAppearanceForEnabled:(BOOL)fp8;
62 - (void)setEnabled:(BOOL)fp8;
63 - (void)setHighlighted:(BOOL)fp8;
64 - (void)setSelected:(BOOL)fp8;
65 - (void)setContinuous:(BOOL)fp8;
66 - (BOOL)isContinuous;
67 - (float)value;
68 - (void)setValue:(float)fp8;
69 - (void)setValue:(float)fp8 animated:(BOOL)fp12;
70 - (void)_setValue:(float)fp8 andSendAction:(BOOL)fp12;
71 - (float)minimumValue;
72 - (void)setMinimumValue:(float)fp8;
73 - (float)maximumValue;
74 - (void)setMaximumValue:(float)fp8;
75 - (void)_sliderAnimationWillStart:(id)fp8 context:(void *)fp12;
76 - (void)_sliderAnimationDidStop:(id)fp8 finished:(id)fp12 context:(void *)fp16;
77 - (void)_sendDelayedActions;
78 - (BOOL)beginTrackingAt:(struct CGPoint)fp8 withEvent:(struct __GSEvent *)fp16;
79 - (BOOL)continueTrackingAt:(struct CGPoint)fp8 previous:(struct CGPoint)fp16 withEvent:(struct __GSEvent *)fp24;
80 - (void)endTrackingAt:(struct CGPoint)fp8 previous:(struct CGPoint)fp16 withEvent:(struct __GSEvent *)fp24;
81 - (BOOL)cancelMouseTracking;
82 - (void)_controlMouseDown:(struct __GSEvent *)fp8;
83 - (void)_controlMouseUp:(struct __GSEvent *)fp8;
84 - (void)_controlMouseDragged:(struct __GSEvent *)fp8;
85 - (BOOL)beginTrackingWithTouch:(id)fp8 withEvent:(id)fp12;
86 - (BOOL)continueTrackingWithTouch:(id)fp8 withEvent:(id)fp12;
87 - (void)endTrackingWithTouch:(id)fp8 withEvent:(id)fp12;
88 - (void)_controlTouchBegan:(id)fp8 withEvent:(id)fp12;
89 - (void)_controlTouchMoved:(id)fp8 withEvent:(id)fp12;
90 - (void)_controlTouchEnded:(id)fp8 withEvent:(id)fp12;
91 - (BOOL)cancelTouchTracking;
92
93 @end
94