TouchCPLib  1.0.0
A touch-enabled GUI interface based on SDL and libTS. It provides a simple desktop-free UI for your embedded Raspberry projects.
GraphicsScene.h File Reference

The GraphicsScene base class. More...

#include <vector>
#include <algorithm>
#include <random>
#include "GraphicsObject.h"
Include dependency graph for GraphicsScene.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  GraphicsScene
 The Scene object is a base class to construct a Scene upon. The scene is basically a view that can be swapped at runtime with other scenes. It is supposed to contain other Graphic Objects inside of it, since it won't draw anything on its own. The draw method is simply calling the draw method for each child object. More...
 

Detailed Description

The GraphicsScene base class.

Author
Paolo Infante (info@.nosp@m.paol.nosp@m.oinfa.nosp@m.nte..nosp@m.it)
Version
1.0.0
Date
2020-12-17

Copyright (c) 2020 Paolo Infante