#include "general.h"
#include "CubeAcc.h"
#include "MyFile.h"
#include "Pieces.h"
#include "Configuration.h"
#include <QList>
#include <QObject>
Include dependency graph for Solutions.h:
This graph shows which files directly or indirectly include this file:
Classes | |
class | SlvPainter |
SlvPainter paints an entire solution scene on the given GLWidget. More... | |
class | SlvCube |
SlvCube represents a single solution of a design. More... | |
struct | SlvCube::SlvPiece |
SlvPiece holds the date of a single tile in a solution. More... | |
struct | SlvCube::SlvPic |
SlvPic holds the data of a single piece that was selected when the solution was generated. More... | |
class | Solutions |
Solutions holds the collection of the current solutions found. More... |
Declares the SlvCube and Solutions which make up the solution storage and the SlvPainter which displays a solution.