]>
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 <Foundation/NSObject.h> | |
8 | ||
9 | @class NSMutableDictionary, NSMutableSet; | |
10 | ||
11 | @interface SBDisplay : NSObject | |
12 | { | |
13 | NSMutableDictionary *_activationValues; | |
14 | NSMutableDictionary *_deactivationValues; | |
15 | int _activationSettings; | |
16 | int _deactivationSettings; | |
17 | NSMutableSet *_suppressVolumeHudCategories; | |
18 | float _autoDimOverride; | |
19 | float _autoLockOverride; | |
20 | float _accelerometerSampleInterval; | |
21 | unsigned int _expectsFaceContact:1; | |
22 | unsigned int _accelerometerDeviceOrientationChangedEventsEnabled:1; | |
23 | unsigned int _accelerometerRawEventsEnabled:1; | |
24 | unsigned int _proximityEventsEnabled:1; | |
25 | unsigned int _showsProgress; | |
26 | } | |
27 | ||
28 | + (id)migrateVersion1DefaultState:(id)fp8; | |
29 | + (void)loadDisplayStates; | |
30 | + (void)saveDisplayStates; | |
31 | + (id)_applicationStateIDForDisplayIdentifier:(id)fp8 urlScheme:(id)fp12; | |
32 | + (void)setDefaultValue:(id)fp8 forKey:(const id)fp12 displayIdentifier:(id)fp16 urlScheme:(id)fp20; | |
33 | + (id)defaultValueForKey:(const id)fp8 displayIdentifier:(id)fp12 urlScheme:(id)fp16; | |
34 | + (void)resetDefaultValuesForDisplayIdentifier:(id)fp8 urlScheme:(id)fp12; | |
35 | - (void)dealloc; | |
36 | - (id)copyWithZone:(struct _NSZone *)fp8; | |
37 | - (id)displayIdentifier; | |
38 | - (id)urlScheme; | |
39 | - (void)clearActivationSettings; | |
40 | - (void)setActivationSetting:(int)fp8 flag:(BOOL)fp12; | |
41 | - (void)setActivationSetting:(int)fp8 value:(id)fp12; | |
42 | - (id)activationValue:(int)fp8; | |
43 | - (BOOL)activationSetting:(int)fp8; | |
44 | - (void)clearDeactivationSettings; | |
45 | - (void)setDeactivationSetting:(int)fp8 flag:(BOOL)fp12; | |
46 | - (BOOL)deactivationSetting:(int)fp8; | |
47 | - (void)setDeactivationSetting:(int)fp8 value:(id)fp12; | |
48 | - (id)deactivationValue:(int)fp8; | |
49 | - (BOOL)activate; | |
50 | - (BOOL)deactivate; | |
51 | - (void)deactivated; | |
52 | - (BOOL)kill; | |
53 | - (void)exitedAbnormally; | |
54 | - (void)exitedNormally; | |
55 | - (BOOL)allowsEventOnlySuspension; | |
56 | - (BOOL)allowsDoubleHeightStatusBar; | |
57 | - (void)updateStatusBar:(float)fp8 fence:(int)fp12 animation:(int)fp16; | |
58 | - (void)updateStatusBar:(float)fp8; | |
59 | - (int)defaultStatusBarMode; | |
60 | - (int)statusBarMode; | |
61 | - (int)defaultStatusBarOrientation; | |
62 | - (int)statusBarOrientation; | |
63 | - (float)autoDimTime; | |
64 | - (void)setAutoDimTime:(float)fp8; | |
65 | - (float)autoLockTime; | |
66 | - (void)setAutoLockTime:(float)fp8; | |
67 | - (void)setExpectsFaceContact:(BOOL)fp8; | |
68 | - (BOOL)expectsFaceContact; | |
69 | - (void)setAccelerometerDeviceOrientationChangedEventsEnabled:(BOOL)fp8 sampleInterval:(float)fp12; | |
70 | - (BOOL)accelerometerDeviceOrientationChangedEventsEnabled; | |
71 | - (float)accelerometerSampleInterval; | |
72 | - (void)setAccelerometerRawEventsEnabled:(BOOL)fp8; | |
73 | - (BOOL)accelerometerRawEventsEnabled; | |
74 | - (void)setProximityEventsEnabled:(BOOL)fp8; | |
75 | - (BOOL)proximityEventsEnabled; | |
76 | - (void)setShowsProgress:(BOOL)fp8; | |
77 | - (BOOL)showsProgress; | |
78 | - (void)setSystemVolumeHUDEnabled:(BOOL)fp8 forCategory:(id)fp12; | |
79 | - (BOOL)showSystemVolumeHUDForCategory:(id)fp8; | |
80 | - (id)description; | |
81 | - (id)activationSettingsDescription; | |
82 | - (id)deactivationSettingsDescription; | |
83 | ||
84 | @end | |
85 |