defuze.me
Client
|
This class inherits Queueable an represent a break in the play queue. More...
#include <queuebreak.hpp>
Public Member Functions | |
QueueBreak (int duration) | |
QueueBreak (QDateTime end) | |
int | duration () const |
QDateTime | end () const |
void | setDuration (int duration) |
void | setEnd (QDateTime end) |
QString | message () const |
bool | queueIsFinite () const |
This method should return false if the duration of the element is infinite (like scheduled pause or. | |
int | queueDuration (QDateTime from) const |
This method should return the duration of the queued element (in seconds) | |
QString | queueType () const |
This method should return the child class name. | |
QString | name () const |
This virtual method should return a human-readable string describing the element. | |
Queueable * | clone () const |
Duplicate queueable content. |
This class inherits Queueable an represent a break in the play queue.
It is used to pause the player at a determined time
Definition at line 28 of file queuebreak.hpp.