|
| AlbumSelectors (const QString &label, const QString &configName, QWidget *const parent=nullptr, AlbumType albumType=All, bool allowRecursive=false) |
| Default Constructor.
|
|
void | resetPAlbumSelection () |
| Reset all Physical Albums selection.
|
|
void | resetSelection () |
| Reset all Physical and Tag Albums selection.
|
|
void | resetTAlbumSelection () |
| Reset all Tag Albums selection.
|
|
QList< int > | selectedAlbumIds () const |
| Return list of selected physical album ids.
|
|
AlbumList | selectedAlbums () const |
| Return list of selected physical albums.
|
|
AlbumList | selectedAlbumsAndTags () const |
| Return list of selected physical and tag albums.
|
|
QList< int > | selectedTagIds () const |
| Return list of selected tag album ids.
|
|
AlbumList | selectedTags () const |
| Return list of selected tag albums.
|
|
void | setAlbumSelected (Album *const album, SelectionType type) |
| Select Physical Album from list.
|
|
void | setTagSelected (Album *const album, SelectionType type) |
| Select Tag Album from list.
|
|
void | setTypeSelection (int albumType) |
| Sets the search type selection with the AlbumType.
|
|
int | typeSelection () const |
| Returns the selected album type.
|
|
bool | wholeAlbumsChecked () const |
| Return true if whole Albums collection option is checked.
|
|
bool | wholeTagsChecked () const |
| Return true if whole Tags collection option is checked.
|
|