| 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: |
| 26 | OwnedArray<PluginTreeBase> subitems; |
no outgoing calls
no test coverage detected