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

#include <oracleimporter.h>

Public Member Functions

const QString & getShortName () const
const QString & getLongName () const
const QList< QVariant > & getCards () const
const QString & getSetType () const
const QDate & getReleaseDate () const
CardSet::Priority getPriority () const
 SetToDownload (QString _shortName, QString _longName, QList< QVariant > _cards, CardSet::Priority _priority, QString _setType=QString(), const QDate &_releaseDate=QDate())
bool operator< (const SetToDownload &set) const

Private Attributes

QString shortName
QString longName
QList< QVariant > cards
QDate releaseDate
QString setType
CardSet::Priority priority

Constructor & Destructor Documentation

◆ SetToDownload()

SetToDownload::SetToDownload ( QString _shortName,
QString _longName,
QList< QVariant > _cards,
CardSet::Priority _priority,
QString _setType = QString(),
const QDate & _releaseDate = QDate() )
inline
Here is the caller graph for this function:

Member Function Documentation

◆ getCards()

const QList< QVariant > & SetToDownload::getCards ( ) const
inline

◆ getLongName()

const QString & SetToDownload::getLongName ( ) const
inline

◆ getPriority()

CardSet::Priority SetToDownload::getPriority ( ) const
inline

◆ getReleaseDate()

const QDate & SetToDownload::getReleaseDate ( ) const
inline

◆ getSetType()

const QString & SetToDownload::getSetType ( ) const
inline

◆ getShortName()

const QString & SetToDownload::getShortName ( ) const
inline

◆ operator<()

bool SetToDownload::operator< ( const SetToDownload & set) const
inline
Here is the call graph for this function:

Member Data Documentation

◆ cards

QList<QVariant> SetToDownload::cards
private

◆ longName

QString SetToDownload::longName
private

◆ priority

CardSet::Priority SetToDownload::priority
private

◆ releaseDate

QDate SetToDownload::releaseDate
private

◆ setType

QString SetToDownload::setType
private

◆ shortName

QString SetToDownload::shortName
private

The documentation for this class was generated from the following file: