defuze.me
Client
|
This class inherits Queueable an represent a track in the play queue. More...
#include <queuetrack.hpp>
Public Member Functions | |
QueueTrack (Library::AudioTrack &track) | |
Library::AudioTrack * | getTrack () const |
Library::AudioTrack * | getTrack () |
int | queueDuration (QDateTime from) const |
virtual method returning element's duration tu calculate queue length | |
QVariantMap | getContent (bool forWeb=false) const |
virtual method returning track's information for mobile devices | |
QString | queueType () const |
This method should return the child class name. | |
int | queueId () const |
This method should return the id of the element (if any) | |
Queueable * | clone () const |
Duplicate queueable content. |
This class inherits Queueable an represent a track in the play queue.
It is used to associate an AudioTrack with a position and a widget in the PlayQueue
Definition at line 29 of file queuetrack.hpp.