![]() |
Cockatrice 2026-03-05-Development-2.11.0-beta.54
A virtual tabletop for multiplayer card games
|
#include <deck_list.h>
Public Member Functions | |
| bool | isEmpty () const |
| Checks if all values (except for lastLoadedTimestamp) in the metadata is empty. | |
Public Attributes | |
| QString | name |
| User-defined deck name. | |
| QString | comments |
| Free-form comments or notes. | |
| QString | gameFormat |
| The name of the game format this deck contains legal cards for. | |
| CardRef | bannerCard |
| Optional representative card for the deck. | |
| QStringList | tags |
| User-defined tags for deck classification. | |
| QString | lastLoadedTimestamp |
| Timestamp string of last load. | |
| bool DeckList::Metadata::isEmpty | ( | ) | const |
Checks if all values (except for lastLoadedTimestamp) in the metadata is empty.
| CardRef DeckList::Metadata::bannerCard |
Optional representative card for the deck.
| QString DeckList::Metadata::comments |
Free-form comments or notes.
| QString DeckList::Metadata::gameFormat |
The name of the game format this deck contains legal cards for.
| QString DeckList::Metadata::lastLoadedTimestamp |
Timestamp string of last load.
| QString DeckList::Metadata::name |
User-defined deck name.
| QStringList DeckList::Metadata::tags |
User-defined tags for deck classification.