Cockatrice 2026-01-14-Development-2.11.0-beta.46
A cross-platform virtual tabletop for multiplayer card games
Loading...
Searching...
No Matches
deck_list.cpp File Reference
#include "deck_list.h"
#include "deck_list_memento.h"
#include "tree/abstract_deck_list_node.h"
#include "tree/deck_list_card_node.h"
#include "tree/inner_deck_list_node.h"
#include <QCryptographicHash>
#include <QDebug>
#include <QFile>
#include <QRegularExpression>
#include <QSet>
#include <QTextStream>
#include <algorithm>
Include dependency graph for deck_list.cpp:

Functions

uint qHash (const QRegularExpression &key, uint seed) noexcept
static void writeMetadata (QXmlStreamWriter *xml, const DeckList::Metadata &metadata)

Variables

static const QString CURRENT_SIDEBOARD_PLAN_KEY = ""

Function Documentation

◆ qHash()

uint qHash ( const QRegularExpression & key,
uint seed )
noexcept
Here is the call graph for this function:
Here is the caller graph for this function:

◆ writeMetadata()

void writeMetadata ( QXmlStreamWriter * xml,
const DeckList::Metadata & metadata )
static
Here is the caller graph for this function:

Variable Documentation

◆ CURRENT_SIDEBOARD_PLAN_KEY

const QString CURRENT_SIDEBOARD_PLAN_KEY = ""
static