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

◆ operator=()

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

Definition at line 55 of file checkbox.h.

55 {
56 mImpl = value;
57 return *this;
58 }
bool value() const FL_NOEXCEPT
Definition checkbox.h:59
UICheckboxImpl mImpl
Definition checkbox.h:76

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

+ Here is the call graph for this function: