#include <qwidget.h>#include <qmainwindow.h>#include <qimage.h>#include <qvector.h>#include <qcanvas.h>#include <qlabel.h>Include dependency graph for mindbreaker.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Variables | |
| static const int | panel_height = 26 |
| static const int | panel_width = 180 |
| static const int | title_height = 25 |
| static const int | title_width = 180 |
| static const int | bin_margin = 10 |
| static const int | peg_size = 20 |
| static const int | answerpeg_size = 13 |
| static const int | first_peg_x_diff = 21 |
| static const int | first_peg_y_diff = ((panel_height - peg_size) >> 1) |
| static const int | peg_spacing = 30 |
| static const int | answerpegx = 152 |
| static const int | answerpegy = 2 |
| static const int | answerpeg_diff = 9 |
| static const int | board_height = (title_height + (panel_height * 9)) |
| static const int | board_width = (panel_width + (bin_margin * 2) + peg_size) |
|
|
Definition at line 47 of file mindbreaker.h. |
|
|
Definition at line 39 of file mindbreaker.h. Referenced by Peg::buildImages(). |
|
|
Definition at line 45 of file mindbreaker.h. |
|
|
Definition at line 46 of file mindbreaker.h. |
|
|
Definition at line 37 of file mindbreaker.h. |
|
|
Definition at line 49 of file mindbreaker.h. |
|
|
Definition at line 50 of file mindbreaker.h. |
|
|
Definition at line 41 of file mindbreaker.h. |
|
|
Definition at line 42 of file mindbreaker.h. |
|
|
Definition at line 31 of file mindbreaker.h. Referenced by Peg::buildImages(), and MindBreakerBoard::doFixSize(). |
|
|
Definition at line 32 of file mindbreaker.h. Referenced by Peg::buildImages(), and MindBreakerBoard::doFixSize(). |
|
|
Definition at line 38 of file mindbreaker.h. Referenced by Peg::buildImages(). |
|
|
Definition at line 43 of file mindbreaker.h. |
|
|
Definition at line 34 of file mindbreaker.h. Referenced by Peg::buildImages(), and MindBreakerBoard::doFixSize(). |
|
|
Definition at line 35 of file mindbreaker.h. Referenced by Peg::buildImages(), and MindBreakerBoard::doFixSize(). |
1.4.2