FastLED
3.9.15
Loading...
Searching...
No Matches
◆
value()
fl::string
fl::UIDropdownImpl::value
(
)
const
inline
Definition at line
75
of file
dropdown.h
.
75
{
76
if
(
mSelectedIndex
<
mOptions
.size()) {
77
return
mOptions
[
mSelectedIndex
];
78
}
79
return
fl::string(
"Invalid"
);
80
}
fl::UIDropdownImpl::mSelectedIndex
fl::size mSelectedIndex
Definition
dropdown.h:114
fl::UIDropdownImpl::mOptions
fl::vector< fl::string > mOptions
Definition
dropdown.h:113
References
mOptions
, and
mSelectedIndex
.
fl
UIDropdownImpl
Generated on Tue Jun 16 2026 00:07:07 for FastLED by
1.13.2