LeechCraft  0.6.70-15082-g543737046d
Modular cross-platform feature rich live environment.
Media::AlbumRelease Struct Reference

Describes a recent release. More...

#include "irecentreleases.h"

Public Attributes

QString Title_
 The release title. More...
 
QString Artist_
 The artist performing this release. More...
 
QDateTime Date_
 The date of this release. More...
 
QUrl ThumbImage_
 Thumbnail image of this release (like album art). More...
 
QUrl FullImage_
 Full-size image of this release. More...
 
QUrl ReleaseURL_
 The page describing this release in more details. More...
 

Detailed Description

Describes a recent release.

This structure is used to describe a recent release that may be of interest to the user.

See also
IRecentReleases

Definition at line 28 of file irecentreleases.h.

Member Data Documentation

◆ Artist_

QString Media::AlbumRelease::Artist_

The artist performing this release.

Definition at line 36 of file irecentreleases.h.

◆ Date_

QDateTime Media::AlbumRelease::Date_

The date of this release.

Definition at line 40 of file irecentreleases.h.

◆ FullImage_

QUrl Media::AlbumRelease::FullImage_

Full-size image of this release.

Definition at line 48 of file irecentreleases.h.

◆ ReleaseURL_

QUrl Media::AlbumRelease::ReleaseURL_

The page describing this release in more details.

Definition at line 52 of file irecentreleases.h.

◆ ThumbImage_

QUrl Media::AlbumRelease::ThumbImage_

Thumbnail image of this release (like album art).

Definition at line 44 of file irecentreleases.h.

◆ Title_

QString Media::AlbumRelease::Title_

The release title.

Definition at line 32 of file irecentreleases.h.


The documentation for this struct was generated from the following file: