]> git.saurik.com Git - iphone-api.git/blob - SpringBoard-2.0/SBApplication.h
Commit the ChatKit folder (for WinterBoard).
[iphone-api.git] / SpringBoard-2.0 / SBApplication.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 "SBDisplay.h"
8
9 @class NSBundle, NSDictionary, NSMutableArray, NSMutableSet, NSNumber, NSString, UIRemoteApplication;
10
11 @interface SBApplication : SBDisplay
12 {
13 NSString *_bundleIdentifier;
14 NSString *_roleIdentifier;
15 NSString *_path;
16 NSBundle *_bundle;
17 NSDictionary *_infoDictionary;
18 NSString *_displayName;
19 NSString *_demoRole;
20 NSNumber *_dataFlags;
21 NSMutableSet *_statusBarItemSet;
22 NSMutableArray *_tags;
23 UIRemoteApplication *_remoteApplication;
24 struct __CFSet *_launchAlerts;
25 NSString *_seatbeltProfilePath;
26 NSDictionary *_seatbeltEnvVars;
27 NSString *_signerIdentity;
28 int _signatureState;
29 unsigned int _eventPort;
30 unsigned int _doingBackgroundNetworking;
31 unsigned int _failedLaunchCount;
32 unsigned int _memoryWarningCount;
33 unsigned int _enabled:1;
34 unsigned int _useDemoRole:1;
35 unsigned int _relauchesOnAbnormalExit:1;
36 unsigned int _isDefaultRole:1;
37 unsigned int _isSystemApplication:1;
38 }
39
40 + (void)flushSnapshotsForIdentifier:(id)fp8;
41 + (void)flushLaunchAlertsOfType:(int)fp8;
42 - (id)initWithBundleIdentifier:(id)fp8 roleIdentifier:(id)fp12 path:(id)fp16 bundle:(id)fp20 infoDictionary:(id)fp24 isSystemApplication:(BOOL)fp28;
43 - (void)_startWatchdogTimerWithTimeInterval:(double)fp8 selector:(SEL)fp16;
44 - (void)_startLaunchWatchdogTimer;
45 - (void)_startResumeWatchdogTimer;
46 - (void)_startDeactivationWatchdogTimer;
47 - (void)_startTerminationWatchdogTimer;
48 - (void)_cancelWatchdogTimer;
49 - (void)_scheduleWatchdogAssertionWithTimeout:(double *)fp8 token:(unsigned int)fp12;
50 - (unsigned int)addWatchdogAssertionWithTimeout:(double *)fp8;
51 - (void)renewWatchdogAssertionWithToken:(unsigned int)fp8 timeout:(double *)fp12;
52 - (void)removeWatchdogAssertionWithToken:(unsigned int)fp8;
53 - (void)_cancelWatchdogAssertExpiryTimer;
54 - (void)_watchdogAssertExpired:(id)fp8;
55 - (BOOL)shouldWatchdog;
56 - (BOOL)isBeingDebugged;
57 - (float)autoDimTime;
58 - (float)autoLockTime;
59 - (void)dealloc;
60 - (id)bundle;
61 - (id)infoDictionary;
62 - (id)bundleIdentifier;
63 - (void)setRoleIdentifier:(id)fp8;
64 - (id)roleIdentifier;
65 - (void)setIsDefaultRole:(BOOL)fp8;
66 - (BOOL)isDefaultRole;
67 - (id)path;
68 - (BOOL)enabled;
69 - (void)setEnabled:(BOOL)fp8;
70 - (id)demoRole;
71 - (void)setDemoRole:(id)fp8;
72 - (void)setUseDemoRole:(BOOL)fp8;
73 - (void)setTags:(id)fp8;
74 - (id)tags;
75 - (void)_addInternalDebugVariablesToEnvironment;
76 - (unsigned int)dataUsage;
77 - (void)_setDataUsage:(unsigned int)fp8;
78 - (void)setUsesBackgroundNetwork:(BOOL)fp8;
79 - (void)setUsesEdgeNetwork:(BOOL)fp8;
80 - (void)setUsesWiFiNetwork:(BOOL)fp8;
81 - (void)_resetDataUsage;
82 - (id)_additionalDisplayQualification;
83 - (id)displayIdentifier;
84 - (id)displayIdentifierWithURLScheme:(BOOL)fp8;
85 - (id)pathForIcon;
86 - (BOOL)isSystemApplication;
87 - (BOOL)shouldLaunchPNGless;
88 - (id)pathForDefaultImage:(char *)fp8;
89 - (id)displayName;
90 - (void)setDisplayName:(id)fp8;
91 - (void)_sendCurrentDeviceOrientation;
92 - (BOOL)activate;
93 - (BOOL)sendActivationEvent:(int)fp8;
94 - (BOOL)deactivate;
95 - (void)watchdogForDeactivate;
96 - (void)watchdogForResume;
97 - (void)watchdogForLaunch;
98 - (void)watchdogForTermination;
99 - (void)deactivated;
100 - (BOOL)kill;
101 - (void)_relaunchNow;
102 - (void)_relaunchAfterAbnormalExit:(BOOL)fp8;
103 - (void)removeStatusBarItems;
104 - (int)defaultStatusBarMode;
105 - (int)defaultStatusBarOrientation;
106 - (void)_resetEventPort;
107 - (void)exitedCommon;
108 - (void)exitedAbnormally;
109 - (void)exitedNormally;
110 - (unsigned int)priority;
111 - (int)pid;
112 - (void)setPid:(int)fp8;
113 - (unsigned int)eventPort;
114 - (id)launchdJobLabel;
115 - (void)setLaunchdJobLabel:(id)fp8;
116 - (id)seatbeltProfilePath;
117 - (void)setSeatbeltProfilePath:(id)fp8;
118 - (id)seatbeltEnvironmentVariables;
119 - (void)setSeatbeltEnvironmentVariables:(id)fp8;
120 - (id)signerIdentity;
121 - (void)setSignerIdentity:(id)fp8;
122 - (int)applicationSignatureState;
123 - (void)setApplicationSignatureState:(int)fp8;
124 - (void)markApplicationIdentityAsTrusted;
125 - (int)failedLaunchCount;
126 - (void)removeAppPrefs;
127 - (void)launchFailed;
128 - (void)launchSucceeded;
129 - (unsigned int)memoryWarningCount;
130 - (void)setMemoryWarningCount:(unsigned int)fp8;
131 - (void)setRelaunchesAfterAbnormalExit:(BOOL)fp8;
132 - (BOOL)relaunchesAfterAbnormalExit;
133 - (void)noteAddedStatusBarItem:(id)fp8;
134 - (void)noteRemovedStatusBarItem:(id)fp8;
135 - (id)remoteApplication;
136 - (BOOL)showLaunchAlertForType:(int)fp8;
137 - (void)resetLaunchAlertForType:(int)fp8;
138
139 @end
140