![]() |
Cockatrice 2026-09-01-Development-3.1.0-beta.10
A virtual tabletop for multiplayer card games
|
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() const | DecklistNodeTree | |
| DecklistNodeTree() | DecklistNodeTree | explicit |
| DecklistNodeTree(const DecklistNodeTree &other) | DecklistNodeTree | explicit |
| deleteNode(AbstractDecklistNode *node, InnerDecklistNode *rootNode=nullptr) | DecklistNodeTree | |
| findBoardZone(const QString &boardZoneName) const | DecklistNodeTree | private |
| findCustomZoneByName(const QString &zoneName) const | DecklistNodeTree | private |
| findOrCreateBoardZone(const QString &boardZoneName) | DecklistNodeTree | private |
| forEachCard(const std::function< void(InnerDecklistNode *, DecklistCardNode *)> &func) const | DecklistNodeTree | |
| getCardNodes(const QSet< QString > &restrictToZones={}) const | DecklistNodeTree | |
| getCustomZones(const QString &boardZoneName) const | DecklistNodeTree | |
| getRoot() const | DecklistNodeTree | inline |
| getZoneNodes(const QSet< QString > &restrictToZones={}) const | DecklistNodeTree | |
| getZoneObjFromName(const QString &zoneName) const | DecklistNodeTree | private |
| hasZoneName(const QString &zoneName) const | DecklistNodeTree | private |
| isEmpty() const | DecklistNodeTree | |
| 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 | |
| root | DecklistNodeTree | private |
| totalCards | DecklistNodeTree | private |
| write(QXmlStreamWriter *xml) const | DecklistNodeTree | |
| ~DecklistNodeTree() | DecklistNodeTree | virtual |