Home
last modified time | relevance | path

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

/dports/games/chessx/chessx-1.5.6/src/gui/
H A Dficsconsole.h94 void ReceivedBoard(int cmd, QString s);
H A Dficsconsole.cpp211 emit ReceivedBoard(cmd, s); in HandleBoard() local
H A Dmainwindow.cpp175 …connect(m_ficsConsole, SIGNAL(ReceivedBoard(int,QString)), this, SLOT(HandleFicsBoardRequest(int,Q… in MainWindow()