28 [[nodiscard]] std::string_view
getTitle()
const override {
29 if (renderingStyle() == VERTICAL) {
33 if (paging.visiblePageNumber == 0) {
35 return deluge::l10n::getView(
title);
39 const ModFXType modFxType = soundEditor.currentModControllable->modFXType_;
40 return modfx::getModNames()[
static_cast<uint8_t
>(modFxType)];