|
roo_display
API Documentation for roo_display
|
Base class for simple colored shapes. More...
#include <basic.h>
Public Member Functions | |
| Color | color () const |
| Return the shape color. | |
Public Member Functions inherited from roo_display::Drawable | |
| virtual | ~Drawable () |
| virtual Box | extents () const =0 |
| Return the bounding box encompassing all pixels that need to be drawn. | |
| virtual Box | anchorExtents () const |
| Return the bounds used for alignment. | |
Protected Member Functions | |
| BasicShape (Color color) | |
Additional Inherited Members | |
Static Public Member Functions inherited from roo_display::Drawable | |
| static const Drawable * | Empty () |
| A singleton representing a no-op drawable with no bounding box. | |
|
inlineprotected |
|
inline |
Return the shape color.
Definition at line 14 of file basic.h.
Referenced by roo_display::FilledRect::getTransparencyMode(), and roo_display::FilledRect::readColors().