Cockatrice 2026-01-14-Development-2.11.0-beta.46
A cross-platform virtual tabletop for multiplayer card games
Loading...
Searching...
No Matches
dlg_load_deck_from_clipboard.cpp File Reference
#include "dlg_load_deck_from_clipboard.h"
#include "../../../client/settings/cache_settings.h"
#include "../../deck_loader/card_node_function.h"
#include "../../deck_loader/deck_loader.h"
#include "dlg_settings.h"
#include <QApplication>
#include <QCheckBox>
#include <QClipboard>
#include <QDialogButtonBox>
#include <QMessageBox>
#include <QPlainTextEdit>
#include <QPushButton>
#include <QTextStream>
#include <QVBoxLayout>
Include dependency graph for dlg_load_deck_from_clipboard.cpp:

Functions

static QString deckListToString (const DeckList &deckList, bool addComments)

Function Documentation

◆ deckListToString()

QString deckListToString ( const DeckList & deckList,
bool addComments )
static

Loads the contents of the DeckList into a String. Always loads it with addSetNameAndNumber=true

Parameters
deckListThe deck to load
addCommentsWhether to add annotations
Returns
A QString
Here is the call graph for this function:
Here is the caller graph for this function: