defuze.me  Client
Public Member Functions
Queue::QueueTrack Class Reference

This class inherits Queueable an represent a track in the play queue. More...

#include <queuetrack.hpp>

Inheritance diagram for Queue::QueueTrack:
Inheritance graph
[legend]
Collaboration diagram for Queue::QueueTrack:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 QueueTrack (Library::AudioTrack &track)
Library::AudioTrackgetTrack () const
Library::AudioTrackgetTrack ()
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)
Queueableclone () const
 Duplicate queueable content.

Detailed Description

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.


The documentation for this class was generated from the following files: