/headers/MusicLibrary/_MLTrackQueryImpl.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 _MLTrackQueryImpl : _MLPlaylistItemPtrImpl
00010 {
00011     unsigned int _mixedResultsAllowed:1;
00012     unsigned int _resultsAreMixedWithGroups:1;
00013     unsigned int _isFromPodcast:1;
00014 }
00015 
00016 - (id)stringValueForProperty:(unsigned long)fp8 ofEntityAtIndex:(unsigned int)fp12;
00017 - (unsigned long long)unsignedValueForProperty:(unsigned long)fp8 ofEntityAtIndex:(unsigned int)fp12;
00018 - (double)timeValueForProperty:(unsigned long)fp8 ofEntityAtIndex:(unsigned int)fp12;
00019 - (void)_unregisterForNotificationsAffectingEvaluationResults;
00020 - (void)playlistContentsDidChangeNotification:(id)fp8;
00021 - (void)_registerForNotificationsAffectingEvaluationResults:(struct Playlist *)fp8;
00022 - (void)evaluate;
00023 - (unsigned short)firstCharacterForStringProperty:(unsigned long)fp8 ofEntityAtIndex:(unsigned int)fp12;
00024 - (unsigned int)countOfEntitiesGroupedByEntityAtIndex:(unsigned int)fp8;
00025 - (id)representativeTrackForEntityAtIndex:(unsigned int)fp8;
00026 - (id)containingPlaylist;
00027 - (id)entityAtIndex:(unsigned int)fp8;
00028 - (unsigned int)indexOfEntity:(id)fp8;
00029 - (unsigned int)indexOfFirstEntityMatchingPredicates:(id)fp8;
00030 - (BOOL)entityMatchesPredicates:(id)fp8 entityIndex:(unsigned int)fp12;
00031 - (struct __CFArray *)_getPlaylistItemResults;
00032 
00033 @end
00034