|
中国象棋控件 2.0.15
|

Public 成员函数 | |
| virtual int | OnGoChess (int i, int j, CPiece::ENUM_QiZi chess)=0 |
| Executes the go chess action | |
在文件 ChineseChessView.h 第 11 行定义.
|
inline |
在文件 ChineseChessView.h 第 14 行定义.
|
inline |
在文件 ChineseChessView.h 第 15 行定义.
|
pure virtual |
Executes the go chess action
| int | i:当前下棋的位置,横坐标[0-8] |
| int | j:当前下棋的位置,纵坐标[0-9] |
| CPiece::ENUM_QiZi | chess:棋子 |
在 CChineseChessActiveXHandler 内被实现.