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

Detailed Description

Definition at line 83 of file ui.h.

Public Member Functions

 Checkbox (const char *name, bool value=false)
 
 operator bool () const
 
 operator int () const
 
Checkboxoperator= (bool value)
 
Checkboxoperator= (int value)
 

Constructor & Destructor Documentation

◆ Checkbox()

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

Definition at line 85 of file ui.h.

◆ ~Checkbox()

Checkbox::~Checkbox ( )
inline

Definition at line 86 of file ui.h.

Member Function Documentation

◆ operator bool()

Checkbox::operator bool ( ) const
inline

Definition at line 87 of file ui.h.

◆ operator int()

Checkbox::operator int ( ) const
inline

Definition at line 88 of file ui.h.

◆ operator=() [1/2]

Checkbox & Checkbox::operator= ( bool value)
inline

Definition at line 89 of file ui.h.

◆ operator=() [2/2]

Checkbox & Checkbox::operator= ( int value)
inline

Definition at line 90 of file ui.h.


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