|
Cute Chess
0.1
|
A chessmove (usually SAN) token in a PGN game. More...
#include <movetoken.h>
Public Member Functions | |
| MoveToken (int ply, const QString &text) | |
| virtual QString | toString () const |
Public Member Functions inherited from PgnToken | |
| void | insert (QTextCursor &cursor) |
| bool | isEmpty () const |
| int | length () const |
| void | mergeCharFormat (QTextCursor &cursor, const QTextCharFormat &format) |
| void | move (int diff) |
| PgnToken () | |
| void | select (QTextCursor &cursor) |
| virtual | ~PgnToken () |
Protected Member Functions | |
| virtual void | vInsert (QTextCursor &cursor) |
A chessmove (usually SAN) token in a PGN game.
|
protectedvirtual |
Subclasses must implement this function to insert the token into the document using cursor.
Implements PgnToken.
1.8.11