]>
Commit | Line | Data |
---|---|---|
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 "NSObject.h" | |
8 | ||
9 | @class NSMutableSet, NSString, UIWindow, VolumeControlView; | |
10 | ||
11 | @interface VolumeControl : NSObject | |
12 | { | |
13 | UIWindow *_volumeWindow; | |
14 | VolumeControlView *_volumeView; | |
15 | BOOL _windowVisible; | |
16 | BOOL _debounce; | |
17 | int _mode; | |
18 | NSMutableSet *_alwaysHiddenCategories; | |
19 | NSString *_lastDisplayedCategory; | |
20 | NSString *_lastEventCategory; | |
21 | } | |
22 | ||
23 | + (id)sharedVolumeControl; | |
24 | - (id)init; | |
25 | - (void)dealloc; | |
26 | - (void)reorientHUDIfNeeded:(BOOL)fp8; | |
27 | - (void)_createUI; | |
28 | - (void)_tearDown; | |
29 | - (void)_orderWindowOut:(id)fp8; | |
30 | - (void)addAlwaysHiddenCategory:(id)fp8; | |
31 | - (void)removeAlwaysHiddenCategory:(id)fp8; | |
32 | - (BOOL)_HUDIsDisplayableForCategory:(id)fp8; | |
33 | - (float)_windowFadeDelay; | |
34 | - (void)_orderWindowFront:(id)fp8 forCategory:(id)fp12; | |
35 | - (BOOL)_allowVolumeChangeForCategory:(id)fp8; | |
36 | - (void)_changeVolumeBy:(float)fp8; | |
37 | - (float)_calcButtonRepeatDelay; | |
38 | - (void)increaseVolume; | |
39 | - (void)decreaseVolume; | |
40 | - (void)hideHUD; | |
41 | - (void)showHUD; | |
42 | - (id)lastDisplayedCategory; | |
43 | - (void)setHUDMode:(int)fp8; | |
44 | - (void)handleVolumeEvent:(struct __GSEvent *)fp8; | |
45 | - (void)cancelVolumeEvent; | |
46 | - (void)animationDidStop:(id)fp8 finished:(id)fp12; | |
47 | - (void)_registerForAVSystemControllerNotifications; | |
48 | - (void)_unregisterForAVSystemControllerNotifications; | |
49 | - (void)_serverConnectionDied:(id)fp8; | |
50 | - (int)_volumeModeForCategory:(id)fp8; | |
51 | - (void)_systemVolumeChanged:(id)fp8; | |
52 | ||
53 | @end | |
54 |