FastLED 3.9.15
Loading...
Searching...
No Matches

◆ operator=() [2/2]

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

Definition at line 139 of file ui_impl.h.

139 {
140 setValue(value != 0);
141 return *this;
142 }
void setValue(bool value)
Definition ui_impl.h:149
bool value() const
Definition ui_impl.h:143

References UICheckboxImpl(), setValue(), and value().

+ Here is the call graph for this function: