Cockatrice 2025-11-30-Development-2.11.0-beta.38
A cross-platform virtual tabletop for multiplayer card games
Loading...
Searching...
No Matches
printing_info.h File Reference
#include "../set/card_set.h"
#include <QList>
#include <QMap>
#include <QVariant>
Include dependency graph for printing_info.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  PrintingInfo
 Represents metadata for a specific variation of a card within a set. More...

Typedefs

using SetToPrintingsMap = QMap<QString, QList<PrintingInfo>>

Typedef Documentation

◆ SetToPrintingsMap

using SetToPrintingsMap = QMap<QString, QList<PrintingInfo>>