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

Column indices for the DeckListModel. More...

Enumerations

enum  {
  CARD_AMOUNT = 0 , CARD_NAME = 1 , CARD_SET = 2 , CARD_COLLECTOR_NUMBER = 3 ,
  CARD_PROVIDER_ID = 4
}

Detailed Description

Column indices for the DeckListModel.

These values map to the columns in the deck list table representation.

Enumeration Type Documentation

◆ anonymous enum

anonymous enum
Enumerator
CARD_AMOUNT 

The number of copies of the card.

CARD_NAME 

The card's name.

CARD_SET 

The set or expansion the card belongs to.

CARD_COLLECTOR_NUMBER 

Collector number of the card within the set.

CARD_PROVIDER_ID 

ID used by the external data provider (e.g., Scryfall).