Cockatrice 2026-01-14-Development-2.11.0-beta.46
A cross-platform virtual tabletop for multiplayer card games
Loading...
Searching...
No Matches
DeckLoader Member List

This is the complete list of members for DeckLoader, including all inherited members.

ACCEPTED_FILE_EXTENSIONSDeckLoaderstatic
convertToCockatriceFormat(const QString &fileName)DeckLoader
DecklistOrg enum valueDeckLoader
DecklistWebsite enum nameDeckLoader
DecklistXyz enum valueDeckLoader
deckLoaded()DeckLoadersignal
DeckLoader(QObject *parent)DeckLoader
DeckLoader(const DeckLoader &)=deleteDeckLoader
exportDeckToDecklist(const DeckList &deckList, DecklistWebsite website)DeckLoaderstatic
FILE_NAME_FILTERSDeckLoaderstatic
getDeck()DeckLoaderinline
getDeck() constDeckLoaderinline
hasNotBeenLoaded() constDeckLoaderinline
loadedDeckDeckLoaderprivate
loadFinished(bool success)DeckLoadersignal
loadFromFile(const QString &fileName, DeckFileFormat::Format fmt, bool userRequest=false)DeckLoader
loadFromFileAsync(const QString &fileName, DeckFileFormat::Format fmt, bool userRequest)DeckLoader
loadFromRemote(const QString &nativeString, int remoteDeckId)DeckLoader
operator=(const DeckLoader &)=deleteDeckLoader
printDeckList(QPrinter *printer, const DeckList &deckList)DeckLoaderstatic
printDeckListNode(QTextCursor *cursor, const InnerDecklistNode *node)DeckLoaderprivatestatic
saveToClipboard(const DeckList &deckList, bool addComments=true, bool addSetNameAndNumber=true)DeckLoaderstatic
saveToFile(const QString &fileName, DeckFileFormat::Format fmt)DeckLoader
saveToStream_DeckHeader(QTextStream &out, const DeckList &deckList)DeckLoaderprivatestatic
saveToStream_DeckZone(QTextStream &out, const InnerDecklistNode *zoneNode, bool addComments=true, bool addSetNameAndNumber=true)DeckLoaderprivatestatic
saveToStream_DeckZoneCards(QTextStream &out, const InnerDecklistNode *zoneNode, QList< DecklistCardNode * > cards, bool addComments=true, bool addSetNameAndNumber=true)DeckLoaderprivatestatic
saveToStream_Plain(QTextStream &out, const DeckList &deckList, bool addComments=true, bool addSetNameAndNumber=true)DeckLoaderstatic
setDeck(const LoadedDeck &deck)DeckLoaderinline
updateLastLoadedTimestamp(const QString &fileName, DeckFileFormat::Format fmt)DeckLoader