#include </home/clem/local/src/opie/noncore/games/wordgame/wordgame.h>
Collaboration diagram for TileItem:

Public Types | |
| enum | State { Firm, Floating } |
Public Member Functions | |
| TileItem (const Tile &tile, bool b, QCanvas *c) | |
| void | setState (State state) |
| State | state () const |
| const Tile & | tile () const |
| void | setTile (const Tile &) |
| void | setBig (bool) |
Static Public Member Functions | |
| static int | smallWidth () |
| static int | smallHeight () |
| static int | bigWidth () |
| static int | bigHeight () |
Protected Member Functions | |
| void | drawShape (QPainter &) |
Private Attributes | |
| Tile | t |
| bool | big |
| State | s |
|
|
Definition at line 111 of file wordgame.h. |
|
||||||||||||||||
|
Definition at line 98 of file wordgame.h. |
|
|
Definition at line 718 of file wordgame.cpp. References tile_bigh. Referenced by Rack::sizeHint(), and WordGame::startGame(). |
|
|
Definition at line 713 of file wordgame.cpp. References tile_bigw. Referenced by Rack::contentsMouseMoveEvent(), drawShape(), and Rack::layoutTiles(). |
|
|
Definition at line 742 of file wordgame.cpp. References big, bigWidth(), Floating, height, QString::length(), QString::number(), s, t, Tile::text(), tile_btweak, tile_stweak, Tile::value(), width, Opie::MM::x, and Opie::MM::y. |
|
|
Definition at line 737 of file wordgame.cpp. References big. |
|
|
Definition at line 723 of file wordgame.cpp. References s. Referenced by Board::setTileState(). |
|
|
Definition at line 730 of file wordgame.cpp. References t. Referenced by Board::setTile(). |
|
|
Definition at line 708 of file wordgame.cpp. References tile_smallh. Referenced by Board::Board(), and WordGame::loadRules(). |
|
|
Definition at line 703 of file wordgame.cpp. References tile_smallw. Referenced by Board::Board(), and WordGame::loadRules(). |
|
|
Definition at line 113 of file wordgame.h. References s. |
|
|
Definition at line 114 of file wordgame.h. References t. Referenced by Board::tile(). |
|
|
Definition at line 123 of file wordgame.h. Referenced by drawShape(), and setBig(). |
|
|
Definition at line 124 of file wordgame.h. Referenced by drawShape(), setState(), and state(). |
|
|
Definition at line 122 of file wordgame.h. Referenced by drawShape(), setTile(), and tile(). |
1.4.2