Graphics::ArcRectList Class Reference
#include <Renderer.h>
Inheritance diagram for Graphics::ArcRectList:
Collaboration diagram for Graphics::ArcRectList:
Public Member Functions | |
| void | fill (const Rect &r, Point p0, Point p1, Point p2, int start_angle, int end_angle) |
| RectList (const Rect &bounds, const Brush &brush, uint8_t capacity) | |
Public Member Functions inherited from Graphics::RectList | |
| RectList (const Rect &bounds, const Brush &brush, uint8_t capacity) | |
| void | add (const Rect &rect) |
| bool | render (Surface &surface) |
Public Member Functions inherited from Graphics::ItemList< Rect > | |
| ItemList (uint8_t capacity) | |
| void | add (Rect value) |
| Rect * | get () |
| Rect * | next () |
| void | reset () |
| operator bool () const | |
Member Function Documentation
◆ fill()
| void Graphics::ArcRectList::fill | ( | const Rect & | r, |
| Point | p0, | ||
| Point | p1, | ||
| Point | p2, | ||
| int | start_angle, | ||
| int | end_angle | ||
| ) |
◆ RectList()
|
inline |
The documentation for this class was generated from the following file:
Public Member Functions inherited from
1.9.1