MCPcopy Create free account
hub / github.com/XMuli/ChineseChess / drawTextStep

Method drawTextStep

ChessBoard.cpp:438–441  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

436}
437
438void ChessBoard::drawTextStep()
439{
440 ui->labelTextStep->setText(textStepRecord);
441}
442
443// true 产生"对将" 情景了;false 无"对将"情况
444bool ChessBoard::hongMenFeast()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected