CheeseBoard
A library for use with the CheeseBoard Cheddar platform
|
#include <GfxScene.h>
Public Member Functions | |
bool | add (GfxItem *item) |
void | draw () |
Draws all items in a scene in order. | |
Static Public Attributes | |
static const uint8_t | MaxItems = 16 |
Protected Attributes | |
GfxItem * | _items [MaxItems] |
Experimental object to tie other GfxItems together
Definition at line 8 of file GfxScene.h.
bool GfxScene::add | ( | GfxItem * | item | ) |
Definition at line 10 of file GfxScene.cpp.