![]() |
Cockatrice 2026-09-01-Development-3.1.0-beta.10
A virtual tabletop for multiplayer card games
|
Functions | |
| QString | formatReportCategory (const QString &category) |
| QString | formatReportTime (qint64 secondsSinceEpoch) |
| void | fillReportTableRow (QTableWidget *table, int row, const ServerInfo_Report &report, int idColumn, int timeColumn, int reportedColumn, int categoryColumn, int gameIdColumn, int statusColumn, int assignedColumn) |
| void | renderReportDetails (QTextEdit *chatLogEdit, QTextEdit *commentsEdit, const ServerInfo_Report &report, const QString &commentsEmptyText, const QString &moderatorPrefix, const QString &nonModeratorPrefix) |
| void report_utils::fillReportTableRow | ( | QTableWidget * | table, |
| int | row, | ||
| const ServerInfo_Report & | report, | ||
| int | idColumn, | ||
| int | timeColumn, | ||
| int | reportedColumn, | ||
| int | categoryColumn, | ||
| int | gameIdColumn, | ||
| int | statusColumn, | ||
| int | assignedColumn ) |
| QString report_utils::formatReportCategory | ( | const QString & | category | ) |
| QString report_utils::formatReportTime | ( | qint64 | secondsSinceEpoch | ) |
| void report_utils::renderReportDetails | ( | QTextEdit * | chatLogEdit, |
| QTextEdit * | commentsEdit, | ||
| const ServerInfo_Report & | report, | ||
| const QString & | commentsEmptyText, | ||
| const QString & | moderatorPrefix, | ||
| const QString & | nonModeratorPrefix ) |