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

Method getAccessibilityActions

Source/ProgramListBox.h:211–213  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

209 JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR(ProgramLabelAH);
210
211 static AccessibilityActions getAccessibilityActions (ProgramLabel* label) {
212 return AccessibilityActions().addAction(AccessibilityActionType::press, [label] { label->loadProgram(); });
213 }
214 };
215
216 std::unique_ptr< AccessibilityHandler> createAccessibilityHandler() override {

Callers

nothing calls this directly

Calls 1

loadProgramMethod · 0.80

Tested by

no test coverage detected