Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

mindbreaker.h File Reference

#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)


Variable Documentation

const int answerpeg_diff = 9 [static]
 

Definition at line 47 of file mindbreaker.h.

const int answerpeg_size = 13 [static]
 

Definition at line 39 of file mindbreaker.h.

Referenced by Peg::buildImages().

const int answerpegx = 152 [static]
 

Definition at line 45 of file mindbreaker.h.

const int answerpegy = 2 [static]
 

Definition at line 46 of file mindbreaker.h.

const int bin_margin = 10 [static]
 

Definition at line 37 of file mindbreaker.h.

const int board_height = (title_height + (panel_height * 9)) [static]
 

Definition at line 49 of file mindbreaker.h.

const int board_width = (panel_width + (bin_margin * 2) + peg_size) [static]
 

Definition at line 50 of file mindbreaker.h.

const int first_peg_x_diff = 21 [static]
 

Definition at line 41 of file mindbreaker.h.

const int first_peg_y_diff = ((panel_height - peg_size) >> 1) [static]
 

Definition at line 42 of file mindbreaker.h.

const int panel_height = 26 [static]
 

Definition at line 31 of file mindbreaker.h.

Referenced by Peg::buildImages(), and MindBreakerBoard::doFixSize().

const int panel_width = 180 [static]
 

Definition at line 32 of file mindbreaker.h.

Referenced by Peg::buildImages(), and MindBreakerBoard::doFixSize().

const int peg_size = 20 [static]
 

Definition at line 38 of file mindbreaker.h.

Referenced by Peg::buildImages().

const int peg_spacing = 30 [static]
 

Definition at line 43 of file mindbreaker.h.

const int title_height = 25 [static]
 

Definition at line 34 of file mindbreaker.h.

Referenced by Peg::buildImages(), and MindBreakerBoard::doFixSize().

const int title_width = 180 [static]
 

Definition at line 35 of file mindbreaker.h.

Referenced by Peg::buildImages(), and MindBreakerBoard::doFixSize().


Generated on Sat Nov 5 16:56:17 2005 for OPIE by  doxygen 1.4.2