#include <PysolGameBoards.h>
Inheritance diagram for APysolFreecellGameBoard:
Public Member Functions | |
virtual | ~APysolFreecellGameBoard () |
Destructor. | |
virtual void | Shuffle (int Seed) |
The size of a string needed to store the generated board output. | |
virtual int | GetGameBoardSize ()=0 |
The size of a string needed to store the generated board output. | |
Protected Member Functions | |
APysolFreecellGameBoard (bool Display10AsT) | |
Constructor. | |
APysolFreecellGameBoard () | |
Constructor. | |
virtual char * | CardToString (char *String, char Card, bool AppendWhiteSpace, bool FlipCondition=false) |
Converts a char Card into a string. |
Definition at line 33 of file PysolGameBoards.h.
|
|
Implements AFreecellGameBoard. Implemented in PysolFreecellGameBoard, PysolDerKatzenschwantzGameBoard, PysolDieSchlangeGameBoard, PysolForecellGameBoard, PysolEightOffGameBoard, PysolSeahavenTowersGameBoard, PysolBakersDozenGameBoard, PysolGypsyGameBoard, PysolKlondikeGameBoard, PysolWhiteheadGameBoard, PysolSmallHarpGameBoard, PysolSimpleSimonGameBoard, PysolYukonGameBoard, PysolBeleagueredCastleGameBoard, PysolCitadelGameBoard, and PysolFanGameBoard. |
|
Implements AFreecellGameBoard. Definition at line 36 of file PysolGameBoards.cpp. References AFreecellGameBoard::GetNumberOfCardsInDeck(), AFreecellGameBoard::m_Deck, MakeCard, and PysolRandom64Int(). |