Cute Chess  0.1
Public Attributes | List of all members
PgnGame::MoveData Struct Reference

A struct for storing the game's move history. More...

#include <pgngame.h>

Public Attributes

QString comment
 
quint64 key
 
Chess::GenericMove move
 
QString moveString
 

Detailed Description

A struct for storing the game's move history.

Member Data Documentation

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.


The documentation for this struct was generated from the following file: