gigawidgets 0.3.55
A wxWidgets-style UI library for the Arduino Giga Display Shield.
 
Loading...
Searching...
No Matches
ui::Shape Struct Reference

The common interface for rendering arbitrary shapes. More...

#include <shape.hpp>

Inheritance diagram for ui::Shape:
ui::Renderable ui::Circle ui::Ellipse ui::Polygon ui::Spiral ui::Rectangle ui::RegularPolygon

Additional Inherited Members

- Public Member Functions inherited from ui::Renderable
virtual void renderAt (const Coords &coords, const shader_t &shader=0) const =0
 Display the renderable directly onto the screen.
 
virtual Size getSize () const =0
 Get the size of the renderable.
 

Detailed Description

The common interface for rendering arbitrary shapes.


The documentation for this struct was generated from the following file: