Graphics::RectList Class Reference
Small list of rectangles, similar to PointList. More...
#include <Renderer.h>
Inheritance diagram for Graphics::RectList:
Collaboration diagram for Graphics::RectList:
Public Member Functions | |
RectList (const Rect &bounds, const Brush &brush, uint8_t capacity) | |
void | add (const Rect &rect) |
bool | render (Surface &surface) |
![]() | |
ItemList (uint8_t capacity) | |
void | add (Rect value) |
Rect * | get () |
Rect * | next () |
void | reset () |
operator bool () const | |
Detailed Description
Small list of rectangles, similar to PointList.
Constructor & Destructor Documentation
◆ RectList()
Member Function Documentation
◆ add()
|
inline |
◆ render()
bool Graphics::RectList::render | ( | Surface & | surface | ) |
The documentation for this class was generated from the following file: