]> git.saurik.com Git - iphone-api.git/blob - TelephonyUI/TPLockKnobView.h
Add support for new WinterBoard Settings features.
[iphone-api.git] / TelephonyUI / TPLockKnobView.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 "UIImageView.h"
8
9 @class TPBottomLockBar, UIAlphaAnimation;
10
11 @interface TPLockKnobView : UIImageView
12 {
13 TPBottomLockBar *_track;
14 UIAlphaAnimation *_animation;
15 float _centerDelta;
16 BOOL _tracking;
17 }
18
19 - (id)initWithImage:(id)fp8;
20 - (BOOL)pointInside:(struct CGPoint)fp8 forEvent:(struct __GSEvent *)fp16;
21 - (void)setLockView:(id)fp8;
22 - (void)dealloc;
23 - (void)mouseDown:(struct __GSEvent *)fp8;
24 - (void)mouseDragged:(struct __GSEvent *)fp8;
25 - (void)mouseUp:(struct __GSEvent *)fp8;
26
27 @end
28