This is the complete list of members for DeckLoader, including all inherited members.
| ACCEPTED_FILE_EXTENSIONS | DeckLoader | static |
| convertToCockatriceFormat(const QString &fileName) | DeckLoader | |
| DecklistOrg enum value | DeckLoader | |
| DecklistWebsite enum name | DeckLoader | |
| DecklistXyz enum value | DeckLoader | |
| deckLoaded() | DeckLoader | signal |
| 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 | |
| loadFromFileAsync(const QString &fileName, DeckFileFormat::Format fmt, bool userRequest) | DeckLoader | |
| loadFromRemote(const QString &nativeString, int remoteDeckId) | DeckLoader | |
| operator=(const DeckLoader &)=delete | DeckLoader | |
| printDeckList(QPrinter *printer, const DeckList &deckList) | DeckLoader | static |
| printDeckListNode(QTextCursor *cursor, const InnerDecklistNode *node) | DeckLoader | privatestatic |
| saveToClipboard(const DeckList &deckList, bool addComments=true, bool addSetNameAndNumber=true) | DeckLoader | static |
| saveToFile(const QString &fileName, DeckFileFormat::Format fmt) | DeckLoader | |
| 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(const QString &fileName, DeckFileFormat::Format fmt) | DeckLoader |