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

Detailed Description

Definition at line 27 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 Singleton< EngineEvents >
 

Member Function Documentation

◆ addListener()

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

Definition at line 53 of file engine_events.h.

◆ hasListener()

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

Definition at line 70 of file engine_events.h.

◆ onBeginFrame()

static void EngineEvents::onBeginFrame ( )
inlinestatic

Definition at line 79 of file engine_events.h.

◆ onCanvasUiSet()

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

Definition at line 107 of file engine_events.h.

◆ onEndFrame()

static void EngineEvents::onEndFrame ( )
inlinestatic

Definition at line 91 of file engine_events.h.

◆ onEndShowLeds()

static void EngineEvents::onEndShowLeds ( )
inlinestatic

Definition at line 85 of file engine_events.h.

◆ onPlatformPreLoop()

static void EngineEvents::onPlatformPreLoop ( )
inlinestatic

Definition at line 116 of file engine_events.h.

◆ onStripAdded()

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

Definition at line 97 of file engine_events.h.

◆ removeListener()

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

Definition at line 62 of file engine_events.h.

Friends And Related Symbol Documentation

◆ Singleton< EngineEvents >

friend class Singleton< EngineEvents >
friend

Definition at line 147 of file engine_events.h.


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