defuze.me
Client
|
This container class can bound together multiple Queueable elements. More...
#include <container.hpp>
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. |
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.
Definition at line 31 of file container.hpp.