1#ifndef COCKATRICE_COMMANDER_SPELLBOOK_DECK_REQUEST_H
2#define COCKATRICE_COMMANDER_SPELLBOOK_DECK_REQUEST_H
13 QJsonObject
toJson()
const;
Represents a complete deck, including metadata, zones, cards, and sideboard plans.
Definition deck_list.h:63
Defines the DeckList class, which manages a full deck structure including cards, zones,...
Definition commander_spellbook_deck_request.h:10
QJsonObject toJson() const
Definition commander_spellbook_deck_request.cpp:43
QList< CardInDeckRequest > commanderDeck
Definition commander_spellbook_deck_request.h:16
static CommanderSpellbookDeckRequest fromJson(const QJsonObject &json)
Definition commander_spellbook_deck_request.cpp:6
QList< CardInDeckRequest > mainDeck
Definition commander_spellbook_deck_request.h:15
static CommanderSpellbookDeckRequest fromDeckList(const DeckList &deck)
Definition commander_spellbook_deck_request.cpp:63