19 #ifndef MOVENUMBERTOKEN_H 20 #define MOVENUMBERTOKEN_H 48 #endif // MOVENUMBERTOKEN_H
A fullmove number token in a PGN game.
Definition: movenumbertoken.h:27
MoveNumberToken(int ply, int startingSide)
Definition: movenumbertoken.cpp:23
virtual QString toString() const
Definition: movenumbertoken.cpp:30
virtual void vInsert(QTextCursor &cursor)
Definition: movenumbertoken.cpp:38
A text or HTML token in a PGN game.
Definition: pgntoken.h:29