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

Method updateFromEelEditor

src/interface/LiveprogSelectionWidget.cpp:100–115  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

98}
99
100void LiveprogSelectionWidget::updateFromEelEditor(QString path)
101{
102 this->setCurrentLiveprog(path);
103
104 if (_eelParser->getPath() == path)
105 {
106 loadProperties(_eelParser->getPath());
107 }
108 else
109 {
110 EELParser parser;
111 parser.loadFile(path);
112
113 emit liveprogReloadRequested();
114 }
115}
116
117void LiveprogSelectionWidget::updateList()
118{

Callers

nothing calls this directly

Calls 3

setCurrentLiveprogMethod · 0.95
loadFileMethod · 0.80
getPathMethod · 0.45

Tested by

no test coverage detected