|
| RenameClipUI (const char *title_) |
|
| RenameUI (const char *title_) |
|
bool | opened () |
|
void | displayText (bool blinkImmediately=false) override |
|
void | renderOLED (deluge::hid::display::oled_canvas::Canvas &canvas) override |
|
bool | getGreyoutColsAndRows (uint32_t *cols, uint32_t *rows) override |
|
bool | exitUI () override |
| returns whether a UI exited
|
|
ActionResult | buttonAction (deluge::hid::Button b, bool on, bool inCardRoutine) override |
|
ActionResult | padAction (int32_t x, int32_t y, int32_t velocity) override |
|
ActionResult | verticalEncoderAction (int32_t offset, bool inCardRoutine) override |
|
UIType | getUIType () override |
|
ActionResult | horizontalEncoderAction (int32_t offset) override |
|
ActionResult | timerCallback () override |
|
bool | renderMainPads (uint32_t whichRows, RGB image[][kDisplayWidth+kSideBarWidth]=nullptr, uint8_t occupancyMask[][kDisplayWidth+kSideBarWidth]=nullptr, bool drawUndefinedArea=true) override |
|
virtual void | selectEncoderAction (int8_t offset) |
|
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 | focusRegained () |
|
virtual void | displayOrLanguageChanged () |
|
virtual bool | canSeeViewUnderneath () |
|
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 | renderSidebar (uint32_t whichRows=0, RGB image[][kDisplayWidth+kSideBarWidth]=nullptr, uint8_t occupancyMask[][kDisplayWidth+kSideBarWidth]=nullptr) |
|
void | close () |
|