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

Method getProgramComponent

Source/ProgramListBox.h:63–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61 bool keyPressed (const KeyPress& key, Component* originatingComponent) override;
62
63 ProgramLabel *getProgramComponent(int idx) {
64 return labels[idx].get();
65 }
66};
67
68class ProgramLabel : public Component, public DragAndDropTarget {

Callers 1

CartManagerMethod · 0.80

Calls 1

getMethod · 0.80

Tested by

no test coverage detected