|
bool | opened () override |
|
void | focusRegained () override |
|
bool | performSave (bool mayOverwrite=false) override |
|
UIType | getUIType () override |
|
bool | opened () override |
|
void | focusRegained () override |
|
bool | renderSidebar (uint32_t whichRows, RGB image[][kDisplayWidth+kSideBarWidth]=nullptr, uint8_t occupancyMask[][kDisplayWidth+kSideBarWidth]=nullptr) override |
|
bool | canSeeViewUnderneath () final |
|
ActionResult | timerCallback () override |
|
ActionResult | buttonAction (deluge::hid::Button b, bool on, bool inCardRoutine) override |
|
void | focusRegained () override |
|
ActionResult | horizontalEncoderAction (int32_t offset) override |
|
Error | getCurrentFilePath (String *path) override |
|
void | close () |
|
ActionResult | padAction (int32_t x, int32_t y, int32_t velocity) override |
|
ActionResult | verticalEncoderAction (int32_t offset, bool inCardRoutine) override |
|
void | currentFileDeleted () |
|
Error | goIntoFolder (char const *folderName) |
|
Error | createFolder () |
|
Error | createFoldersRecursiveIfNotExists (const char *path) |
|
void | selectEncoderAction (int8_t offset) override |
|
Error | readFileItemsForFolder (char const *filePrefixHere, bool allowFolders, char const **allowedFileExtensionsHere, char const *filenameToStartAt, int32_t newMaxNumFileItems, int32_t newCatalogSearchDirection=CATALOG_SEARCH_BOTH) |
|
Error | setFileByFullPath (OutputType outputType, char const *fullPath) |
|
void | sortFileItems () |
|
FileItem * | getNewFileItem () |
|
Error | getUnusedSlot (OutputType outputType, String *newName, char const *thingName) |
|
void | cullSomeFileItems () |
|
bool | checkFP () |
|
void | renderOLED (deluge::hid::display::oled_canvas::Canvas &canvas) override |
|
bool | exitUI () override |
| returns whether a UI exited
|
|
ActionResult | padAction (int32_t x, int32_t y, int32_t velocity) override |
|
bool | renderMainPads (uint32_t whichRows, RGB image[][kDisplayWidth+kSideBarWidth]=nullptr, uint8_t occupancyMask[][kDisplayWidth+kSideBarWidth]=nullptr, bool drawUndefinedArea=true) override |
|
virtual void | modEncoderAction (int32_t whichModEncoder, int32_t offset) |
|
virtual void | modButtonAction (uint8_t whichButton, bool on) |
|
virtual void | modEncoderButtonAction (uint8_t whichModEncoder, bool on) |
|
virtual void | graphicsRoutine () |
|
virtual void | displayOrLanguageChanged () |
|
virtual ClipMinder * | toClipMinder () |
|
virtual TimelineView * | toTimelineView () |
| Convert this view to a TimelineView.
|
|
virtual void | scrollFinished () |
|
virtual bool | pcReceivedForMidiLearn (MIDICable &fromCable, int32_t channel, int32_t program) |
|
virtual bool | noteOnReceivedForMidiLearn (MIDICable &fromCable, int32_t channel, int32_t note, int32_t velocity) |
|
virtual bool | getGreyoutColsAndRows (uint32_t *cols, uint32_t *rows) |
|
void | close () |
|
|
static FileItem * | getCurrentFileItem () |
|
static void | emptyFileItems () |
|
static void | deleteSomeFileItems (int32_t startAt, int32_t stopAt) |
|
static void | deleteFolderAndDuplicateItems (Availability instrumentAvailabilityRequirement=Availability::ANY) |
|
static String | currentDir {} |
|
static CStringArray | fileItems {sizeof(FileItem)} |
|
static int32_t | numFileItemsDeletedAtStart |
|
static int32_t | numFileItemsDeletedAtEnd |
|
static char const * | firstFileItemRemaining |
|
static char const * | lastFileItemRemaining |
|
static OutputType | outputTypeToLoad |
|
static char const * | filenameToStartSearchAt |
|
static bool | predictionInterrupted |
|
static String | enteredText {} |
|
void | enterKeyPress () final |
|
Error | beginSlotSession (bool shouldDrawKeys=true, bool allowIfNoFolder=false) |
|
void | processBackspace () override |
|
virtual void | predictExtendedTextFromMemory () |
|
void | convertToPrefixFormatIfPossible () |
|
void | enterKeyPress () override |
|
Error | getCurrentFilenameWithoutExtension (String *filename) |
|
Error | setEnteredTextFromCurrentFilename () |
|
Error | goUpOneDirectoryLevel () |
|
virtual Error | arrivedInNewFolder (int32_t direction, char const *filenameToStartAt=nullptr, char const *defaultDir=nullptr) |
|
bool | predictExtendedText () override |
|
void | goIntoDeleteFileContextMenu () |
|
ActionResult | mainButtonAction (bool on) |
|
virtual void | exitAction () |
|
virtual ActionResult | backButtonAction () |
|
virtual void | folderContentsReady (int32_t entryDirection) |
|
virtual void | currentFileChanged (int32_t movementDirection) |
|
void | displayText (bool blinkImmediately=false) override |
|
Error | readFileItemsFromFolderAndMemory (Song *song, OutputType outputType, char const *filePrefixHere, char const *filenameToStartAt, char const *defaultDirToAlsoTry, bool allowFoldersint, Availability availabilityRequirement=Availability::ANY, int32_t newCatalogSearchDirection=CATALOG_SEARCH_RIGHT) |
|
void | favouritesChanged () |
|
void | drawKeys () |
|
void | drawTextForOLEDEditing (int32_t textStartX, int32_t xPixelMax, int32_t yPixel, int32_t maxChars, deluge::hid::display::oled_canvas::Canvas &canvas) |
|
void | renderFavourites () |
|
static Slot | getSlot (char const *displayName) |
|
Instrument * | currentInstrument = nullptr |
|
const uint8_t * | fileIcon |
|
const uint8_t * | fileIconPt2 |
|
int32_t | fileIconPt2Width |
|
bool | shouldWrapFolderContents |
|
bool | mayDefaultToBrandNewNameOnEntry |
|
bool | qwertyAlwaysVisible |
|
char const * | filePrefix |
|
bool | shouldInterpretNoteNamesForThisBrowser |
|
char const * | title |
|
UIType | uiType |
|
static bool | currentFolderIsEmpty |
|
static bool | currentFileHasSuffixFormatNameImplied |
|
static int32_t | fileIndexSelected |
|
static int32_t | scrollPosVertical |
|
static int32_t | numCharsInPrefix |
|
static bool | qwertyVisible |
|
static bool | arrivedAtFileByTyping |
|
static bool | allowFoldersSharingNameWithFile |
|
static char const ** | allowedFileExtensions |
|
static int8_t | numberEditPos |
|
static NumericLayerScrollingText * | scrollingText |
|
static uint8_t | favouriteRow = 6 |
|
static constexpr uint8_t | favouriteBankRow = 7 |
|
static int16_t | enteredTextEditPos |
|
static int32_t | scrollPosHorizontal |
|
static bool | favouritesVisible = false |
|
static bool | banksVisible = false |
|