C++ DevKit
C++ set of OOP library
Loading...
Searching...
No Matches
widget_square_led.h File Reference
Include dependency graph for widget_square_led.h:

Go to the source code of this file.

Classes

class  WidgetSquareLed
 A widget that show a square (it can be a rectangle) on the display. More...
 
class  WidgetBlinkingSquareLed
 A widget that show a square (it can be a rectangle) on the display. More...
 
class  WidgetFocusIndicator
 A specific class dedicated to indicate the status of an UIControlledModel. Not an abstract class, can be implemented. More...
 

Enumerations

enum class  LEDStatus { LED_IS_BLINKING , LED_IS_ON , LED_IS_OFF }
 enumeration of the status of a blinking LED More...
 

Detailed Description

Author
xiansnn (xians.nosp@m.nn@h.nosp@m.otmai.nosp@m.l.co.nosp@m.m)
Version
0.1
Date
2025-01-11

Enumeration Type Documentation

◆ LEDStatus

enum class LEDStatus
strong

enumeration of the status of a blinking LED

Enumerator
LED_IS_BLINKING 

LED is blinking.

LED_IS_ON 

LED is switched ON.

LED_IS_OFF 

LED is switched OFF.