]>
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 "SBSlidingAlertDisplay.h" | |
8 | ||
9 | @interface SBCallAlertDisplay : SBSlidingAlertDisplay | |
10 | { | |
11 | BOOL _wasToldToStopRinging; | |
12 | BOOL _answered; | |
13 | BOOL _pendingRing; | |
14 | } | |
15 | ||
16 | + (id)createBottomLockBarForDisplay:(id)fp8; | |
17 | + (id)createBottomBarForInstance:(id)fp8; | |
18 | - (void)dealloc; | |
19 | - (void)ringOrVibrate; | |
20 | - (void)stopRingingOrVibrating; | |
21 | - (BOOL)wasToldToStopRinging; | |
22 | - (void)ringerChanged; | |
23 | - (void)updateLCDWithName:(id)fp8 label:(id)fp12 breakPoint:(unsigned int)fp16; | |
24 | - (void)updateImageFromPerson:(void *)fp8; | |
25 | - (void)updateCallInformationFromAlert; | |
26 | - (void)setAlert:(id)fp8; | |
27 | - (void)checkForStatusChange; | |
28 | - (void)_ringIfNecessary; | |
29 | - (void)alertDisplayWillBecomeVisible; | |
30 | - (void)alertDisplayBecameVisible; | |
31 | - (void)finishedAnimatingIn; | |
32 | - (id)additionalURLParameter; | |
33 | - (void)answerCall:(struct __CTCall *)fp8; | |
34 | - (void)answerAndRelease; | |
35 | - (void)answer:(id)fp8; | |
36 | - (void)lockBarUnlocked:(id)fp8; | |
37 | - (void)dismiss; | |
38 | - (void)ignoreAndRelease; | |
39 | - (void)ignore; | |
40 | - (void)handleVolumeEvent:(struct __GSEvent *)fp8; | |
41 | ||
42 | @end | |
43 |