Class GraphicsObject
Inherited by the following classes: Sprite
Public Attributes
Type | Name |
---|---|
Display::Display * | display |
int16_t | x = 0 |
int16_t | y = 0 |
Public Functions
Type | Name |
---|---|
virtual void | draw () = 0 |
virtual void | erase (int16_t lastRenderedX, int16_t lastRenderedY) = 0 |
bool | isVisible () |
virtual void | onSetDisplay () |
virtual void | onSetVisible () |
void | render () |
void | setDisplay (Display::Display * display) |
void | setPosition (int16_t x, int16_t y) |
void | setVisible (bool visible) |
Public Attributes Documentation
variable display
variable x
variable y
Public Functions Documentation
function draw
function erase
function isVisible
function onSetDisplay
function onSetVisible
function render
function setDisplay
function setPosition
function setVisible
The documentation for this class was generated from the following file src/GraphicsObject.hpp