Definition at line 84 of file animartrix.hpp.
#include <animartrix.hpp>
Public Member Functions | |
Animartrix (const Animartrix &)=delete | |
Animartrix (XYMap xyMap, AnimartrixAnim which_animation) | |
void | draw (DrawContext context) override |
int | fxGet () const |
Str | fxName () const override |
void | fxNext (int fx=1) |
int | fxNum () const |
void | fxSet (int fx) |
![]() | |
Fx2d (const XYMap &xyMap) | |
uint16_t | getHeight () const |
uint16_t | getWidth () const |
XYMap & | getXYMap () |
const XYMap & | getXYMap () const |
void | setXYMap (const XYMap &xyMap) |
uint16_t | xyMap (uint16_t x, uint16_t y) const |
![]() | |
Fx (uint16_t numLeds) | |
uint16_t | getNumLeds () const |
virtual bool | hasFixedFrameRate (float *fps) const |
virtual void | pause (uint32_t now) |
virtual void | resume (uint32_t now) |
![]() | |
virtual int | ref_count () const |
Static Private Member Functions | |
static const char * | getAnimationName (AnimartrixAnim animation) |
Private Attributes | |
AnimartrixAnim | current_animation = RGB_BLOBS5 |
fl::scoped_ptr< FastLEDANIMartRIX > | impl |
CRGB * | leds = nullptr |
AnimartrixAnim | prev_animation = NUM_ANIMATIONS |
Friends | |
void | AnimartrixLoop (Animartrix &self, uint32_t now) |
class | FastLEDANIMartRIX |
Additional Inherited Members | |
![]() | |
using | DrawContext = _DrawContext |
![]() | |
virtual | ~Fx () |
![]() | |
Referent () | |
Referent (const Referent &) | |
Referent (Referent &&) | |
virtual | ~Referent () |
virtual void | destroy () |
Referent & | operator= (const Referent &) |
Referent & | operator= (Referent &&) |
virtual void | ref () |
virtual void | unref () |
![]() | |
XYMap | mXyMap |
![]() | |
uint16_t | mNumLeds |