]> git.saurik.com Git - iphone-api.git/blame - UIKit/_UISwitchSlider.h
Minor commit for Optimo.
[iphone-api.git] / UIKit / _UISwitchSlider.h
CommitLineData
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 <UIKit/UISlider.h>
8
9@class UIView;
10
11@interface _UISwitchSlider : UISlider
12{
13 UIView *_labelClipView;
14 UIView *_onLabelView;
15 UIView *_offLabelView;
16 struct {
17 unsigned int alternateColors:1;
18 unsigned int shouldFlipValue:1;
19 unsigned int reserved:30;
20 } _switchFlags;
21}
22
23- (id)init;
24- (id)initWithFrame:(struct CGRect)fp8;
25- (void)dealloc;
26- (id)createThumbView;
27- (void)setAlternateColors:(BOOL)fp8;
28- (void)_initImages;
29- (void)_initSubviews;
30- (id)currentThumbImage;
31- (struct CGRect)trackRectForBounds:(struct CGRect)fp8;
32- (struct CGRect)thumbRectForBounds:(struct CGRect)fp8 trackRect:(struct CGRect)fp24 value:(float)fp40;
33- (void)updateOnLabelRectForBounds:(struct CGRect)fp8;
34- (void)updateOffLabelRectForBounds:(struct CGRect)fp8;
35- (struct CGSize)sizeThatFits:(struct CGSize)fp8;
36- (void)_layoutSubviewsForBoundsChange:(BOOL)fp8;
37- (BOOL)beginTrackingAt:(struct CGPoint)fp8 withEvent:(struct __GSEvent *)fp16;
38- (BOOL)continueTrackingAt:(struct CGPoint)fp8 previous:(struct CGPoint)fp16 withEvent:(struct __GSEvent *)fp24;
39- (void)endTrackingAt:(struct CGPoint)fp8 previous:(struct CGPoint)fp16 withEvent:(struct __GSEvent *)fp24;
40- (BOOL)cancelMouseTracking;
41- (void)mouseUp:(struct __GSEvent *)fp8;
42- (BOOL)beginTrackingWithTouch:(id)fp8 withEvent:(id)fp12;
43- (BOOL)continueTrackingWithTouch:(id)fp8 withEvent:(id)fp12;
44- (void)endTrackingWithTouch:(id)fp8 withEvent:(id)fp12;
45- (void)cancelTrackingWithEvent:(id)fp8;
46- (void)touchesEnded:(id)fp8 withEvent:(id)fp12;
47- (void)sendAction:(SEL)fp8 to:(id)fp12 forEvent:(id)fp16;
48- (void)sendAction:(SEL)fp8 toTarget:(id)fp12 forEvent:(struct __GSEvent *)fp16;
49
50@end
51