/headers/iTunesStore/ISItem.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 #import "NSCopyingProtocol.h"
00010 
00011 @class ISStorePage, NSString;
00012 
00013 @interface ISItem : NSObject <NSCopying>
00014 {
00015     ISStorePage *_page;
00016     id _info;
00017     NSString *_title;
00018     NSString *_unmodifiedTitle;
00019     int _type;
00020 }
00021 
00022 + (long long)diskSpaceNeededForMediaFileSize:(long long)fp8;
00023 + (struct CGSize)imageSizeForFormat:(int)fp8;
00024 - (void)dealloc;
00025 - (id)copyWithZone:(struct _NSZone *)fp8;
00026 - (BOOL)loadFromDictionary:(id)fp8 error:(id *)fp12;
00027 - (id)page;
00028 - (void)setPage:(id)fp8;
00029 - (id)artworkURLForFormat:(int)fp8;
00030 - (id)artworkURLsForFormat:(int)fp8;
00031 - (id)pageURL;
00032 - (int)pageURLType;
00033 - (id)title;
00034 - (int)type;
00035 - (id)unmodifiedTitle;
00036 - (BOOL)isPurchaseable;
00037 - (BOOL)isPurchased;
00038 - (id)uniqueIdentifier;
00039 - (unsigned long)identifier;
00040 - (id)price;
00041 - (long long)mediaFileSize;
00042 - (id)releaseDate;
00043 - (id)contentCounts;
00044 - (BOOL)hasBonusContent;
00045 - (id)copyright;
00046 - (unsigned int)numberOfSongs;
00047 - (float)userRating;
00048 - (unsigned int)userRatingCount;
00049 - (id)activeFlavor;
00050 - (id)album;
00051 - (id)artist;
00052 - (id)buyParameters;
00053 - (id)contentRating;
00054 - (unsigned int)durationInMS;
00055 - (BOOL)isExplicit;
00056 - (id)genre;
00057 - (unsigned int)previewDurationInMS;
00058 - (id)previewURL;
00059 - (unsigned int)trackNumber;
00060 - (id)pageURLs;
00061 - (id)pageURLTypes;
00062 - (BOOL)shouldReloadWholePage;
00063 - (unsigned int)totalCount;
00064 - (id)markup;
00065 - (id)plainText;
00066 
00067 @end
00068