00001
00002
00003
00004
00005
00006
00007 #import <MusicLibrary/_MLDulcimerQueryImpl.h>
00008
00009 @interface _MLPlaylistQueryImpl : _MLDulcimerQueryImpl
00010 {
00011 }
00012
00013 - (id)stringValueForProperty:(unsigned long)fp8 ofEntityAtIndex:(unsigned int)fp12;
00014 - (unsigned long long)unsignedValueForProperty:(unsigned long)fp8 ofEntityAtIndex:(unsigned int)fp12;
00015 - (void)_unregisterForNotificationsAffectingEvaluationResults;
00016 - (void)playlistAddedToLibraryNotification;
00017 - (void)_registerForNotificationsAffectingEvaluationResults;
00018 - (void)evaluate;
00019 - (id)representativeTrackForEntityAtIndex:(unsigned int)fp8;
00020 - (id)entityAtIndex:(unsigned int)fp8;
00021 - (unsigned int)indexOfFirstEntityMatchingPredicates:(id)fp8;
00022 - (BOOL)entityMatchesPredicates:(id)fp8 entityIndex:(unsigned int)fp12;
00023 - (unsigned short)firstCharacterForStringProperty:(unsigned long)fp8 ofEntityAtIndex:(unsigned int)fp12;
00024 - (id)containingPlaylist;
00025
00026 @end
00027