MCPcopy Create free account
hub / github.com/FastLED/FastLED / setSelectedIndex

Method setSelectedIndex

src/fl/ui/dropdown.h:130–132  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

128 fl::string as_string() const FL_NOEXCEPT { return value(); }
129
130 void setSelectedIndex(int index) FL_NOEXCEPT {
131 mImpl.setSelectedIndex(index);
132 }
133
134 fl::size getOptionCount() const FL_NOEXCEPT { return mImpl.getOptionCount(); }
135 fl::string getOption(fl::size index) const FL_NOEXCEPT { return mImpl.getOption(index); }

Callers 3

setupFunction · 0.45
setupFunction · 0.45
setupFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected