/headers/Foundation/NSBundle.h

gehe zur Dokumentation dieser Datei
00001 /*
00002  *     Generated by class-dump 3.1.1.
00003  *
00004  *     class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2006 by Steve Nygard.
00005  */
00006 
00007 #import "NSObject.h"
00008 
00009 @interface NSBundle : NSObject
00010 {
00011     unsigned int _flags;
00012     id _cfBundle;
00013     unsigned int _refCount;
00014     Class _principalClass;
00015     void *_tmp1;
00016     void *_tmp2;
00017     void *_reserved1;
00018     void *_reserved0;
00019 }
00020 
00021 + (id)findBundleResources:(id)fp8 callingMethod:(SEL)fp12 directory:(id)fp16 languages:(id)fp20 name:(id)fp24 types:(id)fp28 limit:(unsigned int)fp32;
00022 + (id)pathForResource:(id)fp8 ofType:(id)fp12 inDirectory:(id)fp16;
00023 + (id)pathsForResourcesOfType:(id)fp8 inDirectory:(id)fp12;
00024 + (void)setSystemLanguages:(id)fp8;
00025 + (id)bundleWithPath:(id)fp8;
00026 + (id)bundleWithIdentifier:(id)fp8;
00027 + (id)bundleForClass:(Class)fp8;
00028 + (id)loadedBundles;
00029 + (id)allBundles;
00030 + (id)allFrameworks;
00031 + (id)mainBundle;
00032 + (id)debugDescription;
00033 + (id)preferredLocalizationsFromArray:(id)fp8;
00034 + (id)preferredLocalizationsFromArray:(id)fp8 forPreferences:(id)fp12;
00035 - (struct __CFBundle *)_cfBundle;
00036 - (id)pathForResource:(id)fp8 ofType:(id)fp12 inDirectory:(id)fp16 forLocalization:(id)fp20;
00037 - (id)pathForResource:(id)fp8 ofType:(id)fp12 inDirectory:(id)fp16;
00038 - (id)pathForResource:(id)fp8 ofType:(id)fp12;
00039 - (id)pathsForResourcesOfType:(id)fp8 inDirectory:(id)fp12 forLocalization:(id)fp16;
00040 - (id)pathsForResourcesOfType:(id)fp8 inDirectory:(id)fp12;
00041 - (id)localizedStringForKey:(id)fp8 value:(id)fp12 table:(id)fp16;
00042 - (id)_computeExecutablePath;
00043 - (BOOL)load;
00044 - (BOOL)loadAndReturnError:(id *)fp8;
00045 - (BOOL)unload;
00046 - (BOOL)isLoaded;
00047 - (id)retain;
00048 - (void)release;
00049 - (unsigned int)retainCount;
00050 - (void)dealloc;
00051 - (void)finalize;
00052 - (id)initWithPath:(id)fp8;
00053 - (void)_initInfoDictionary;
00054 - (id)bundlePath;
00055 - (id)resourcePath;
00056 - (id)executablePath;
00057 - (id)pathForAuxiliaryExecutable:(id)fp8;
00058 - (id)privateFrameworksPath;
00059 - (id)sharedFrameworksPath;
00060 - (id)sharedSupportPath;
00061 - (id)builtInPlugInsPath;
00062 - (id)bundleIdentifier;
00063 - (unsigned int)versionNumber;
00064 - (id)bundleLanguages;
00065 - (void)invalidateResourceCache;
00066 - (id)defaultsDictionary;
00067 - (Class)classNamed:(id)fp8;
00068 - (Class)principalClass;
00069 - (id)infoDictionary;
00070 - (id)localizedInfoDictionary;
00071 - (id)objectForInfoDictionaryKey:(id)fp8;
00072 - (id)description;
00073 - (id)_regionsArray;
00074 - (id)_pathForResource:(id)fp8 ofType:(id)fp12 inDirectory:(id)fp16 forRegion:(id)fp20;
00075 - (id)_pathsForResourcesOfType:(id)fp8 inDirectory:(id)fp12 forRegion:(id)fp16;
00076 - (id)pathForResource:(id)fp8 ofType:(id)fp12 inDirectory:(id)fp16 forLanguage:(id)fp20;
00077 - (id)pathsForResourcesOfType:(id)fp8 inDirectory:(id)fp12 forLanguage:(id)fp16;
00078 - (id)localizations;
00079 - (id)preferredLocalizations;
00080 - (id)developmentLocalization;
00081 - (id)localizationsToSearch;
00082 - (BOOL)preflightAndReturnError:(id *)fp8;
00083 - (id)executableArchitectures;
00084 
00085 @end
00086