#include <visualizer.h>
|
| RainbowVisualiser (Board &board, int bSize, int cSize, int maxValue, sf::Color bCol, sf::Color cCol, int speed) |
|
void | UpdateBoard () override |
|
| Visualiser () |
|
| Visualiser (Board &board, int bSize, int cSize, int maxValue, sf::Color bCol, sf::Color cCol) |
|
sf::RenderWindow & | GetWindow () |
|
sf::Color | CalculateCellColor (Board &board, int x, int y) |
|
◆ RainbowVisualiser()
RainbowVisualiser::RainbowVisualiser |
( |
Board & |
board, |
|
|
int |
bSize, |
|
|
int |
cSize, |
|
|
int |
maxValue, |
|
|
sf::Color |
bCol, |
|
|
sf::Color |
cCol, |
|
|
int |
speed |
|
) |
| |
◆ UpdateBoard()
void RainbowVisualiser::UpdateBoard |
( |
| ) |
|
|
overridevirtual |
◆ cycleSpeed
int RainbowVisualiser::cycleSpeed |
|
private |
The documentation for this class was generated from the following files: