mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-13 01:24:46 -07:00
Emit more signals when data is changed and add utility functions to interact with a decklist in the context of cardinfoptrs. (#5815)
Co-authored-by: Lukas Brübach <Bruebach.Lukas@bdosecurity.de>
This commit is contained in:
parent
56bbd8a172
commit
53e9a91dc6
2 changed files with 94 additions and 1 deletions
|
|
@ -110,6 +110,9 @@ public:
|
|||
return deckList;
|
||||
}
|
||||
void setDeckList(DeckLoader *_deck);
|
||||
QList<CardInfoPtr> getCardsAsCardInfoPtrs() const;
|
||||
QList<CardInfoPtr> getCardsAsCardInfoPtrsForZone(QString zoneName) const;
|
||||
QList<QString> *getZones() const;
|
||||
|
||||
private:
|
||||
DeckLoader *deckList;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue