MCPcopy Create free account
hub / github.com/Tracktion/tracktion_engine / addSubItem

Method addSubItem

examples/common/Components.cpp:21–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19 virtual String getUniqueName() const = 0;
20
21 void addSubItem (PluginTreeBase* itm) { subitems.add (itm); }
22 int getNumSubItems() { return subitems.size(); }
23 PluginTreeBase* getSubItem (int idx) { return subitems[idx]; }
24

Callers 2

PluginTreeGroupMethod · 0.80
addInternalPluginMethod · 0.80

Calls 1

addMethod · 0.45

Tested by

no test coverage detected