Defines the AbstractDecklistNode base class used as the foundation for all nodes in the deck list tree (zones, groups, and cards). More...
#include <QtCore/QXmlStreamWriter>Go to the source code of this file.
Classes | |
| class | AbstractDecklistNode |
| Base class for all nodes in the deck list tree. More... | |
Enumerations | |
| enum | DeckSortMethod { ByNumber , ByName , Default } |
| Defines the different sort strategies a node may use to order its children. More... | |
Defines the AbstractDecklistNode base class used as the foundation for all nodes in the deck list tree (zones, groups, and cards).
The deck list is modeled as a tree:
This abstract base class provides the interface and shared functionality for all node types. Concrete subclasses (InnerDecklistNode, DecklistCardNode, DecklistModelCardNode, etc.) implement the specifics.