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