![]() |
LeechCraft
%{LEECHCRAFT_VERSION}
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 62 of file idiscographyprovider.h.
|
strong |
The enum describing the recognized types of the releases.
| Enumerator | |
|---|---|
| Standard |
A typical album. |
| EP |
An EP. |
| Single |
A single track release. |
| Compilation |
A compilation. |
| Live |
A live release. |
| Soundtrack |
A soundtrack. |
| Other |
Some other release type currently unrecognized by LeechCraft. |
Definition at line 78 of file idiscographyprovider.h.
| QString Media::ReleaseInfo::ID_ |
The internal ID of this release.
Definition at line 66 of file idiscographyprovider.h.
| QString Media::ReleaseInfo::Name_ |
The name of this release.
Definition at line 70 of file idiscographyprovider.h.
| QList<QList<ReleaseTrackInfo> > Media::ReleaseInfo::TrackInfos_ |
List of tracks in this release.
Definition at line 112 of file idiscographyprovider.h.
| enum Media::ReleaseInfo::Type Media::ReleaseInfo::Type_ |
| int Media::ReleaseInfo::Year_ |
The year of this release.
Definition at line 74 of file idiscographyprovider.h.