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

◆ operator=()

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

Definition at line 235 of file ui.h.

235 {
236 mImpl = value;
237 return *this;
238 }
bool value() const
Definition ui.h:239
UICheckboxImpl mImpl
Definition ui.h:256

References UICheckbox(), mImpl, and value().

+ Here is the call graph for this function: