Cockatrice 2026-09-01-Development-3.1.0-beta.10
A virtual tabletop for multiplayer card games
Loading...
Searching...
No Matches
CommanderSpellbookDeckRequest Struct Reference

#include <commander_spellbook_deck_request.h>

Public Member Functions

QJsonObject toJson () const

Static Public Member Functions

static CommanderSpellbookDeckRequest fromJson (const QJsonObject &json)
static CommanderSpellbookDeckRequest fromDeckList (const DeckList &deck)

Public Attributes

QList< CardInDeckRequestmainDeck
QList< CardInDeckRequestcommanderDeck

Member Function Documentation

◆ fromDeckList()

CommanderSpellbookDeckRequest CommanderSpellbookDeckRequest::fromDeckList ( const DeckList & deck)
static
Here is the call graph for this function:
Here is the caller graph for this function:

◆ fromJson()

CommanderSpellbookDeckRequest CommanderSpellbookDeckRequest::fromJson ( const QJsonObject & json)
static
Here is the call graph for this function:

◆ toJson()

QJsonObject CommanderSpellbookDeckRequest::toJson ( ) const
Here is the caller graph for this function:

Member Data Documentation

◆ commanderDeck

QList<CardInDeckRequest> CommanderSpellbookDeckRequest::commanderDeck

◆ mainDeck

QList<CardInDeckRequest> CommanderSpellbookDeckRequest::mainDeck

The documentation for this struct was generated from the following files: