Cockatrice 2025-11-30-Development-2.11.0-beta.38
A cross-platform virtual tabletop for multiplayer card games
Loading...
Searching...
No Matches
abstract_deck_list_card_node.h File Reference

Defines the AbstractDecklistCardNode base class, which adds card-specific behavior on top of AbstractDecklistNode. More...

Include dependency graph for abstract_deck_list_card_node.h:
This graph shows which files directly or indirectly include this file:

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...

Detailed Description

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.