#import <MLPlaylistRep.h>
Abgeleitet von MLPlaylist.
Öffentliche Methoden | |
| (unsigned int) | - countOfTracks |
| (void) | - dealloc |
| (BOOL) | - isEqual: |
| (unsigned int) | - hash |
| (BOOL) | - isPhysicalPlaylist |
| (BOOL) | - isPurchasedItemsPlaylist |
| (BOOL) | - isMainPurchasedItemsPlaylist |
| (id) | - name |
| (unsigned long long) | - persistentUID |
| (unsigned long) | - uniqueID |
| (BOOL) | - isAlbum |
| (id) | - representativeAlbumTrack |
| (BOOL) | - _isActiveOnTheGoPlaylist |
| (BOOL) | - _isMutableUserVisiblePlaylist |
| (BOOL) | - isUserEditable |
| (void) | - moveTracksFromRange:toIndex: |
| (void) | - insertTrackFromQuery:entityIndex:atIndex: |
| (void) | - insertTracksFromQuery:entityIndexes:atIndex: |
| (void) | - insertTracks:atIndex: |
| (void) | - removeTracksInRange: |
| (void) | - saveToFile |
Öffentliche, statische Methoden | |
| (id) | + playlistRepWithPlaylistPtr: |
| (id) | + playlistRepWithGroupPlaylistItemPtr:groupingProperty:query: |
Geschützte Attribute | |
| unsigned int | _isAlbum:1 |
| unsigned int | _albumGroupingProperty |
| void * | _dulcPtr |
| MLQuery * | _albumTracksQuery |
Definiert in Zeile 11 der Datei MLPlaylistRep.h.
| + (id) playlistRepWithPlaylistPtr: | (struct Playlist *) | fp8 |
| + (id) playlistRepWithGroupPlaylistItemPtr: | (struct PlaylistItem *) | fp8 | ||
| groupingProperty: | (unsigned long) | fp12 | ||
| query: | (id) | fp16 | ||
| - (unsigned int) countOfTracks |
Implementiert MLPlaylist.
| - (void) dealloc |
Implementiert NSObject.
| - (BOOL) isEqual: | (id) | fp8 |
Implementiert NSObject.
| - (unsigned int) hash |
Implementiert NSObject.
| - (BOOL) isPhysicalPlaylist |
Implementiert MLPlaylist.
| - (BOOL) isPurchasedItemsPlaylist |
Implementiert MLPlaylist.
| - (BOOL) isMainPurchasedItemsPlaylist |
Implementiert MLPlaylist.
| - (id) name |
Implementiert MLPlaylist.
| - (unsigned long long) persistentUID |
Implementiert MLPlaylist.
| - (unsigned long) uniqueID |
Implementiert MLPlaylist.
| - (BOOL) isAlbum |
Implementiert MLPlaylist.
| - (id) representativeAlbumTrack |
Implementiert MLPlaylist.
| - (BOOL) _isActiveOnTheGoPlaylist |
| - (BOOL) _isMutableUserVisiblePlaylist |
| - (BOOL) isUserEditable |
Implementiert MLPlaylist.
| - (void) moveTracksFromRange: | (struct _NSRange) | fp8 | ||
| toIndex: | (unsigned int) | fp16 | ||
Implementiert MLPlaylist.
| - (void) insertTrackFromQuery: | (id) | fp8 | ||
| entityIndex: | (unsigned int) | fp12 | ||
| atIndex: | (unsigned int) | fp16 | ||
Implementiert MLPlaylist.
| - (void) insertTracksFromQuery: | (id) | fp8 | ||
| entityIndexes: | (id) | fp12 | ||
| atIndex: | (unsigned int) | fp16 | ||
Implementiert MLPlaylist.
| - (void) insertTracks: | (id) | fp8 | ||
| atIndex: | (unsigned int) | fp12 | ||
Implementiert MLPlaylist.
| - (void) removeTracksInRange: | (struct _NSRange) | fp8 |
Implementiert MLPlaylist.
| - (void) saveToFile |
Implementiert MLPlaylist.
- (unsigned int) _isAlbum [protected] |
Definiert in Zeile 13 der Datei MLPlaylistRep.h.
- (unsigned int) _albumGroupingProperty [protected] |
Definiert in Zeile 14 der Datei MLPlaylistRep.h.
- (void*) _dulcPtr [protected] |
Definiert in Zeile 15 der Datei MLPlaylistRep.h.
- (MLQuery*) _albumTracksQuery [protected] |
Definiert in Zeile 16 der Datei MLPlaylistRep.h.