#include <itunesdbdatasource.h>
Public Member Functions | |
| virtual void | writeInit ()=0 |
| virtual void | writeFinished ()=0 |
| virtual Q_UINT32 | getNumPlaylists ()=0 |
| virtual Q_UINT32 | getNumTracks ()=0 |
| virtual TrackPtrList & | getTrackList ()=0 |
| virtual Playlist * | firstPlaylist ()=0 |
| virtual Playlist * | nextPlaylist ()=0 |
| virtual void | handleError (const QString &message)=0 |
| virtual const QString & | getTitle ()=0 |
|
|
returns the first playlist and sets the playlist position for nextPlaylist() to the first playlist |
|
|
returns the number of playlists that need to be written |
|
|
returns the number of tracks that need to be written |
|
|
Returns the title of the master Playlist (thus the title of the iPod) |
|
|
Returns a list with all the tracks |
|
|
gets called if an error occured during the write process. The write process ends after a call to this method. |
|
|
returns the next playlist (see firstPlaylist()) |
|
|
called when the ItunesDBWriter is done writing the database |
|
|
called when the ItunesDBWriter starts to write |
1.4.6