CheeseBoard
A library for use with the CheeseBoard Cheddar platform
Public Member Functions | Static Public Attributes | Protected Attributes | List of all members
GfxScene Class Reference

#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]
 

Detailed Description

Experimental object to tie other GfxItems together

Definition at line 8 of file GfxScene.h.

Member Function Documentation

◆ add()

bool GfxScene::add ( GfxItem item)
Returns
true if item added to scene ok, else false

Definition at line 10 of file GfxScene.cpp.


The documentation for this class was generated from the following files: