#include <PysolGameBoards.h>
Inheritance diagram for PysolDerKatzenschwantzGameBoard:
Public Member Functions | |
PysolDerKatzenschwantzGameBoard (bool Display10AsT) | |
Constructor. | |
virtual | ~PysolDerKatzenschwantzGameBoard () |
Destructor. | |
virtual void | Deal (char *GameBoard) |
Deal a PySol Der Katzenschwantz game. | |
virtual int | GetGameBoardSize () |
The size of a string needed to store the generated der katzenschwantz board output. | |
virtual int | GetNumberOfCardsInDeck () |
Number of cards used in a der katzenschwantz game (104 - 2 decks). |
Definition at line 87 of file PysolGameBoards.h.
|
Implements AFreecellGameBoard. Reimplemented in PysolDieSchlangeGameBoard, and PysolGypsyGameBoard. Definition at line 190 of file PysolGameBoards.cpp. References APysolFreecellGameBoard::CardToString(), GetNumberOfCardsInDeck(), GetValue, and AFreecellGameBoard::m_Deck. |
|
Implements APysolFreecellGameBoard. Reimplemented in PysolDieSchlangeGameBoard, and PysolGypsyGameBoard. Definition at line 204 of file PysolGameBoards.cpp. |
|
Reimplemented from AFreecellGameBoard. Definition at line 209 of file PysolGameBoards.cpp. Referenced by PysolDieSchlangeGameBoard::Deal(), Deal(), and PysolDerKatzenschwantzGameBoard(). |