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

Method GetID

libraries/lib-module-manager/ModuleManager.cpp:450–458  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

448}
449
450PluginID ModuleManager::GetID(const PluginProvider *provider)
451{
452 return wxString::Format(wxT("%s_%s_%s_%s_%s"),
453 GetPluginTypeString(),
454 wxEmptyString,
455 provider->GetVendor().Internal(),
456 provider->GetSymbol().Internal(),
457 provider->GetPath());
458}
459
460bool ModuleManager::DiscoverProviders()
461{

Callers 15

HasConfigGroupFunction · 0.45
GetConfigSubgroupsFunction · 0.45
HasConfigValueFunction · 0.45
GetConfigValueFunction · 0.45
SetConfigValueFunction · 0.45
RemoveConfigSubgroupFunction · 0.45
RemoveConfigFunction · 0.45
AddStateMethod · 0.45
ReplaceStateMethod · 0.45
MacroCommandsCatalogMethod · 0.45
GetRowIndexFunction · 0.45
HasContainerColumnsMethod · 0.45

Calls 3

GetVendorMethod · 0.45
GetSymbolMethod · 0.45
GetPathMethod · 0.45

Tested by

no test coverage detected