#include "printing/printing_info.h"#include <QDate>#include <QHash>#include <QList>#include <QLoggingCategory>#include <QMap>#include <QMetaType>#include <QSharedPointer>#include <QVariant>#include <utility>Go to the source code of this file.
Classes | |
| class | CardInfo |
| Represents a card and its associated metadata, properties, and relationships. More... | |
| class | CardInfo::UiAttributes |
| Attributes of the card that affect display and game logic. More... | |
Typedefs | |
| typedef QSharedPointer< CardInfo > | CardInfoPtr |
| typedef QSharedPointer< CardSet > | CardSetPtr |
| typedef QMap< QString, QList< PrintingInfo > > | SetToPrintingsMap |
| typedef QHash< QString, CardInfoPtr > | CardNameMap |
| typedef QHash< QString, CardSetPtr > | SetNameMap |
Functions | |
| Q_LOGGING_CATEGORY (CardInfoLog, "card_info") | |
| typedef QSharedPointer<CardInfo> CardInfoPtr |
| typedef QHash<QString, CardInfoPtr> CardNameMap |
| typedef QSharedPointer<CardSet> CardSetPtr |
| typedef QHash<QString, CardSetPtr> SetNameMap |
| typedef QMap<QString, QList<PrintingInfo> > SetToPrintingsMap |
|
inline |