Cockatrice
2026-09-01-Development-3.1.0-beta.10
A virtual tabletop for multiplayer card games
Loading...
Searching...
No Matches
stats_tally.h
Go to the documentation of this file.
1
#ifndef COCKATRICE_STATS_TALLY_H
2
#define COCKATRICE_STATS_TALLY_H
3
#include "
tally.h
"
4
8
namespace
StatsTally
9
{
10
17
QList<TallyRow>
computeTotalPower
(
const
QList<CardItem *> &cards);
18
19
}
// namespace StatsTally
20
21
#endif
// COCKATRICE_STATS_TALLY_H
StatsTally
Extracts and tallies stats from selected cards.
Definition
stats_tally.h:9
StatsTally::computeTotalPower
QList< TallyRow > computeTotalPower(const QList< CardItem * > &cards)
Sums the power of all selected cards.
Definition
stats_tally.cpp:23
tally.h
cockatrice
src
game_graphics
tally
stats_tally.h
Generated by
1.16.1