|
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.
|
The GraphicsScene base class. More...


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... | |