Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cpvrlab/ImagePlay
/ loadedPlugins
Method
loadedPlugins
ImagePlay/include/IPPluginManager.h:44–44 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
42
void unloadPlugins();
43
void reloadPlugins();
44
QList<QString>* loadedPlugins() { return &_loadedPlugins; }
45
std::vector<IPLProcessDriver*>* loadedDrivers() { return &_drivers; }
46
bool removeDir(const QString &dirName);
47
Callers
1
init
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected