![]() |
LeechCraft 0.6.70-17335-ge406ffdcaf
Modular cross-platform feature rich live environment.
|
Information about a release, like an album or a single. More...
#include "idiscographyprovider.h"
Public Types | |
enum class | Type { Standard , EP , Single , Compilation , Live , Soundtrack , Other } |
The enum describing the recognized types of the releases. More... | |
Public Attributes | |
QString | ID_ |
The internal ID of this release. | |
QString | Name_ |
The name of this release. | |
int | Year_ |
The year of this release. | |
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.