25class SlotBrowser :
public Browser {
27 SlotBrowser() =
default;
30 void focusRegained()
override;
31 ActionResult horizontalEncoderAction(int32_t offset)
override;
33 Error getCurrentFilePath(
String* path)
override;
36 Error beginSlotSession(
bool shouldDrawKeys =
true,
bool allowIfNoFolder =
false);
37 void processBackspace()
override;
39 virtual void predictExtendedTextFromMemory() {}
40 void convertToPrefixFormatIfPossible();
41 void enterKeyPress()
override;
42 Error getCurrentFilenameWithoutExtension(
String* filename);
44 static bool currentFileHasSuffixFormatNameImplied;