|
enum class | Value {
OFF
, LEFT
, RIGHT
, STEREO
,
BALANCED
, MASTER
, OUTPUT
, TRACK
} |
|
|
bool | getGreyoutColsAndRows (uint32_t *cols, uint32_t *rows) override |
|
void | selectEncoderAction (int8_t offset) override |
|
bool | setupAndCheckAvailability () override |
|
bool | canSeeViewUnderneath () override |
|
ActionResult | padAction (int32_t x, int32_t y, int32_t on) override |
|
char const * | getTitle () override |
| Title.
|
|
std::span< const char * > | getOptions () override |
| Options.
|
|
virtual ActionResult | horizontalEncoderAction (int32_t offset) |
|
virtual ActionResult | verticalEncoderAction (int32_t offset, bool inCardRoutine) |
|
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 ActionResult | timerCallback () |
|
virtual bool | opened () |
|
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 | renderMainPads (uint32_t whichRows=0, RGB image[][kDisplayWidth+kSideBarWidth]=nullptr, uint8_t occupancyMask[][kDisplayWidth+kSideBarWidth]=nullptr, bool drawUndefinedArea=true) |
|
virtual bool | renderSidebar (uint32_t whichRows=0, RGB image[][kDisplayWidth+kSideBarWidth]=nullptr, uint8_t occupancyMask[][kDisplayWidth+kSideBarWidth]=nullptr) |
|
virtual bool | exitUI () |
| returns whether a UI exited
|
|
void | close () |
|
◆ canSeeViewUnderneath()
bool deluge::gui::context_menu::AudioInputSelector::canSeeViewUnderneath |
( |
| ) |
|
|
inlineoverridevirtual |
◆ getGreyoutColsAndRows()
bool deluge::gui::context_menu::AudioInputSelector::getGreyoutColsAndRows |
( |
uint32_t * | cols, |
|
|
uint32_t * | rows ) |
|
overridevirtual |
◆ getOptions()
std::span< const char * > deluge::gui::context_menu::AudioInputSelector::getOptions |
( |
| ) |
|
|
overridevirtual |
◆ getTitle()
char const * deluge::gui::context_menu::AudioInputSelector::getTitle |
( |
| ) |
|
|
overridevirtual |
◆ padAction()
ActionResult deluge::gui::context_menu::AudioInputSelector::padAction |
( |
int32_t | x, |
|
|
int32_t | y, |
|
|
int32_t | on ) |
|
overridevirtual |
◆ selectEncoderAction()
void deluge::gui::context_menu::AudioInputSelector::selectEncoderAction |
( |
int8_t | offset | ) |
|
|
overridevirtual |
◆ setupAndCheckAvailability()
bool deluge::gui::context_menu::AudioInputSelector::setupAndCheckAvailability |
( |
| ) |
|
|
overridevirtual |
The documentation for this class was generated from the following files: