#include <QWidget>#include <QMouseEvent>#include <QPaintEvent>#include <QMutex>#include <QMenu>#include "stat.h"#include "info.h"#include "../core/mundo.h"


Ir para o código fonte deste ficheiro.
Componentes | |
| class | MundoQT |
Macros | |
| #define | TAMANHO_X 8192 |
| #define | TAMANHO_Y 6144 |
| #define | ENERGIA_GRAO 200 |
| #define | TETO_ENERGETICO ((TAMANHO_X*TAMANHO_Y)/900) |
| #define | PROBABILIDADE_MUTACAO 60 |
| #define | INTENSIDADE_MUTACAO 1 |
| #define | PONTA_INICIO 0 |
| #define | PONTA_FIM 1 |
| #define | MEIO 2 |
| #define ENERGIA_GRAO 200 |
| #define INTENSIDADE_MUTACAO 1 |
| #define MEIO 2 |
| #define PONTA_FIM 1 |
Definido na linha 115 do ficheiro mundoqt.h.
Referenciado por MundoQT::novaParede(), MundoQT::posicionarParede() e MundoQT::selecionarParede().
| #define PONTA_INICIO 0 |
Definido na linha 114 do ficheiro mundoqt.h.
Referenciado por MundoQT::posicionarParede() e MundoQT::selecionarParede().
| #define PROBABILIDADE_MUTACAO 60 |
| #define TAMANHO_X 8192 |
| #define TAMANHO_Y 6144 |
| #define TETO_ENERGETICO ((TAMANHO_X*TAMANHO_Y)/900) |
1.5.8