Lines Matching refs:DeckList

334 DeckList::DeckList()  in DeckList()  function in DeckList
340 DeckList::DeckList(const DeckList &other) in DeckList() function in DeckList
353 DeckList::DeckList(const QString &nativeString) in DeckList() function in DeckList
359 DeckList::~DeckList() in ~DeckList()
368 QList<MoveCard_ToZone> DeckList::getCurrentSideboardPlan() in getCurrentSideboardPlan()
377 void DeckList::setCurrentSideboardPlan(const QList<MoveCard_ToZone> &plan) in setCurrentSideboardPlan()
388 bool DeckList::readElement(QXmlStreamReader *xml) in readElement()
411 void DeckList::write(QXmlStreamWriter *xml) in write()
427 bool DeckList::loadFromXml(QXmlStreamReader *xml) in loadFromXml()
455 bool DeckList::loadFromString_Native(const QString &nativeString) in loadFromString_Native()
461 QString DeckList::writeToString_Native() in writeToString_Native()
471 bool DeckList::loadFromFile_Native(QIODevice *device) in loadFromFile_Native()
477 bool DeckList::saveToFile_Native(QIODevice *device) in saveToFile_Native()
489 bool DeckList::loadFromStream_Plain(QTextStream &in) in loadFromStream_Plain()
622 InnerDecklistNode *DeckList::getZoneObjFromName(const QString zoneName) in getZoneObjFromName()
634 bool DeckList::loadFromFile_Plain(QIODevice *device) in loadFromFile_Plain()
665 bool DeckList::saveToStream_Plain(QTextStream &out, bool prefixSideboardCards, bool slashTappedOutS… in saveToStream_Plain()
672 bool DeckList::saveToFile_Plain(QIODevice *device, bool prefixSideboardCards, bool slashTappedOutSp… in saveToFile_Plain()
678 QString DeckList::writeToString_Plain(bool prefixSideboardCards, bool slashTappedOutSplitCards) in writeToString_Plain()
686 void DeckList::cleanList() in cleanList()
695 void DeckList::getCardListHelper(InnerDecklistNode *item, QSet<QString> &result) const in getCardListHelper()
708 QStringList DeckList::getCardList() const in getCardList()
715 int DeckList::getSideboardSize() const in getSideboardSize()
732 DecklistCardNode *DeckList::addCard(const QString &cardName, const QString &zoneName) in addCard()
745 bool DeckList::deleteNode(AbstractDecklistNode *node, InnerDecklistNode *rootNode) in deleteNode()
788 void DeckList::updateDeckHash() in updateDeckHash()