![]() |
Cockatrice 2026-09-01-Development-3.1.0-beta.10
A virtual tabletop for multiplayer card games
|
Functions | |
| TallyType | intToType (int value) |
| QList< TallyRow > | 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. | |
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.
| cards | The list of selected card items to analyze. |
| type | The type of tally to do |
| TallyType Tally::intToType | ( | int | value | ) |
Safely converts an int into the corresponding TallyType.
| value | The int value |