]> git.saurik.com Git - iphone-api.git/blob - SpringBoard-2.1/SBApplicationController.h
Commit the ChatKit folder (for WinterBoard).
[iphone-api.git] / SpringBoard-2.1 / SBApplicationController.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 "Foundation/NSObject.h"
8
9 @class NSLock, NSMutableArray, NSMutableDictionary, SBApplication;
10
11 @interface SBApplicationController : NSObject
12 {
13 NSMutableDictionary *_applications;
14 SBApplication *_springBoard;
15 BOOL _logChanges;
16 unsigned int _ignoreInstallationEventCount;
17 BOOL _uninstallationThreadRunning;
18 NSLock *_uninstallationLock;
19 NSMutableArray *_uninstallationQueue;
20 }
21
22 + (id)sharedInstance;
23 - (id)init;
24 - (void)dealloc;
25 - (id)allApplications;
26 - (id)applicationsWithBundleIdentifier:(id)fp8;
27 - (id)applicationWithDisplayIdentifier:(id)fp8;
28 - (id)applicationWithPid:(int)fp8;
29 - (id)allDisplayIdentifiers:(BOOL)fp8;
30 - (id)allBundleIdentifiers:(BOOL)fp8;
31 - (id)springBoard;
32 - (id)iPod;
33 - (void)setAppsUseDemoRole:(BOOL)fp8;
34 - (void)loadApplications;
35 - (void)loadApplicationsAndIcons:(id)fp8 reveal:(BOOL)fp12 popIn:(BOOL)fp16;
36 - (void)removeApplicationsFromModelWithBundleIdentifier:(id)fp8;
37 - (id)_dequeueApplicationToUninstall;
38 - (void)_uninstallApplicationsThread;
39 - (void)_uninstallationThreadFinished;
40 - (void)_enqueueApplicationToUninstall:(id)fp8;
41 - (void)uninstallApplication:(id)fp8;
42 - (void)_applicationInstallationCallback;
43 - (Class)applicationClassForBundleIdentifier:(id)fp8;
44 - (void)loadRolesWithBundle:(id)fp8 bundlePath:(id)fp12 isSystemApplication:(BOOL)fp16 defaultTags:(id)fp20 signerIdentity:(id)fp24 seatbeltProfilePath:(id)fp28 seatbeltEnvironmentVariables:(id)fp32;
45 - (void)updateSchemesForRoleDefinition:(id)fp8 displayIdentifier:(id)fp12 application:(id)fp16;
46 - (id)rolesForInfoPlist:(id)fp8;
47 - (id)rolesForRoleDefinitions:(id)fp8;
48 - (id)displayNameForRoleDefinition:(id)fp8 inBundle:(id)fp12 infoDictionary:(id)fp16;
49 - (id)widgetRoles;
50 - (unsigned int)ignoreInstallationEventCount;
51 - (void)setIgnoreInstallationEventCount:(unsigned int)fp8;
52
53 @end
54