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

Method getSubItem

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

Source from the content-addressed store, hash-verified

21 void addSubItem (PluginTreeBase* itm) { subitems.add (itm); }
22 int getNumSubItems() { return subitems.size(); }
23 PluginTreeBase* getSubItem (int idx) { return subitems[idx]; }
24
25private:
26 OwnedArray<PluginTreeBase> subitems;

Callers 2

PluginMenuMethod · 0.80
findTypeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected