Defines the DeckList class, which manages a full deck structure including cards, zones, sideboard plans, and serialization to/from multiple formats. This is a logic class which does not care about Qt or user facing views. See DeckListModel for the actual Qt Model to be used for views.
More...
#include "deck_list_memento.h"#include "deck_list_node_tree.h"#include "sideboard_plan.h"#include "tree/inner_deck_list_node.h"#include <QMap>#include <QVector>#include <QtCore/QXmlStreamReader>#include <libcockatrice/utility/card_ref.h>Go to the source code of this file.
Classes | |
| class | DeckList |
| Represents a complete deck, including metadata, zones, cards, and sideboard plans. More... | |
| struct | DeckList::Metadata |
Defines the DeckList class, which manages a full deck structure including cards, zones, sideboard plans, and serialization to/from multiple formats. This is a logic class which does not care about Qt or user facing views. See DeckListModel for the actual Qt Model to be used for views.