]> git.saurik.com Git - iphone-api.git/blob - SpringBoard-2.1/AlarmController.h
Here we go again: this time with SBIcon setAlpha.
[iphone-api.git] / SpringBoard-2.1 / AlarmController.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 "NSObject.h"
8
9 @class NSMutableArray, NSString, NSTimer;
10
11 @interface AlarmController : NSObject
12 {
13 NSMutableArray *_alarmList;
14 NSTimer *_alarmTimer;
15 NSMutableArray *_alarmsToFire;
16 unsigned int _readingAlarms:1;
17 NSTimer *_countDownTimer;
18 double _countDownTime;
19 NSString *_countDownTimerSoundIdentifier;
20 struct __CFDate *_alarmWakeupDate;
21 struct __CFDate *_countdownWakeupDate;
22 }
23
24 + (id)sharedAlarmController;
25 - (void)_readAlarms;
26 - (void)_saveAlarms;
27 - (void)_alarmChanged:(id)fp8;
28 - (void)_resetCountDownTime;
29 - (id)init;
30 - (void)dealloc;
31 - (unsigned int)addAlarm:(id)fp8;
32 - (void)removeAlarmAtIndex:(unsigned int)fp8;
33 - (id)alarms;
34 - (void)_scheduleAlarms;
35 - (void)_alarmTimeReached:(id)fp8;
36 - (void)setCountDownTime:(double)fp8 withSoundIdentifier:(id)fp16;
37 - (void)_countDownTimerFired:(id)fp8;
38 - (void)_sleepTimerFired:(id)fp8;
39 - (double)countDownTime;
40 - (id)countDownTimerSoundIdentifier;
41 - (void)_wokeFromSleep;
42
43 @end
44