FastLED 3.9.15
Loading...
Searching...
No Matches
fl::UICheckbox Class Reference

Detailed Description

Examples
FxEngine.ino.

Definition at line 94 of file ui.h.

#include <ui.h>

Public Member Functions

 UICheckbox (const char *name, bool value=false)
 
 ~UICheckbox ()
 
 operator bool () const
 
 operator int () const
 
UICheckboxoperator= (bool value)
 
UICheckboxoperator= (int value)
 

Private Member Functions

void setValue (bool value)
 

Private Attributes

bool mValue
 

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