#include <Backgammon.h>
Inheritance diagram for CBGMove:

Public Member Functions | |
| CBGMove () | |
| CBGMove. | |
| ~CBGMove () | |
| ~CBGMove | |
| void | SetFirstMove (int32 start, int32 end) |
| SetFirstMove. | |
| void | GetFirstMove (int32 &start, int32 &end) const |
| GetFirstMove. | |
| void | SetSecondMove (int32 start, int32 end) |
| SetSecondMove. | |
| void | GetSecondMove (int32 &start, int32 &end) const |
| GetSecondMove. | |
| void | SetRoll (uint32 r1, uint32 r2) |
| SetRoll. | |
| void | GetRoll (uint32 &r1, uint32 &r2) const |
| GetRoll. | |
| void | SetPiece (CBGPiece p) |
| SetPiece. | |
| CBGPiece | GetPiece () const |
| GetPiece. | |
Description: Backgammon move class.
Limitations: NONE
|
|
CBGMove. Description: Class constructor Limitations: NONE |
|
|
~CBGMove Description: Class deconstructor Limitations: NONE |
|
||||||||||||
|
GetFirstMove. Description: Gets the first move.
|
|
|
GetPiece. Description: Returns the CBGPiece associated with this move.
|
|
||||||||||||
|
GetRoll. Description: Gets the roll value.
|
|
||||||||||||
|
GetSecondMove. Description: Gets the second move.
|
|
||||||||||||
|
SetFirstMove. Description: Sets the first move.
|
|
|
SetPiece. Description: Sets the piece associated with this move.
|
|
||||||||||||
|
SetRoll. Description: Sets the roll value.
|
|
||||||||||||
|
SetSecondMove. Description: Sets the second move.
|