]> git.saurik.com Git - iphone-api.git/blob - SpringBoard-2.0/SBSIMToolkitAlert.h
Commit the ChatKit folder (for WinterBoard).
[iphone-api.git] / SpringBoard-2.0 / SBSIMToolkitAlert.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 "SBAlert.h"
8
9 @class AVController, AVQueue, NSString, NSTimer;
10
11 @interface SBSIMToolkitAlert : SBAlert
12 {
13 BOOL _needsResponse;
14 NSTimer *_timeoutTimer;
15 NSString *_tone;
16 AVController *_avController;
17 AVQueue *_avQueue;
18 BOOL _interruptedAudio;
19 }
20
21 + (struct __CTServerConnection *)simToolkitServerConnection;
22 + (BOOL)wantsNextUserEvent;
23 + (void)userEventOccurred;
24 + (void)setCurrentAlert:(id)fp8;
25 + (id)currentAlert;
26 + (void)dismissCurrentAlert;
27 + (void)test;
28 + (void)_idleScreenShown:(id)fp8;
29 + (void)_stopSTKMonitor;
30 + (void)_startSTKMonitor;
31 + (void)_restartMonitor;
32 + (void)registerForAlerts;
33 - (void)setNeedsResponse:(BOOL)fp8;
34 - (BOOL)needsResponse;
35 - (void)sendResponse:(struct __CFString *)fp8 withString:(id)fp12;
36 - (void)sendResponse:(struct __CFString *)fp8 withBool:(BOOL)fp12;
37 - (void)sendResponse:(struct __CFString *)fp8;
38 - (unsigned long)_soundIDForTone:(struct __CFString *)fp8;
39 - (void)_setAudioInterrupted:(BOOL)fp8;
40 - (void)_playbackDidEnd:(id)fp8;
41 - (void)playRingtoneWithIdentifier:(id)fp8 loop:(BOOL)fp12;
42 - (void)_stopTone:(id)fp8;
43 - (BOOL)sendResponseUponDisplay;
44 - (BOOL)dismissesAfterNextEvent;
45 - (BOOL)oneShotInputEntry;
46 - (void)dealloc;
47 - (BOOL)allowsEventOnlySuspension;
48 - (BOOL)deactivate;
49 - (void)_playTone:(struct __CFString *)fp8 forDuration:(float)fp12;
50 - (struct __CFString *)toolkitAlertType;
51 - (id)alertDisplayViewWithSize:(struct CGSize)fp8;
52 - (void)clearTimeoutTimer;
53 - (BOOL)_delayEnabled;
54 - (void)restartTimeoutTimer:(float)fp8;
55 - (void)startTimeoutTimerIfNecessary;
56 - (void)displayDidTimeout;
57
58 @end
59