着法
更多...
#include <ChessSteps.h>
|
virtual int | AddStep (int i, int j, CPiece::ENUM_QiZi qz, const std::string &szDescript) |
|
virtual int | GetStep (int &i, int &j, CPiece::ENUM_QiZi &qz, std::string &szDescript)=0 |
|
virtual std::string | toString () |
|
virtual int | AddStep (strStep step) |
|
◆ CChessSteps()
CChessSteps::CChessSteps |
( |
| ) |
|
◆ ~CChessSteps()
CChessSteps::~CChessSteps |
( |
| ) |
|
|
virtual |
◆ AddStep() [1/2]
int CChessSteps::AddStep |
( |
int |
i, |
|
|
int |
j, |
|
|
CPiece::ENUM_QiZi |
qz, |
|
|
const std::string & |
szDescript |
|
) |
| |
|
virtual |
◆ AddStep() [2/2]
int CChessSteps::AddStep |
( |
strStep |
step | ) |
|
|
virtual |
◆ toString()
std::string CChessSteps::toString |
( |
| ) |
|
|
virtual |
◆ m_Board
CPiece::ENUM_QiZi CChessSteps::m_Board[9][10] |
◆ m_nSteps
int CChessSteps::m_nSteps |
|
protected |
◆ m_Steps
std::vector<strStep> CChessSteps::m_Steps |
|
protected |
◆ m_szSteps
std::string CChessSteps::m_szSteps |
|
protected |
该类的文档由以下文件生成:
- /home/runner/work/ChineseChessControl/ChineseChessControl/Src/ChessSteps.h
- /home/runner/work/ChineseChessControl/ChineseChessControl/Src/ChessSteps.cpp