Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
25
private:
Callers
2
PluginMenu
Method · 0.80
findType
Method · 0.80
Calls
1
size
Method · 0.45
Tested by
no test coverage detected