]> git.saurik.com Git - iphone-api.git/blame - SpringBoard-2.1/VolumeControlView.h
This one only took me maybe a half hour to find.
[iphone-api.git] / SpringBoard-2.1 / VolumeControlView.h
CommitLineData
298474e0
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 "UIView.h"
8
9@class NSString, UITextLabel;
10
11@interface VolumeControlView : UIView
12{
13 float _volume;
14 int _mode;
15 BOOL _headphonesPresent;
16 UITextLabel *_label1;
17 UITextLabel *_label2;
18 NSString *_line1;
19 NSString *_line2;
20}
21
22+ (void)loadImages;
23+ (struct CGSize)controlSize;
24- (id)initWithFrame:(struct CGRect)fp8;
25- (void)_checkHeadphonesPresent;
26- (void)setMode:(int)fp8;
27- (void)setVolume:(float)fp8 mode:(int)fp12;
28- (float)volume;
29- (void)_updateLabelStrings;
30- (void)dealloc;
31- (BOOL)_showLabel;
32- (void)_drawLine1;
33- (void)_drawLine2;
34- (void)drawRect:(struct CGRect)fp8;
35
36@end
37