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 Member List

This is the complete list of members for GraphicsScene, including all inherited members.

addObject(GraphicsObject *object)GraphicsScene
addObjects(GraphicsObject **toadd, size_t number)GraphicsScene
addObjects(const std::vector< GraphicsObject *> &toadd)GraphicsScene
clearObjects()GraphicsScene
draw(uint32_t time) overrideGraphicsScenevirtual
getObjects() constGraphicsScene
GraphicsScene()GraphicsScene
GraphicsScene(const GraphicsScene &copy)=deleteGraphicsScene
GraphicsScene(const GraphicsScene &&move)=deleteGraphicsScene
isVisible() constGraphicsObjectinline
operator=(const GraphicsScene &copy)=deleteGraphicsScene
removeObject(GraphicsObject *toremove)GraphicsScene
removeObject(int index)GraphicsScene
setVisibility(bool visible)GraphicsObjectinline
show()GraphicsScene
~GraphicsObject()=defaultGraphicsObjectvirtual
~GraphicsScene()GraphicsScenevirtual