MCPcopy Index your code
hub / github.com/Audio4Linux/JDSP4Linux / getPresets

Method getPresets

src/utils/dbus/IpcHandler.cpp:110–115  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

108}
109
110QStringList IpcHandler::getPresets() const
111{
112 auto *model = PresetManager::instance().presetModel();
113 model->rescan();
114 return model->getList();
115}
116
117void IpcHandler::loadPreset(const QString &name) const
118{

Callers

nothing calls this directly

Calls 3

presetModelMethod · 0.80
rescanMethod · 0.80
getListMethod · 0.80

Tested by

no test coverage detected