MCPcopy Create free account
hub / github.com/asb2m10/dexed / ProgramLabelAH

Method ProgramLabelAH

Source/ProgramListBox.h:201–202  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

199
200 struct ProgramLabelAH : public juce::AccessibilityHandler {
201 explicit ProgramLabelAH(ProgramLabel *s): program(s), juce::AccessibilityHandler(*s, juce::AccessibilityRole::cell, getAccessibilityActions(s)) {
202 }
203
204 virtual String getTitle() const override {
205 return String(program->idx + 1) + " " + program->getProgramName();

Callers

nothing calls this directly

Calls 1

getAccessibilityActionsFunction · 0.85

Tested by

no test coverage detected