-
Notifications
You must be signed in to change notification settings - Fork 0
/
SBAlertItemsController.h
62 lines (58 loc) · 2.33 KB
/
SBAlertItemsController.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
/**
* This header is generated by class-dump-z 0.2-0.
* class-dump-z is Copyright (C) 2009 by KennyTM~, licensed under GPLv3.
*
* Source: (null)
*/
#import "Springboard-Structs.h"
#import <XXUnknownSuperclass.h> // Unknown library
#import "BBObserverDelegate.h"
@class NSMutableArray, NSTimer, BBObserver, CPDistributedNotificationCenter;
@interface SBAlertItemsController : XXUnknownSuperclass <BBObserverDelegate> {
NSMutableArray* _lockedAlertItems;
NSMutableArray* _unlockedAlertItems;
NSMutableArray* _pendingAlertItems;
NSTimer* _autoDismissTimer;
CPDistributedNotificationCenter* _notificationCenter;
unsigned _notificationClientCount;
BOOL _systemShuttingDown;
BOOL _forceAlertsToPend;
BBObserver* _bbObserver;
}
+(id)sharedInstance;
-(id)init;
-(void)dealloc;
-(id)description;
-(void)convertUnlockedAlertsToLockedAlerts;
-(void)resetAutoDismissTimer;
-(void)activateAlertItem:(id)item;
-(void)deactivateAlertItem:(id)item reason:(int)reason;
-(void)deactivateAlertItem:(id)item reason:(int)reason animated:(BOOL)animated;
-(void)deactivateAlertItem:(id)item;
-(void)deactivateAlertItemsOfClass:(Class)aClass;
-(void)deactivateAlertItemsOfClass:(Class)aClass reason:(int)reason;
-(void)deactivateAlertItemsOfClass:(Class)aClass reason:(int)reason animated:(BOOL)animated;
-(void)deactivateVisibleAlertItemOfClass:(Class)aClass reason:(int)reason;
-(void)autoDismissAlertItem:(id)item;
-(id)alertItemOfClass:(Class)aClass;
-(id)alertItemsOfClass:(Class)aClass;
-(BOOL)hasAlertOfClass:(Class)aClass;
-(BOOL)hasAlerts;
-(BOOL)hasVisibleAlert;
-(id)visibleAlertItem;
-(BOOL)canDeactivateAlertForMenuClickOrSystemGesture;
-(BOOL)deactivateAlertForMenuClickOrSystemGestureWithAnimation:(BOOL)animation;
-(id)deactivateAlertItemsForLock;
-(BOOL)dontLockOverAlertItems;
-(void)deactivateAlertItemsForAlertActivation;
-(void)noteVolumeOrLockPressedOverLockedAlerts;
-(void)_postAlertPresentedNotificationForType:(int)type sender:(id)sender date:(id)date;
-(void)notifySystemOfAlertItemActivation:(id)alertItemActivation;
-(void)noteSystemShuttingDown;
-(void)setForceAlertsToPend:(BOOL)pend;
-(void)forceAlertsToPendAndMoveActiveAlertsToPendingWithAnimation:(BOOL)animation;
-(void)_notificationClientStarted:(id)started;
-(void)_notificationClientEnded:(id)ended;
-(void)_buddyDidExit;
-(void)observer:(id)observer addBulletin:(id)bulletin forFeed:(unsigned)feed;
@end