]> git.saurik.com Git - iphone-api.git/blob - SpringBoard-2.0/SBCallWaitingAlertDisplay.h
Commit the ChatKit folder (for WinterBoard).
[iphone-api.git] / SpringBoard-2.0 / SBCallWaitingAlertDisplay.h
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 "SBCallAlertDisplay.h"
8
9 @class TPBottomButtonBar, TPCallWaitingButton, TPPushButton;
10
11 @interface SBCallWaitingAlertDisplay : SBCallAlertDisplay
12 {
13 TPCallWaitingButton *_ignoreButton;
14 TPCallWaitingButton *_answerButton;
15 TPPushButton *_answerAndReleaseButton;
16 TPBottomButtonBar *_animatingBottomBar;
17 unsigned int _didRelease:1;
18 unsigned int _didHeldRelease:1;
19 unsigned int _setupForThree:1;
20 }
21
22 + (id)createBottomBarForInstance:(id)fp8;
23 + (id)_createBottomButtonBarForDisplay:(id)fp8;
24 - (id)initWithSize:(struct CGSize)fp8;
25 - (void)dealloc;
26 - (void)_callCountChanged:(id)fp8;
27 - (void)_callWaitingControlsFaded;
28 - (void)_answerButtonsSwapped;
29 - (void)_setPhoneFlipBackAttribute;
30 - (void)ignore;
31 - (void)dismiss;
32 - (id)additionalURLParameter;
33 - (void)answerCall:(struct __CTCall *)fp8;
34 - (void)answerAndRelease:(id)fp8;
35 - (void)setMiddleContentAlpha:(float)fp8;
36 - (void)lockBarUnlocked:(id)fp8;
37 - (void)_bottomBarSwitchHalfDone;
38 - (void)_bottomBarSwitchDone;
39 - (void)_addCallWaitingButtons:(BOOL)fp8;
40
41 @end
42