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

Public Types | |
| enum | Type { Blank, Circle, Cross } |
Public Member Functions | |
| TicTacButton (QWidget *parent) | |
| Type | type () const |
| void | setType (Type type) |
| QSizePolicy | sizePolicy () const |
| QSize | sizeHint () const |
| QSize | minimumSizeHint () const |
Protected Member Functions | |
| void | drawButtonLabel (QPainter *) |
Private Attributes | |
| Type | t |
|
|
|
|
|
Definition at line 28 of file tictac.cpp. |
|
|
Definition at line 37 of file tictac.cpp. |
|
|
|
|
|
Definition at line 33 of file tictac.h. References t. |
|
|
|
|
|
|
|
|
Definition at line 32 of file tictac.h. References t. Referenced by TicTacGameBoard::buttonClicked(). |
|
|
Definition at line 41 of file tictac.h. Referenced by drawButtonLabel(), setType(), TicTacButton(), and type(). |
1.4.2