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

Method getNumSubItems

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

Source from the content-addressed store, hash-verified

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

Callers 2

PluginMenuMethod · 0.80
findTypeMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected