Cockatrice 2025-11-30-Development-2.11.0-beta.38
A cross-platform virtual tabletop for multiplayer card games
Loading...
Searching...
No Matches
pages.cpp File Reference
#include "pages.h"
#include "client/settings/cache_settings.h"
#include "main.h"
#include "oracleimporter.h"
#include "oraclewizard.h"
#include "pagetemplates.h"
#include "version_string.h"
#include <QAbstractButton>
#include <QBuffer>
#include <QCheckBox>
#include <QComboBox>
#include <QDir>
#include <QFileDialog>
#include <QGridLayout>
#include <QLabel>
#include <QLineEdit>
#include <QMessageBox>
#include <QNetworkAccessManager>
#include <QNetworkReply>
#include <QProgressBar>
#include <QPushButton>
#include <QRadioButton>
#include <QScrollBar>
#include <QStandardPaths>
#include <QTextEdit>
#include <QtConcurrent>
#include <QtGui>
Include dependency graph for pages.cpp:

Macros

#define ZIP_SIGNATURE   "PK"
#define XZ_SIGNATURE   "\xFD\x37\x7A\x58\x5A"
#define MTGJSON_V4_URL_COMPONENT   "mtgjson.com/files/"
#define ALLSETS_URL_FALLBACK   "https://www.mtgjson.com/api/v5/AllPrintings.json"
#define MTGJSON_VERSION_URL   "https://www.mtgjson.com/api/v5/Meta.json"
#define ALLSETS_URL   "https://www.mtgjson.com/api/v5/AllPrintings.json"
#define TOKENS_URL   "https://raw.githubusercontent.com/Cockatrice/Magic-Token/master/tokens.xml"
#define SPOILERS_URL   "https://raw.githubusercontent.com/Cockatrice/Magic-Spoiler/files/spoiler.xml"

Macro Definition Documentation

◆ ALLSETS_URL

#define ALLSETS_URL   "https://www.mtgjson.com/api/v5/AllPrintings.json"

◆ ALLSETS_URL_FALLBACK

#define ALLSETS_URL_FALLBACK   "https://www.mtgjson.com/api/v5/AllPrintings.json"

◆ MTGJSON_V4_URL_COMPONENT

#define MTGJSON_V4_URL_COMPONENT   "mtgjson.com/files/"

◆ MTGJSON_VERSION_URL

#define MTGJSON_VERSION_URL   "https://www.mtgjson.com/api/v5/Meta.json"

◆ SPOILERS_URL

#define SPOILERS_URL   "https://raw.githubusercontent.com/Cockatrice/Magic-Spoiler/files/spoiler.xml"

◆ TOKENS_URL

#define TOKENS_URL   "https://raw.githubusercontent.com/Cockatrice/Magic-Token/master/tokens.xml"

◆ XZ_SIGNATURE

#define XZ_SIGNATURE   "\xFD\x37\x7A\x58\x5A"

◆ ZIP_SIGNATURE

#define ZIP_SIGNATURE   "PK"