Cockatrice 2025-11-30-Development-2.11.0-beta.38
A cross-platform virtual tabletop for multiplayer card games
Loading...
Searching...
No Matches
edhrec_commander_api_response.h
Go to the documentation of this file.
1#ifndef DECKDATA_H
2#define DECKDATA_H
3
7
8#include <QJsonObject>
9#include <QString>
10
30
31#endif // DECKDATA_H
Definition edhrec_api_response_card_container.h:18
Represents the main structure of the JSON.
Definition edhrec_commander_api_response.h:17
void debugPrint() const
Definition edhrec_commander_api_response.cpp:24
void fromJson(const QJsonObject &json)
Definition edhrec_commander_api_response.cpp:6
QString header
Definition edhrec_commander_api_response.h:22
EdhrecApiResponseCardContainer container
Definition edhrec_commander_api_response.h:25
QJsonObject panels
Definition edhrec_commander_api_response.h:23
EdhrecCommanderApiResponseArchidektLinks archidekt
Definition edhrec_commander_api_response.h:20
EdhrecCommanderApiResponseAverageDeckStatistics deckStats
Definition edhrec_commander_api_response.h:19
QJsonObject similar
Definition edhrec_commander_api_response.h:21
QString description
Definition edhrec_commander_api_response.h:24
Represents the typical deck statistics (collapsed section)
Definition edhrec_commander_api_response_average_deck_statistics.h:12