1#ifndef COCKATRICE_LOADED_DECK_H
2#define COCKATRICE_LOADED_DECK_H
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,...
Information about where the deck was loaded from.
Definition loaded_deck.h:23
static constexpr int NON_REMOTE_ID
Definition loaded_deck.h:24
bool isEmpty() const
Definition loaded_deck.cpp:3
QString fileName
Definition loaded_deck.h:26
DeckFileFormat::Format fileFormat
Definition loaded_deck.h:27
int remoteDeckId
Definition loaded_deck.h:28
Represents a deck that was loaded from somewhere. Contains the DeckList itself, as well as info about...
Definition loaded_deck.h:14
DeckList deckList
The decklist itself.
Definition loaded_deck.h:33
LoadInfo lastLoadInfo
info about where the deck was loaded from
Definition loaded_deck.h:34
bool isEmpty() const
Definition loaded_deck.cpp:8