25class RenameDrumUI final :
public RenameUI {
27 RenameDrumUI(
const char* title_) : RenameUI(title_) {};
30 bool trySetName(std::string_view name)
override;
31 std::string_view getCurrentName()
const override;
32 bool allowEmpty()
const override {
return false; }