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