]> git.saurik.com Git - iphone-api.git/blob - TelephonyUI/TPBottomLockBar.h
Add support for new WinterBoard Settings features.
[iphone-api.git] / TelephonyUI / TPBottomLockBar.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 <TelephonyUI/TPBottomBar.h>
8
9 @class NSArray, NSTimer, TPLockKnobView, TPLockTextView, UIView;
10
11 @interface TPBottomLockBar : TPBottomBar
12 {
13 NSArray *_labels;
14 int _currentLabelIndex;
15 NSTimer *_cycleLabelTimer;
16 id _delegate;
17 id _representedObject;
18 TPLockKnobView *_knobView;
19 UIView *_trackArrow;
20 TPLockTextView *_labelView;
21 float _knobTrackInsetLeft;
22 float _fontSize;
23 }
24
25 + (struct CGSize)defaultSize;
26 + (id)_backgroundImage;
27 - (id)initWithFrame:(struct CGRect)fp8 knobImage:(id)fp24;
28 - (id)initWithFrame:(struct CGRect)fp8 knobColor:(int)fp24;
29 - (id)initForIncomingCallWithFrame:(struct CGRect)fp8;
30 - (void)dealloc;
31 - (id)knob;
32 - (void)startAnimating;
33 - (void)stopAnimating;
34 - (BOOL)isAnimating;
35 - (void)downInKnob;
36 - (void)upInKnob;
37 - (void)setLabel:(id)fp8;
38 - (void)_setLabel:(id)fp8;
39 - (void)startCyclingLabels;
40 - (void)stopCyclingLabels;
41 - (void)cycleToNextLabel;
42 - (int)currentLabelIndex;
43 - (void)finishedCyclingLabelOut;
44 - (void)cycleToLabelAtIndex:(int)fp8;
45 - (void)setLabels:(id)fp8;
46 - (id)labels;
47 - (void)setFontSize:(float)fp8;
48 - (float)fontSize;
49 - (void)knobDragged:(float)fp8;
50 - (void)slideBack:(BOOL)fp8;
51 - (void)relock;
52 - (void)freezeKnobInUnlockedPosition;
53 - (void)unlock;
54 - (void)setDelegate:(id)fp8;
55 - (void)setRepresentedObject:(id)fp8;
56 - (id)representedObject;
57 - (BOOL)pointInside:(struct CGPoint)fp8 forEvent:(struct __GSEvent *)fp16;
58 - (float)knobTrackInsetLeft;
59
60 @end
61