FastLED 3.9.7
Loading...
Searching...
No Matches
fl::EngineEvents Class Reference

Detailed Description

Definition at line 29 of file engine_events.h.

Classes

class  Listener
 

Static Public Member Functions

static void addListener (Listener *listener, int priority=0)
 
static void removeListener (Listener *listener)
 
static bool hasListener (Listener *listener)
 
static void onBeginFrame ()
 
static void onEndShowLeds ()
 
static void onEndFrame ()
 
static void onStripAdded (CLEDController *strip, uint32_t num_leds)
 
static void onCanvasUiSet (CLEDController *strip, const ScreenMap &xymap)
 
static void onPlatformPreLoop ()
 

Friends

class fl::Singleton< EngineEvents >
 

Member Function Documentation

◆ addListener()

static void fl::EngineEvents::addListener ( Listener * listener,
int priority = 0 )
inlinestatic

Definition at line 55 of file engine_events.h.

◆ hasListener()

static bool fl::EngineEvents::hasListener ( Listener * listener)
inlinestatic

Definition at line 72 of file engine_events.h.

◆ onBeginFrame()

static void fl::EngineEvents::onBeginFrame ( )
inlinestatic

Definition at line 81 of file engine_events.h.

◆ onCanvasUiSet()

static void fl::EngineEvents::onCanvasUiSet ( CLEDController * strip,
const ScreenMap & xymap )
inlinestatic

Definition at line 109 of file engine_events.h.

◆ onEndFrame()

static void fl::EngineEvents::onEndFrame ( )
inlinestatic

Definition at line 93 of file engine_events.h.

◆ onEndShowLeds()

static void fl::EngineEvents::onEndShowLeds ( )
inlinestatic

Definition at line 87 of file engine_events.h.

◆ onPlatformPreLoop()

static void fl::EngineEvents::onPlatformPreLoop ( )
inlinestatic

Definition at line 118 of file engine_events.h.

◆ onStripAdded()

static void fl::EngineEvents::onStripAdded ( CLEDController * strip,
uint32_t num_leds )
inlinestatic

Definition at line 99 of file engine_events.h.

◆ removeListener()

static void fl::EngineEvents::removeListener ( Listener * listener)
inlinestatic

Definition at line 64 of file engine_events.h.

Friends And Related Symbol Documentation

◆ fl::Singleton< EngineEvents >

friend class fl::Singleton< EngineEvents >
friend

Definition at line 149 of file engine_events.h.


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