/headers/MusicLibrary/_MLGroupQueryImpl.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 <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