#include <crosstab.h>
|
| Crosstable () |
|
| ~Crosstable () |
|
void | SetOutputFormat (crosstableOutputT opt) |
|
void | SetPlainOutput () |
|
void | SetHtmlOutput () |
|
void | SetHypertextOutput () |
|
void | SetLaTeXOutput () |
|
void | SetSortOption (crosstableSortT option) |
|
void | SetThreeWin (bool threewin) |
|
void | SortByName () |
|
void | SortByElo () |
|
void | SortByScore () |
|
void | SortByCountry () |
|
void | SetAges (bool b) |
|
void | SetTitles (bool b) |
|
void | SetElos (bool b) |
|
void | SetCountries (bool b) |
|
void | SetTallies (bool b) |
|
void | SetTiebreaks (bool b) |
|
void | SetSwissColors (bool b) |
|
void | SetSeparateScoreGroups (bool b) |
|
void | SetDecimalPointChar (char ch) |
|
void | SetNumberedColumns (bool b) |
|
uint | NumPlayers () |
|
errorT | AddPlayer (idNumberT id, const char *name, eloT elo, const SpellChecker *) |
|
errorT | AddResult (uint gameNumber, idNumberT white, idNumberT black, resultT result, uint round, dateT date) |
|
crosstableModeT | BestMode (void) |
|
eloT | AvgRating () |
|
void | PrintTable (DString *dstr, crosstableModeT mode, uint playerLimit, int currentGame) |
|
Definition at line 79 of file crosstab.h.
◆ Crosstable()
Crosstable::Crosstable |
( |
| ) |
|
|
inline |
◆ ~Crosstable()
Crosstable::~Crosstable |
( |
| ) |
|
|
inline |
◆ AddPlayer()
◆ AddResult()
◆ AvgRating()
eloT Crosstable::AvgRating |
( |
| ) |
|
◆ BestMode()
◆ FideCategory()
uint Crosstable::FideCategory |
( |
eloT |
rating | ) |
|
|
static |
◆ NumPlayers()
uint Crosstable::NumPlayers |
( |
| ) |
|
|
inline |
◆ OpponentElo()
◆ Performance()
uint Crosstable::Performance |
( |
uint |
oppAvg, |
|
|
uint |
percentage |
|
) |
| |
|
static |
◆ PrintTable()
◆ RatingChange()
int Crosstable::RatingChange |
( |
eloT |
player, |
|
|
uint |
oppAvg, |
|
|
uint |
percentage, |
|
|
uint |
count |
|
) |
| |
|
static |
◆ SetAges()
void Crosstable::SetAges |
( |
bool |
b | ) |
|
|
inline |
◆ SetCountries()
void Crosstable::SetCountries |
( |
bool |
b | ) |
|
|
inline |
◆ SetDecimalPointChar()
void Crosstable::SetDecimalPointChar |
( |
char |
ch | ) |
|
|
inline |
◆ SetElos()
void Crosstable::SetElos |
( |
bool |
b | ) |
|
|
inline |
◆ SetHtmlOutput()
void Crosstable::SetHtmlOutput |
( |
| ) |
|
|
inline |
◆ SetHypertextOutput()
void Crosstable::SetHypertextOutput |
( |
| ) |
|
|
inline |
◆ SetLaTeXOutput()
void Crosstable::SetLaTeXOutput |
( |
| ) |
|
|
inline |
◆ SetNumberedColumns()
void Crosstable::SetNumberedColumns |
( |
bool |
b | ) |
|
|
inline |
◆ SetOutputFormat()
◆ SetPlainOutput()
void Crosstable::SetPlainOutput |
( |
| ) |
|
|
inline |
◆ SetSeparateScoreGroups()
void Crosstable::SetSeparateScoreGroups |
( |
bool |
b | ) |
|
|
inline |
◆ SetSortOption()
◆ SetSwissColors()
void Crosstable::SetSwissColors |
( |
bool |
b | ) |
|
|
inline |
◆ SetTallies()
void Crosstable::SetTallies |
( |
bool |
b | ) |
|
|
inline |
◆ SetThreeWin()
void Crosstable::SetThreeWin |
( |
bool |
threewin | ) |
|
|
inline |
◆ SetTiebreaks()
void Crosstable::SetTiebreaks |
( |
bool |
b | ) |
|
|
inline |
◆ SetTitles()
void Crosstable::SetTitles |
( |
bool |
b | ) |
|
|
inline |
◆ SortByCountry()
void Crosstable::SortByCountry |
( |
| ) |
|
|
inline |
◆ SortByElo()
void Crosstable::SortByElo |
( |
| ) |
|
|
inline |
◆ SortByName()
void Crosstable::SortByName |
( |
| ) |
|
|
inline |
◆ SortByScore()
void Crosstable::SortByScore |
( |
| ) |
|
|
inline |
The documentation for this class was generated from the following files: