#include <playlistitem.h>
Inheritance diagram for itunesdb::PlaylistItem:

Public Member Functions | |
| Q_UINT32 | getID () const |
| Q_UINT32 | getPosition () const |
| void | setPosition (Q_UINT32 pos) |
| bool | isPositionSet () const |
Protected Member Functions | |
| PlaylistItem (Q_UINT32 ipod_id) | |
| virtual void | doneAddingData () |
| virtual void | readMHOD (QDataStream &stream, Q_UINT32 type, Q_UINT32 blocklen) |
Protected Attributes | |
| Q_UINT32 | m_id |
| Q_UINT32 | m_pos |
Friends | |
| class | ItunesDBParser |
| class | Playlist |
|
|
override from ListItem::doneAddingData() Reimplemented from itunesdb::ListItem. |
|
|
Returns the ID of the track this PlaylistItem is referring to.
|
|
|
Returns the position in the playlist. |
|
|
Returns true if the position has been set. |
|
||||||||||||||||
|
Reads the playlist order MHODs Reimplemented from itunesdb::ListItem. |
|
|
Sets the position of this PlaylistItem in the playlist. |
1.4.6