MCPcopy Create free account
hub / github.com/audacity/audacity / GetPlugin

Method GetPlugin

src/PluginDataModel.cpp:305–314  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

303}
304
305PluginDescriptor* PluginDataModel::GetPlugin(wxDataViewItem item)
306{
307 if(!item.IsOk())
308 return nullptr;
309 const auto index = GetRowIndex(item);
310 if(index >= mPluginStateModel.size())
311 return nullptr;
312
313 return mPluginStateModel[index].first;
314}
315
316void PluginDataModel::UpdateFilter()
317{

Callers 8

GetNameMethod · 0.45
ApplyEffectCommandMethod · 0.45
OnOKMethod · 0.45
OnFormatChangedMethod · 0.45
GetPluginFunction · 0.45
OnAddEffectClickedMethod · 0.45
readMetaMethod · 0.45
doPerformEffectMethod · 0.45

Calls 3

GetRowIndexFunction · 0.85
IsOkMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected