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

◆ operator=() [2/2]

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

Definition at line 128 of file ui_impl.h.

128 {
129 setValue(value != 0);
130 return *this;
131 }
void setValue(bool value)
Definition ui_impl.h:135
bool value() const
Definition ui_impl.h:132

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

+ Here is the call graph for this function: