24class SaveUI :
public SlotBrowser {
27 bool opened()
override;
29 virtual bool performSave(
bool mayOverwrite =
false) = 0;
31 void focusRegained()
override;
32 bool renderSidebar(uint32_t whichRows,
RGB image[][kDisplayWidth + kSideBarWidth] =
nullptr,
33 uint8_t occupancyMask[][kDisplayWidth + kSideBarWidth] =
nullptr)
override {
36 bool canSeeViewUnderneath()
final {
return false; }
37 ActionResult timerCallback()
override;
38 ActionResult buttonAction(deluge::hid::Button b,
bool on,
bool inCardRoutine)
override;
42 void enterKeyPress()
final;
43 static bool currentFolderIsEmpty;