MCPcopy Create free account
hub / github.com/LMMS/lmms / pluginSupportingExtension

Method pluginSupportingExtension

src/core/PluginFactory.cpp:110–113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

108}
109
110const PluginFactory::PluginInfo PluginFactory::pluginSupportingExtension(const QString& ext)
111{
112 return m_pluginByExt.value(ext, PluginInfo());
113}
114
115const PluginFactory::PluginInfo PluginFactory::pluginInfo(const char* name) const
116{

Callers 7

validateMethod · 0.80
dropEventMethod · 0.80
dropEventMethod · 0.80
mousePressEventMethod · 0.80
handleFileMethod · 0.80
determineFileTypeMethod · 0.80

Calls 2

PluginInfoClass · 0.85
valueMethod · 0.45

Tested by

no test coverage detected