FastLED 3.9.15
Loading...
Searching...
No Matches
fl::UICheckboxImpl Class Reference

Detailed Description

Definition at line 19 of file checkbox.h.

#include <checkbox.h>

Public Member Functions

 UICheckboxImpl (const char *name, bool value=false)
 
 ~UICheckboxImpl () FL_NOEXCEPT
 
 operator bool () const
 
 operator int () const
 
UICheckboxImploperator= (bool value) FL_NOEXCEPT
 
UICheckboxImploperator= (int value) FL_NOEXCEPT
 
void setGroup (const fl::string &groupName)
 
bool value () const
 

Private Member Functions

void setValue (bool value)
 

Private Attributes

bool mValue
 

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