![]() |
Cockatrice 2026-09-01-Development-3.1.0-beta.10
A virtual tabletop for multiplayer card games
|
#include <QString>Go to the source code of this file.
Classes | |
| struct | TallyRow |
| A single row of the tally output. More... | |
Namespaces | |
| namespace | Tally |
Enumerations | |
| enum class | TallyType { None , Subtypes , TotalPower , MaxValue = TotalPower } |
Functions | |
| TallyType | Tally::intToType (int value) |
| QList< TallyRow > | Tally::compute (const QList< CardItem * > &cards, TallyType type) |
| Analyzes the selected cards according to the tally type and builds the resulting tally rows. This forwards the cards to the code for that tally type. | |
|
strong |