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

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

#include <queuebreak.hpp>

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

List of all members.

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.
Queueableclone () const
 Duplicate queueable content.

Detailed Description

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.


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