Defines the AbstractDecklistCardNode base class, which adds card-specific behavior on top of AbstractDecklistNode. More...
#include "abstract_deck_list_node.h"Go to the source code of this file.
Classes | |
| class | AbstractDecklistCardNode |
| Abstract base class for all deck list nodes that represent actual card entries. More... | |
Defines the AbstractDecklistCardNode base class, which adds card-specific behavior on top of AbstractDecklistNode.
This class is the intermediate abstract base between the generic AbstractDecklistNode and concrete card entries such as DecklistCardNode or DecklistModelCardNode.