![]() |
LeechCraft
0.6.70-15082-g543737046d
Modular cross-platform feature rich live environment.
|
Information about a release, like an album or a single. More...
#include "idiscographyprovider.h"
Collaboration diagram for Media::ReleaseInfo:Public Types | |
| enum | Type { Type::Standard, Type::EP, Type::Single, Type::Compilation, Type::Live, Type::Soundtrack, Type::Other } |
| The enum describing the recognized types of the releases. More... | |
Public Attributes | |
| QString | ID_ |
| The internal ID of this release. More... | |
| QString | Name_ |
| The name of this release. More... | |
| int | Year_ |
| The year of this release. More... | |
| enum Media::ReleaseInfo::Type | Type_ |
| QList< QList< ReleaseTrackInfo > > | TrackInfos_ |
Information about a release, like an album or a single.
Definition at line 45 of file idiscographyprovider.h.
|
strong |
The enum describing the recognized types of the releases.
Definition at line 61 of file idiscographyprovider.h.
| QString Media::ReleaseInfo::ID_ |
The internal ID of this release.
Definition at line 49 of file idiscographyprovider.h.
| QString Media::ReleaseInfo::Name_ |
The name of this release.
Definition at line 53 of file idiscographyprovider.h.
| QList<QList<ReleaseTrackInfo> > Media::ReleaseInfo::TrackInfos_ |
List of tracks in this release.
Definition at line 95 of file idiscographyprovider.h.
| enum Media::ReleaseInfo::Type Media::ReleaseInfo::Type_ |
| int Media::ReleaseInfo::Year_ |
The year of this release.
Definition at line 57 of file idiscographyprovider.h.