Home
last modified time | relevance | path

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

/dports/games/chessx/chessx-1.5.6/src/gui/
H A Dboardview.h227 int m_showCurrentMove; variable
H A Dboardview.cpp37 m_flipped(false), m_showFrame(false), m_showCurrentMove(2), in BoardView()
303 if(m_showCurrentMove==1) in drawHiliting()
317 if ((m_showCurrentMove==2) && m_currentFrom != InvalidSquare && m_currentTo != InvalidSquare) in drawHiliting()
1126 m_showCurrentMove = AppSettings->getValue("showCurrentMove").toInt(); in configure()