Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
68
class ProgramLabel : public Component, public DragAndDropTarget {
Callers
1
CartManager
Method · 0.80
Calls
1
get
Method · 0.80
Tested by
no test coverage detected