|
Cute Chess
0.1
|
A widget that shows engines' move evaluation history. More...
#include <evalhistory.h>
Public Member Functions | |
| EvalHistory (QWidget *parent=nullptr) | |
| void | setGame (ChessGame *game) |
| void | setPgnGame (PgnGame *pgn) |
Additional Inherited Members | |
Public Types inherited from QWidget | |
| enum | BackgroundOrigin |
A widget that shows engines' move evaluation history.
The fullmove number is on the X axis and score (from white's perspective) is on the Y axis.
|
explicit |
Creates a new EvalHistory widget.
| void EvalHistory::setGame | ( | ChessGame * | game | ) |
Connects the widget to game and disconnects from the previous game (if any).
| void EvalHistory::setPgnGame | ( | PgnGame * | pgn | ) |
Sets evaluation history from PGN game (pointer) pgn
1.8.11