Cockatrice 2026-09-01-Development-3.1.0-beta.10
A virtual tabletop for multiplayer card games
Loading...
Searching...
No Matches
DecklistNodeTree Member List

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

addCard(const QString &cardName, int amount, const QString &zoneName, int position, const QString &cardSetName=QString(), const QString &cardSetCollectorNumber=QString(), const QString &cardProviderId=QString(), const bool formatLegal=true)DecklistNodeTree
addCustomZone(const QString &boardZoneName, const QString &zoneName)DecklistNodeTree
clear()DecklistNodeTree
computeDeckHash() constDecklistNodeTree
DecklistNodeTree()DecklistNodeTreeexplicit
DecklistNodeTree(const DecklistNodeTree &other)DecklistNodeTreeexplicit
deleteNode(AbstractDecklistNode *node, InnerDecklistNode *rootNode=nullptr)DecklistNodeTree
findBoardZone(const QString &boardZoneName) constDecklistNodeTreeprivate
findCustomZoneByName(const QString &zoneName) constDecklistNodeTreeprivate
findOrCreateBoardZone(const QString &boardZoneName)DecklistNodeTreeprivate
forEachCard(const std::function< void(InnerDecklistNode *, DecklistCardNode *)> &func) constDecklistNodeTree
getCardNodes(const QSet< QString > &restrictToZones={}) constDecklistNodeTree
getCustomZones(const QString &boardZoneName) constDecklistNodeTree
getRoot() constDecklistNodeTreeinline
getZoneNodes(const QSet< QString > &restrictToZones={}) constDecklistNodeTree
getZoneObjFromName(const QString &zoneName) constDecklistNodeTreeprivate
hasZoneName(const QString &zoneName) constDecklistNodeTreeprivate
isEmpty() constDecklistNodeTree
moveCustomZone(const QString &zoneName, const QString &newBoardZoneName)DecklistNodeTree
operator=(const DecklistNodeTree &other)DecklistNodeTree
readZoneElement(QXmlStreamReader *xml)DecklistNodeTree
removeCustomZone(const QString &zoneName)DecklistNodeTree
renameCustomZone(const QString &oldZoneName, const QString &newZoneName)DecklistNodeTree
rootDecklistNodeTreeprivate
totalCardsDecklistNodeTreeprivate
write(QXmlStreamWriter *xml) constDecklistNodeTree
~DecklistNodeTree()DecklistNodeTreevirtual