27 #include <QTextBlockFormat> 28 #include <QTextCharFormat> 29 #include <QTextCursor> 30 #include "movenumbertoken.h" 31 #include "movetoken.h" 32 #include "movecommenttoken.h" 37 namespace Chess {
class GenericMove; }
64 bool selectMove(
int moveNum);
78 void moveClicked(
int num,
bool keyLeft);
80 void commentClicked(
int num,
const QString& comment);
90 void onLinkClicked(
const QUrl& url);
91 void selectChosenMove();
101 void insertMove(
int ply,
107 QPointer<ChessGame> m_game;
112 int m_moveToBeSelected;
113 QTextCharFormat m_defaultTextFormat;
114 QTimer* m_selectionTimer;
117 #endif // MOVE_LIST_H
A chessmove (usually SAN) token in a PGN game.
Definition: movetoken.h:27
A game of chess in PGN format.
Definition: pgngame.h:51
Definition: chessgame.h:38
A chess move independent of chess variant or opening book format.
Definition: genericmove.h:34
A fullmove number token in a PGN game.
Definition: movenumbertoken.h:27
Definition: boardscene.h:29
Definition: movelist.h:41