Cockatrice 2025-11-30-Development-2.11.0-beta.38
A cross-platform virtual tabletop for multiplayer card games
Loading...
Searching...
No Matches
DeckList Member List

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)DeckListinlineslot
bannerCardDeckListprivate
cachedDeckHashDeckListmutableprivate
cleanList(bool preserveMetadata=false)DeckList
clearTags()DeckListinlineslot
commentsDeckListprivate
createMemento(const QString &reason) constDeckList
deckHashChanged()DeckListsignal
DeckList()DeckListexplicit
DeckList(const DeckList &)=deleteDeckList
DeckList(const QString &nativeString)DeckListexplicit
deckTagsChanged()DeckListsignal
deleteNode(AbstractDecklistNode *node, InnerDecklistNode *rootNode=nullptr)DeckList
forEachCard(const std::function< void(InnerDecklistNode *, DecklistCardNode *)> &func) constDeckList
getBannerCard() constDeckListinline
getCardList() constDeckList
getCardListHelper(InnerDecklistNode *node, QSet< QString > &result)DeckListprivatestatic
getCardNodes(const QStringList &restrictToZones=QStringList()) constDeckList
getCardRefList() constDeckList
getCardRefListHelper(InnerDecklistNode *item, QList< CardRef > &result)DeckListprivatestatic
getCardZoneFromName(const QString, QString currentZoneName)DeckListinlineprotectedvirtual
getComments() constDeckListinline
getCompleteCardName(const QString &cardName) constDeckListinlineprotectedvirtual
getCurrentSideboardPlan()DeckList
getDeckHash() constDeckList
getLastLoadedTimestamp() constDeckListinline
getName() constDeckListinline
getRoot() constDeckListinline
getSideboardPlans() constDeckListinline
getSideboardSize() constDeckList
getTags() constDeckListinline
getZoneObjFromName(const QString &zoneName)DeckListprivate
isBlankDeck() constDeckListinline
isEmpty() constDeckListinline
lastLoadedTimestampDeckListprivate
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
nameDeckListprivate
operator=(const DeckList &)=deleteDeckList
readElement(QXmlStreamReader *xml)DeckList
refreshDeckHash()DeckList
restoreMemento(const DeckListMemento &m)DeckList
rootDeckListprivate
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={})DeckListinlineslot
setComments(const QString &_comments=QString())DeckListinlineslot
setCurrentSideboardPlan(const QList< MoveCard_ToZone > &plan)DeckList
setLastLoadedTimestamp(const QString &_lastLoadedTimestamp=QString())DeckListinlineslot
setName(const QString &_name=QString())DeckListinlineslot
setTags(const QStringList &_tags=QStringList())DeckListinlineslot
sideboardPlansDeckListprivate
tagsDeckListprivate
write(QXmlStreamWriter *xml) constDeckList
writeToString_Native() constDeckList
writeToString_Plain(bool prefixSideboardCards=true, bool slashTappedOutSplitCards=false)DeckList
~DeckList() overrideDeckList