/headers/MusicLibrary/_MLPlaylistItemPtrImpl.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/_MLDulcimerQueryImpl.h>
00008 
00009 @interface _MLPlaylistItemPtrImpl : _MLDulcimerQueryImpl
00010 {
00011     struct Playlist *_evaluatedDulcPlaylistPtr;
00012     unsigned int _evaluatedTrackOrder;
00013 }
00014 
00015 - (void)freeQueryResults;
00016 - (struct __CFArray *)_calculateBucketizedInfoWithPlaylistPtr:(struct Playlist *)fp8 dulcNavTable:(struct PlaylistNavTable *)fp12 trackOrder:(unsigned long)fp16;
00017 - (BOOL)_canUseDulcNavTableForStringProperty:(unsigned long)fp8 evaluatedTrackOrder:(unsigned long)fp12;
00018 - (struct __CFArray *)bucketizedInfoByFirstCharacterForStringProperty:(unsigned long)fp8;
00019 
00020 @end
00021