This is the complete list of members for DeckList, including all inherited members.
| addCard(const QString &cardName, const QString &zoneName, int position, const QString &cardSetName=QString(), const QString &cardSetCollectorNumber=QString(), const QString &cardProviderId=QString()) | DeckList | |
| addTag(const QString &_tag) | DeckList | inlineslot |
| bannerCard | DeckList | private |
| cachedDeckHash | DeckList | mutableprivate |
| cleanList(bool preserveMetadata=false) | DeckList | |
| clearTags() | DeckList | inlineslot |
| comments | DeckList | private |
| createMemento(const QString &reason) const | DeckList | |
| deckHashChanged() | DeckList | signal |
| DeckList() | DeckList | explicit |
| DeckList(const DeckList &)=delete | DeckList | |
| DeckList(const QString &nativeString) | DeckList | explicit |
| deckTagsChanged() | DeckList | signal |
| deleteNode(AbstractDecklistNode *node, InnerDecklistNode *rootNode=nullptr) | DeckList | |
| forEachCard(const std::function< void(InnerDecklistNode *, DecklistCardNode *)> &func) const | DeckList | |
| getBannerCard() const | DeckList | inline |
| getCardList() const | DeckList | |
| getCardListHelper(InnerDecklistNode *node, QSet< QString > &result) | DeckList | privatestatic |
| getCardNodes(const QStringList &restrictToZones=QStringList()) const | DeckList | |
| getCardRefList() const | DeckList | |
| getCardRefListHelper(InnerDecklistNode *item, QList< CardRef > &result) | DeckList | privatestatic |
| getCardZoneFromName(const QString, QString currentZoneName) | DeckList | inlineprotectedvirtual |
| getComments() const | DeckList | inline |
| getCompleteCardName(const QString &cardName) const | DeckList | inlineprotectedvirtual |
| getCurrentSideboardPlan() | DeckList | |
| getDeckHash() const | DeckList | |
| getLastLoadedTimestamp() const | DeckList | inline |
| getName() const | DeckList | inline |
| getRoot() const | DeckList | inline |
| getSideboardPlans() const | DeckList | inline |
| getSideboardSize() const | DeckList | |
| getTags() const | DeckList | inline |
| getZoneObjFromName(const QString &zoneName) | DeckList | private |
| isBlankDeck() const | DeckList | inline |
| isEmpty() const | DeckList | inline |
| lastLoadedTimestamp | DeckList | private |
| loadFromFile_Native(QIODevice *device) | DeckList | |
| loadFromFile_Plain(QIODevice *device) | DeckList | |
| loadFromStream_Plain(QTextStream &stream, bool preserveMetadata) | DeckList | |
| loadFromString_Native(const QString &nativeString) | DeckList | |
| loadFromXml(QXmlStreamReader *xml) | DeckList | |
| name | DeckList | private |
| operator=(const DeckList &)=delete | DeckList | |
| readElement(QXmlStreamReader *xml) | DeckList | |
| refreshDeckHash() | DeckList | |
| restoreMemento(const DeckListMemento &m) | DeckList | |
| root | DeckList | private |
| saveToFile_Native(QIODevice *device) | DeckList | |
| saveToFile_Plain(QIODevice *device, bool prefixSideboardCards=true, bool slashTappedOutSplitCards=false) | DeckList | |
| saveToStream_Plain(QTextStream &stream, bool prefixSideboardCards, bool slashTappedOutSplitCards) | DeckList | |
| setBannerCard(const CardRef &_bannerCard={}) | DeckList | inlineslot |
| setComments(const QString &_comments=QString()) | DeckList | inlineslot |
| setCurrentSideboardPlan(const QList< MoveCard_ToZone > &plan) | DeckList | |
| setLastLoadedTimestamp(const QString &_lastLoadedTimestamp=QString()) | DeckList | inlineslot |
| setName(const QString &_name=QString()) | DeckList | inlineslot |
| setTags(const QStringList &_tags=QStringList()) | DeckList | inlineslot |
| sideboardPlans | DeckList | private |
| tags | DeckList | private |
| write(QXmlStreamWriter *xml) const | DeckList | |
| writeToString_Native() const | DeckList | |
| writeToString_Plain(bool prefixSideboardCards=true, bool slashTappedOutSplitCards=false) | DeckList | |
| ~DeckList() override | DeckList |