#include <TicTacToe.h>
Inheritance diagram for CTicTacToeMove:

Public Member Functions | |
| CTicTacToeMove () | |
| CTicTacToeMove. | |
| CTicTacToeMove (const CTicTacToeMove &) | |
| CTicTacToeMove. | |
| ~CTicTacToeMove () | |
| ~CTicTacToeMove | |
| void | SetLocation (uint32 x, uint32 y) |
| SetLocation. | |
| uint32 | GetX () const |
| GetX. | |
| uint32 | GetY () const |
| GetY. | |
| void | SetPiece (CTicTacToePiece piece) |
| SetPiece. | |
| CTicTacToePiece | GetPiece () const |
| GetPiece. | |
Description: This class represents a move in TicTacToe.
Limitations: NONE
|
|
CTicTacToeMove. Description: Class constructor Limitations: NONE |
|
|
CTicTacToeMove. Description: Class copy constructor
|
|
|
~CTicTacToeMove Description: Class deconstructor Limitations: NONE |
|
|
GetPiece. Description: Returns the piece of this move.
|
|
|
GetX. Description: Returns the x-coordinate of the move.
|
|
|
GetY. Description: Returns the y-coordinate of the move.
|
|
||||||||||||
|
SetLocation. Description: Sets the location of the move
|
|
|
SetPiece. Description: Sets the piece of this move
|