#include <tile.h>
Definition at line 33 of file tile.h.
Public Member Functions | |
Tile (char c=0) | |
virtual | ~Tile () |
bool | isEmpty () const |
bool | isJoker () const |
bool | isVowel () const |
bool | isConsonant () const |
unsigned int | maxNumber () const |
unsigned int | getPoints () const |
char | toChar () const |
int | toCode () const |
bool | operator< (const Tile &iOther) const |
bool | operator== (const Tile &iOther) const |
bool | operator!= (const Tile &iOther) const |
Static Public Member Functions | |
static const Tile & | dummy () |
static const Tile & | Joker () |
static const list< Tile > & | getAllTiles () |
|
Definition at line 74 of file tile.cpp. References TILE_JOKER. Referenced by getAllTiles(). |
|
|
|
Definition at line 54 of file tile.h. Referenced by Board::removeRound(), and Board::removeTestRound(). |
|
Definition at line 137 of file tile.cpp. References Tile(), TILE_END, TILE_JOKER, and TILE_START. Referenced by Bag::init(), GameIO::printNonPlayed(), Game::rackInBag(), and BagFrame::Refresh(). |
|
Definition at line 127 of file tile.cpp. References TILE_IDX_JOKER, TILE_IDX_START, TILE_START, and Tiles_points. Referenced by BoardSearchEvalMove(). |
|
Definition at line 107 of file tile.cpp. References TILE_IDX_JOKER, TILE_IDX_START, TILE_START, and Tiles_consonants. |
|
Definition at line 45 of file tile.h. Referenced by Board::getChar(). |
|
Definition at line 46 of file tile.h. Referenced by Cross::check(). |
|
Definition at line 97 of file tile.cpp. References TILE_IDX_JOKER, TILE_IDX_START, TILE_START, and Tiles_vowels. |
|
Definition at line 55 of file tile.h. Referenced by Game::back(), ExtendRight(), Game::gameLoadFormat_15(), LeftPart(), and History::playRound(). |
|
Definition at line 117 of file tile.cpp. References TILE_IDX_JOKER, TILE_IDX_START, TILE_START, and Tiles_numbers. |
|
|
|
|
|
|
|
Definition at line 150 of file tile.cpp. References TILE_DUMMY, and TILE_JOKER. Referenced by Board::getChar(), Round::getWord(), Game::helperPlayRound(), and Bag::takeTile(). |
|
Definition at line 164 of file tile.cpp. References TILE_IDX_DUMMY, TILE_IDX_START, and TILE_START. |