![]() |
Cockatrice 2026-03-05-Development-2.11.0-beta.54
A virtual tabletop for multiplayer card games
|
This is the complete list of members for DeckLoader, including all inherited members.
| ACCEPTED_FILE_EXTENSIONS | DeckLoader | static |
| convertToCockatriceFormat(LoadedDeck &deck) | DeckLoader | static |
| DecklistOrg enum value | DeckLoader | |
| DecklistWebsite enum name | DeckLoader | |
| DecklistXyz enum value | DeckLoader | |
| DeckLoader(QObject *parent) | DeckLoader | |
| DeckLoader(const DeckLoader &)=delete | DeckLoader | |
| exportDeckToDecklist(const DeckList &deckList, DecklistWebsite website) | DeckLoader | static |
| FILE_NAME_FILTERS | DeckLoader | static |
| getDeck() | DeckLoader | inline |
| getDeck() const | DeckLoader | inline |
| hasNotBeenLoaded() const | DeckLoader | inline |
| loadedDeck | DeckLoader | private |
| loadFinished(bool success) | DeckLoader | signal |
| loadFromFile(const QString &fileName, DeckFileFormat::Format fmt, bool userRequest=false) | DeckLoader | static |
| loadFromFileAsync(const QString &fileName, DeckFileFormat::Format fmt, bool userRequest) | DeckLoader | |
| loadFromRemote(const QString &nativeString, int remoteDeckId) | DeckLoader | static |
| operator=(const DeckLoader &)=delete | DeckLoader | |
| printDeckList(QPrinter *printer, const DeckList &deckList) | DeckLoader | static |
| printDeckListNode(QTextCursor *cursor, const InnerDecklistNode *node) | DeckLoader | privatestatic |
| reload() | DeckLoader | |
| saveToClipboard(const DeckList &deckList, bool addComments=true, bool addSetNameAndNumber=true) | DeckLoader | static |
| saveToFile(const DeckList &deck, const QString &fileName, DeckFileFormat::Format fmt) | DeckLoader | static |
| saveToFile(const LoadedDeck &deck) | DeckLoader | static |
| saveToNewFile(LoadedDeck &deck, const QString &fileName, DeckFileFormat::Format fmt) | DeckLoader | static |
| saveToStream_DeckHeader(QTextStream &out, const DeckList &deckList) | DeckLoader | privatestatic |
| saveToStream_DeckZone(QTextStream &out, const InnerDecklistNode *zoneNode, bool addComments=true, bool addSetNameAndNumber=true) | DeckLoader | privatestatic |
| saveToStream_DeckZoneCards(QTextStream &out, const InnerDecklistNode *zoneNode, QList< DecklistCardNode * > cards, bool addComments=true, bool addSetNameAndNumber=true) | DeckLoader | privatestatic |
| saveToStream_Plain(QTextStream &out, const DeckList &deckList, bool addComments=true, bool addSetNameAndNumber=true) | DeckLoader | static |
| setDeck(const LoadedDeck &deck) | DeckLoader | inline |
| updateLastLoadedTimestamp(LoadedDeck &deck) | DeckLoader | privatestatic |