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

Method FileTreeDrop

Source/CartManager.cpp:42–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40class FileTreeDrop : public FileTreeComponent {
41public :
42 FileTreeDrop(DirectoryContentsList &listToShow) : FileTreeComponent(listToShow) {}
43
44 bool isInterestedInFileDrag (const StringArray &files) override {
45 bool found = false;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected