Cockatrice 2026-09-01-Development-3.1.0-beta.10
A virtual tabletop for multiplayer card games
Loading...
Searching...
No Matches
tally.h File Reference
#include <QString>
Include dependency graph for tally.h:
This graph shows which files directly or indirectly include this file:

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< TallyRowTally::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.

Enumeration Type Documentation

◆ TallyType

enum class TallyType
strong

The tally type

Enumerator
None 
Subtypes 
TotalPower 
MaxValue