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

Detailed Description

Examples
FxEngine.ino.

Definition at line 94 of file ui.h.

Public Member Functions

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

Constructor & Destructor Documentation

◆ UICheckbox()

fl::UICheckbox::UICheckbox ( const char * name,
bool value = false )
inline

Definition at line 96 of file ui.h.

◆ ~UICheckbox()

fl::UICheckbox::~UICheckbox ( )
inline

Definition at line 99 of file ui.h.

Member Function Documentation

◆ operator bool()

fl::UICheckbox::operator bool ( ) const
inline

Definition at line 100 of file ui.h.

◆ operator int()

fl::UICheckbox::operator int ( ) const
inline

Definition at line 101 of file ui.h.

◆ operator=() [1/2]

UICheckbox & fl::UICheckbox::operator= ( bool value)
inline

Definition at line 102 of file ui.h.

◆ operator=() [2/2]

UICheckbox & fl::UICheckbox::operator= ( int value)
inline

Definition at line 103 of file ui.h.


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