|
CBG
0.1
Compendium of board games
|
This is the complete list of members for Checkers, including all inherited members.
| amountOfPlayers | Game | protected |
| Checkers() | Checkers | |
| clearScreen() const | Game | protected |
| columns | Game | protected |
| currentPlayer | Game | protected |
| drawScreen() const | GameWithXYSelector | protectedvirtual |
| executeMove(Square &srcSquare, Square &destSquare) | Checkers | private |
| executeMove(Square &srcSquare, Square &destSquare, Square &toJump) | Checkers | private |
| Game(const int amountOfPlayers, const int columns, const int rows) | Game | |
| GameWithXYSelector(const int amountOfPlayers, const int columns, const int rows) | GameWithXYSelector | |
| getMove() | Checkers | privatevirtual |
| getOpposition() const | GameWithXYSelector | protected |
| getPoint(string message, int range) const | GameWithXYSelector | protected |
| grid | Game | protected |
| isOver() | Checkers | privatevirtual |
| players | Game | protected |
| rows | Game | protected |
| start() | Game | virtual |
| validMove(Coordinate srcCoordinate, Coordinate destCoordinate) const | Checkers | private |
| ~Game() | Game | virtual |