]> git.saurik.com Git - iphone-api.git/blame - SpringBoard-2.0/SBSlidingAlertDisplay.h
Add support for new WinterBoard Settings features.
[iphone-api.git] / SpringBoard-2.0 / SBSlidingAlertDisplay.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 "SBAlertDisplay.h"
8
9@class NSString, SBDeviceLockKeypad, SBEmergencyCallView, SBPasscodeField, TPLCDView, UIImageView, UIKeyboard, UIView;
10
11@interface SBSlidingAlertDisplay : SBAlertDisplay
12{
13 UIImageView *_backgroundView;
14 UIView *_topBar;
15 UIView *_bottomBar;
16 TPLCDView *_deviceLockStatusView;
17 SBDeviceLockKeypad *_deviceLockKeypad;
18 UIKeyboard *_deviceLockKeyboard;
19 UIImageView *_deviceLockEntryBackground;
20 SBPasscodeField *_deviceLockEntryField;
21 SBEmergencyCallView *_emergencyCallView;
22 UIView *_emergencyCallTopBar;
23 NSString *_lastPasscode;
24 int _okFontSize;
25 int _cancelFontSize;
26 BOOL _playKeyboardClicks;
27 BOOL _alphanumericPIN;
28 unsigned int _animatingEmergencyCall:1;
29 unsigned int _animatingIn:1;
30 unsigned int _animatingOut:1;
31 unsigned int _shouldFenceAnimations:1;
32 unsigned int _showingDeviceLock:1;
33 unsigned int _attemptingUnlock:1;
34 unsigned int _showingDeviceUnlockFailure:1;
35}
36
37+ (id)createTopBarForInstance:(id)fp8;
38+ (id)createBottomBarForInstance:(id)fp8;
39+ (void)setDisplayPropertiesForActivationOfAlert:(id)fp8;
40- (void)_setTopBarImage:(id)fp8 shadowColor:(id)fp12;
41- (void)_resetStatusTextView;
42- (void)_clearUnlockFailedIndicator;
43- (void)_showUnlockFailedIndicator;
44- (id)initWithFrame:(struct CGRect)fp8;
45- (void)dealloc;
46- (id)lockBar;
47- (struct CGRect)middleFrame;
48- (void)getFrameForTopButton:(struct CGRect *)fp8 bottomButton:(struct CGRect *)fp12;
49- (BOOL)showsDesktopImage;
50- (void)updateDesktopImage:(id)fp8;
51- (void)finishedAnimatingIn;
52- (BOOL)shouldAnimateIconsIn;
53- (BOOL)shouldAnimateIconsOut;
54- (BOOL)isAnimatingOut;
55- (void)_fadeOutCompleted:(id)fp8;
56- (void)setMiddleContentAlpha:(float)fp8;
57- (BOOL)isReadyToBeRemovedFromView;
58- (float)durationForOthersActivation;
59- (void)dismiss;
60- (void)beginAnimatingDisplayIn:(BOOL)fp8;
61- (void)performAnimateDisplayIn;
62- (void)animateDisplayIn:(float)fp8 middleDelay:(float)fp12 animateStatusBar:(BOOL)fp16;
63- (void)alertDisplayWillBecomeVisible;
64- (void)setShouldFenceAnimations:(BOOL)fp8;
65- (BOOL)isShowingDeviceLock;
66- (void)_loadAlphanumericPIN;
67- (BOOL)alphanumericPIN;
68- (struct CGRect)_entryFrame;
69- (float)_startingKeypadXOrigin;
70- (void)setShowingDeviceLock:(BOOL)fp8 duration:(float)fp12;
71- (void)setShowingDeviceLock:(BOOL)fp8;
72- (void)animateToShowingDeviceLock:(BOOL)fp8;
73- (void)_animateToHidingOrShowingDeviceLockFinished;
74- (void)_animateToShowingDeviceLockFinished;
75- (void)_animateToHidingDeviceLockFinished;
76- (void)deviceUnlockSucceeded;
77- (void)deviceUnlockFailed;
78- (void)deviceUnlockCanceled;
79- (void)_enableEntry;
80- (BOOL)shouldShowBlockedRedStatus;
81- (void)showBlockedStatus;
82- (void)removeBlockedStatus;
83- (BOOL)isDisplayingErrorStatus;
84- (void)_entryFinishedWithPassword:(id)fp8;
85- (void)phonePad:(id)fp8 keyDown:(BOOL)fp12;
86- (void)phonePad:(id)fp8 keyUp:(BOOL)fp12;
87- (void)passcodeFieldDidAcceptEntry:(id)fp8;
88- (void)_setLastPasscode:(id)fp8;
89- (void)passcodeFieldTextDidChange:(id)fp8;
90- (void)returnKeyPressed:(id)fp8;
91- (void)_animateView:(id)fp8 direction:(int)fp12;
92- (void)animateToEmergencyCall;
93- (void)emergencyCallWasDisplayed;
94- (void)animateFromEmergencyCallWithDuration:(float)fp8;
95- (void)emergencyCallWasRemoved;
96- (id)bottomBar;
97- (id)topBar;
98
99@end
100