Defines the InnerDecklistNode class, which represents structural nodes (zones and groups) in the deck tree. More...
#include "abstract_deck_list_node.h"Go to the source code of this file.
Classes | |
| class | InnerDecklistNode |
| Represents a container node in the deck list hierarchy (zones and groupings). More... | |
Macros | |
| #define | DECK_ZONE_MAIN "main" |
| Constant for the "main" deck zone name. | |
| #define | DECK_ZONE_SIDE "side" |
| Constant for the "sideboard" zone name. | |
| #define | DECK_ZONE_TOKENS "tokens" |
| Constant for the "tokens" zone name. | |
Defines the InnerDecklistNode class, which represents structural nodes (zones and groups) in the deck tree.
The deck tree consists of:
InnerDecklistNode implements the zone/group nodes and provides storage and management of child nodes.
| #define DECK_ZONE_MAIN "main" |
Constant for the "main" deck zone name.
| #define DECK_ZONE_SIDE "side" |
Constant for the "sideboard" zone name.
| #define DECK_ZONE_TOKENS "tokens" |
Constant for the "tokens" zone name.