MCPcopy Create free account
hub / github.com/SpartanJ/eepp / New

Method New

src/tools/ecode/plugins/pluginmanager.cpp:353–355  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

351}
352
353std::shared_ptr<PluginsModel> PluginsModel::New( PluginManager* manager ) {
354 return std::make_shared<PluginsModel>( manager );
355}
356
357PluginsModel::PluginsModel( PluginManager* manager ) : mManager( manager ) {
358 auto ui = manager->getUISceneNode();

Callers

nothing calls this directly

Calls 15

loadLayoutFromStringMethod · 0.80
closeWindowMethod · 0.80
setColumnsVisibleMethod · 0.80
setAutoColumnsWidthMethod · 0.80
setMainColumnMethod · 0.80
getDefinitionIndexMethod · 0.80
rowMethod · 0.80
addOnReadyCallbackMethod · 0.80
runOnMainThreadMethod · 0.80
removeReadyCallbackMethod · 0.80
asKeyEventMethod · 0.80

Tested by

no test coverage detected