|
Cute Chess
0.1
|
A struct for storing the game's move history. More...
#include <pgngame.h>
Public Attributes | |
| QString | comment |
| quint64 | key |
| Chess::GenericMove | move |
| QString | moveString |
A struct for storing the game's move history.
| QString PgnGame::MoveData::comment |
A comment/annotation describing the move.
| quint64 PgnGame::MoveData::key |
The zobrist position key before the move.
| Chess::GenericMove PgnGame::MoveData::move |
The move in the "generic" format.
| QString PgnGame::MoveData::moveString |
The move in Standard Algebraic Notation.
1.8.11