26class FileSelector final :
public MenuItem {
28 FileSelector(l10n::String newName, uint8_t sourceId) : MenuItem(newName), sourceId_{sourceId} {}
29 void beginSession(MenuItem* navigatedBackwardFrom)
override;
32 MenuPermission checkPermissionToBeginSession(
ModControllableAudio* modControllable, int32_t whichThing,
36 void renderInHorizontalMenu(int32_t startX, int32_t width, int32_t startY, int32_t height)
override;
37 void getColumnLabel(
StringBuf& label)
override;
41 static std::string getLastFolderFromPath(
String& path);