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

This container class can bound together multiple Queueable elements. More...

#include <container.hpp>

List of all members.

Public Member Functions

 Container (QObject *parent=0)
unsigned size () const
bool empty () const
const QueueableDeque & getChildren () const
virtual QString name () const
 This virtual method should return a human-readable string describing the element.

Detailed Description

This container class can bound together multiple Queueable elements.

It allows to group tracks by playlist for example, in order to be able to operate on them all in one click.

Attention:
It is not used yet

Definition at line 31 of file container.hpp.


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