Home
last modified time | relevance | path

Searched refs:moveToFullSan (Results 1 – 3 of 3) sorted by relevance

/dports/games/chessx/chessx-1.5.6/src/gui/
H A Danalysiswidget.cpp567 … m_tablebaseEvaluation = QString("%1 - %2").arg(m_board.moveToFullSan(move1,true), result); in showTablebaseMove()
568 m_tablebaseMove = m_board.moveToFullSan(move1); in showTablebaseMove()
579 also.append(m_board.moveToFullSan(move1,true)); in showTablebaseMove()
/dports/games/chessx/chessx-1.5.6/src/database/
H A Dbitboard.h162 QString moveToFullSan(const Move& move, bool translate=false) const;
H A Dbitboard.cpp3396 QString BitBoard::moveToFullSan(const Move &move, bool translate) const in moveToFullSan() function in BitBoard