KNSCore::Entry::DownloadLinkInformation Struct
struct KNSCore::Entry::DownloadLinkInformationDescribes a download link option for an Entry. More...
Public Variables
| QString | descriptionLink |
| QString | distributionType |
| int | id |
| bool | isDownloadtypeLink |
| QString | name |
| QString | priceAmount |
| quint64 | size |
| QStringList | tags |
Detailed Description
See also appendDownloadLinkInformation and downloadLinkInformationList.
Member Variable Documentation
QString DownloadLinkInformation::descriptionLink
Link to intermediary description.
QString DownloadLinkInformation::distributionType
OCS Distribution Type, this is for which OS the file is useful.
int DownloadLinkInformation::id
Unique integer representing the download number in the list.
bool DownloadLinkInformation::isDownloadtypeLink
TODO
QString DownloadLinkInformation::name
Displayed name.
QString DownloadLinkInformation::priceAmount
Price formatted as a string.
quint64 DownloadLinkInformation::size
Size in kilobytes.
QStringList DownloadLinkInformation::tags
Variety of tags that can represent mimetype or url location.