|
| AlbumHistory (QObject *const parent=nullptr) |
|
void | addAlbums (const QList< Album * > &albums, QWidget *const widget, const QHash< LabelsTreeView::Labels, QList< int > > &selectedLabels) |
| AlbumHistory::addAlbums A special overloaded function for handling AlbumHistory for the Labels tree-view.
|
|
void | addAlbums (const QList< Album * > &albums, QWidget *const widget=nullptr) |
|
void | back (QList< Album * > &album, QWidget **const widget, unsigned int steps=1) |
|
void | clearHistory () |
|
void | deleteAlbum (Album *const album) |
|
void | forward (QList< Album * > &album, QWidget **const widget, unsigned int steps=1) |
|
void | getBackwardHistory (QStringList &list) const |
|
void | getCurrentAlbum (Album **const album, QWidget **const widget) const |
|
void | getForwardHistory (QStringList &list) const |
|
bool | isBackwardEmpty () const |
|
bool | isForwardEmpty () const |
|
QHash< LabelsTreeView::Labels, QList< int > > | neededLabels () |
|
The user is able to navigate through the albums, he has opened during a session.