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

Defines the DecklistCardNode class, representing a single card entry in the deck list tree. More...

Include dependency graph for 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  DecklistCardNode
 Concrete node type representing an actual card entry in the deck. More...

Detailed Description

Defines the DecklistCardNode class, representing a single card entry in the deck list tree.

DecklistCardNode is the concrete data-bearing node that corresponds to an individual card entry in a deck. It stores the card’s name, quantity, set information, and provider ID. These nodes live inside an InnerDecklistNode (e.g., under Mainboard → Group → Card).