Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/XMuli/ChineseChess
/ canSelect
Method
canSelect
ChessBoard.cpp:914–917 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
912
}
913
914
bool ChessBoard:: canSelect(int id)
915
{
916
return m_bIsRed== m_ChessPieces[id].m_bRed;
917
}
918
919
void ChessBoard::mouseReleaseEvent(QMouseEvent *ev)
920
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected