forked from kennytm/iphone-private-frameworks
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSBStatusBarCarrierView.h
42 lines (38 loc) · 1.26 KB
/
SBStatusBarCarrierView.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
/**
* This header is generated by class-dump-z 0.2-1.
* class-dump-z is Copyright (C) 2009 by KennyTM~, licensed under GPLv3.
*
* Source: (null)
*/
#import "SBStatusBarContentView.h"
#import "SpringBoard-Structs.h"
@class NSString, UIImage, SBStatusBarOperatorNameView;
@interface SBStatusBarCarrierView : SBStatusBarContentView {
UIImage* _operatorIcon;
SBStatusBarOperatorNameView* _operatorNameView;
NSString* _operatorName;
BOOL _operatorNameIsLooping;
BOOL _showCarrierView;
}
// inherited: -(id)init;
// inherited: -(void)dealloc;
// inherited: -(void)start;
// inherited: -(void)stop;
// inherited: -(int)priority;
-(void)clearLastOperatorNameLooped;
-(void)loopOperatorNameToBeginning:(id)beginning didFinish:(id)finish;
-(void)loopOperatorNameToEnd;
-(void)finishedLoopingOperatorName:(id)name didFinish:(id)finish;
-(void)startOperatorNameLooping:(id)looping;
-(void)loopIfNecessary;
-(void)_setOperatorName:(id)name;
-(void)setOperatorName:(id)name;
-(id)_imageForOperatorName:(id)operatorName statusBarIsFullScreenOpaque:(BOOL)opaque;
-(id)operatorIconForName:(id)name;
-(CGSize)defaultSize;
-(void)operatorNameChanged;
-(void)operatorBundleChanged;
// inherited: -(void)setVisible:(BOOL)visible;
// inherited: -(BOOL)isVisible;
// inherited: -(float)padding;
@end