Contains the implementation of the TicTacToeWindow class. More...
Variables | |
constexpr int | BUTTON_WIDTH = 100 |
constexpr int | BUTTON_HEIGHT = 30 |
constexpr int | RESET_BUTTON_X = 10 |
constexpr int | RESET_BUTTON_Y = 10 |
constexpr int | QUIT_BUTTON_X = 120 |
constexpr int | QUIT_BUTTON_Y = 10 |
constexpr int | RESULT_TEXT_X = 240 |
constexpr int | RESULT_TEXT_Y = 10 |
constexpr int | BOARD_SIZE = 600 |
constexpr int | CELL_SIZE = BOARD_SIZE / 3 |
constexpr int | BOARD_X = 20 |
constexpr int | BOARD_Y = 60 |
constexpr int | FONT_SIZE = 100 |
Contains the implementation of the TicTacToeWindow class.
This file uses the following libraries and resources:
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |