Home
last modified time | relevance | path

Searched refs:m_lastBestMove (Results 1 – 2 of 2) sorted by relevance

/dports/games/chessx/chessx-1.5.6/src/gui/
H A Danalysiswidget.cpp636 m_lastBestMove = bestMove; in updateComplexity()
647 if (m_lastBestMove != bestMove) in updateComplexity()
651 m_lastBestMove = bestMove; in updateComplexity()
660 if (m_lastBestMove != bestMove) in updateComplexity()
664 m_lastBestMove = bestMove; in updateComplexity()
H A Danalysiswidget.h141 Move m_lastBestMove; variable