FastLED 3.9.3
Loading...
Searching...
No Matches
EngineEvents::Listener Class Reference

Detailed Description

Definition at line 29 of file engine_events.h.

Public Member Functions

virtual void onBeginFrame ()
 
virtual void onEndShowLeds ()
 
virtual void onEndFrame ()
 
virtual void onStripAdded (CLEDController *strip, uint32_t num_leds)
 
virtual void onCanvasUiSet (CLEDController *strip, const ScreenMap &screenmap)
 
virtual void onPlatformPreLoop ()
 
virtual void onPlatformPreLoop2 ()
 

Constructor & Destructor Documentation

◆ Listener()

EngineEvents::Listener::Listener ( )

Definition at line 8 of file engine_events.cpp.

◆ ~Listener()

EngineEvents::Listener::~Listener ( )
virtual

Definition at line 11 of file engine_events.cpp.

Member Function Documentation

◆ onBeginFrame()

virtual void EngineEvents::Listener::onBeginFrame ( )
inlinevirtual

Definition at line 36 of file engine_events.h.

◆ onCanvasUiSet()

virtual void EngineEvents::Listener::onCanvasUiSet ( CLEDController * strip,
const ScreenMap & screenmap )
inlinevirtual

Definition at line 44 of file engine_events.h.

◆ onEndFrame()

virtual void EngineEvents::Listener::onEndFrame ( )
inlinevirtual

Definition at line 38 of file engine_events.h.

◆ onEndShowLeds()

virtual void EngineEvents::Listener::onEndShowLeds ( )
inlinevirtual

Definition at line 37 of file engine_events.h.

◆ onPlatformPreLoop()

virtual void EngineEvents::Listener::onPlatformPreLoop ( )
inlinevirtual

Definition at line 48 of file engine_events.h.

◆ onPlatformPreLoop2()

virtual void EngineEvents::Listener::onPlatformPreLoop2 ( )
inlinevirtual

Definition at line 49 of file engine_events.h.

◆ onStripAdded()

virtual void EngineEvents::Listener::onStripAdded ( CLEDController * strip,
uint32_t num_leds )
inlinevirtual

Definition at line 39 of file engine_events.h.


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