defuze.me
Client
|
Public Types | |
enum | Kind { ALBUM, ARTIST, TRACK, GENRE } |
Public Member Functions | |
LibraryItem (const QString title, int id, int itemKind, TreeItem *parent=0) | |
Kind | getKind () const |
bool | getIsInAlbum () const |
AudioTrack * | getTrack () |
int | getId () const |
Definition at line 19 of file libraryitem.hpp.