#include <visualizer.h>
◆ Visualiser() [1/2]
Visualiser::Visualiser |
( |
| ) |
|
◆ Visualiser() [2/2]
Visualiser::Visualiser |
( |
Board & |
board, |
|
|
int |
bSize, |
|
|
int |
cSize, |
|
|
int |
maxValue, |
|
|
sf::Color |
bCol, |
|
|
sf::Color |
cCol |
|
) |
| |
◆ CalculateCellColor()
sf::Color Visualiser::CalculateCellColor |
( |
Board & |
board, |
|
|
int |
x, |
|
|
int |
y |
|
) |
| |
◆ GetWindow()
sf::RenderWindow& Visualiser::GetWindow |
( |
| ) |
|
|
inline |
◆ UpdateBoard()
void Visualiser::UpdateBoard |
( |
| ) |
|
|
virtual |
◆ backgroundColor
sf::Color Visualiser::backgroundColor |
|
protected |
◆ board
◆ boardSize
int Visualiser::boardSize |
|
protected |
◆ cellColor
sf::Color Visualiser::cellColor |
|
protected |
◆ cellSize
◆ maxCellValue
int Visualiser::maxCellValue |
|
protected |
◆ window
sf::RenderWindow Visualiser::window |
|
protected |
The documentation for this class was generated from the following files: