25 using Selection::Selection;
27 deluge::vector<std::string_view> getOptions(OptType optType)
override {
28 using enum l10n::String;
29 bool shortOpt = optType == OptType::SHORT;
31 l10n::getView(STRING_FOR_SINE),
32 l10n::getView(STRING_FOR_TRIANGLE),
33 l10n::getView(STRING_FOR_SQUARE),
34 l10n::getView(STRING_FOR_SAW),
35 l10n::getView(STRING_FOR_SAMPLE_AND_HOLD),
36 l10n::getView(shortOpt ? STRING_FOR_RANDOM_WALK_SHORT : STRING_FOR_RANDOM_WALK),
37 l10n::getView(STRING_FOR_WARBLE),