#include <download_settings.h>
|
| void | setValue (const QVariant &value, const QString &name) |
| void | setValue (const QVariant &value, const QString &name, const QString &group, const QString &subGroup=QString()) |
| void | deleteValue (const QString &name) |
| void | deleteValue (const QString &name, const QString &group, const QString &subGroup=QString()) |
| QSettings | settings |
| QString | defaultGroup |
| QString | defaultSubGroup |
◆ DownloadSettings()
| DownloadSettings::DownloadSettings |
( |
const QString & | settingPath, |
|
|
QObject * | parent = nullptr ) |
|
explicit |
◆ getAllURLs()
| QStringList DownloadSettings::getAllURLs |
( |
| ) |
|
◆ resetToDefaultURLs()
| void DownloadSettings::resetToDefaultURLs |
( |
| ) |
|
◆ setDownloadUrls()
| void DownloadSettings::setDownloadUrls |
( |
const QStringList & | downloadURLs | ) |
|
◆ SettingsCache
◆ DEFAULT_DOWNLOAD_URLS
| const QStringList DownloadSettings::DEFAULT_DOWNLOAD_URLS |
|
staticprivate |
Initial value:= {
"https://api.scryfall.com/cards/!set:uuid!?format=image&face=!prop:side!",
"https://api.scryfall.com/cards/multiverse/!set:muid!?format=image",
"https://gatherer.wizards.com/Handlers/Image.ashx?multiverseid=!set:muid!&type=card",
"https://gatherer.wizards.com/Handlers/Image.ashx?name=!name!&type=card"}
The documentation for this class was generated from the following files: