SpikeStream Library
0.2
|
#include <ConfigEditor.h>
Public Member Functions | |
ConfigEditor () | |
~ConfigEditor () | |
void | setConfigParameters (QHash< QString, QString > newParamMap) |
Sets parameters in the config file and creates a new config file based on the template if one does not exist
Definition at line 13 of file ConfigEditor.h.
Constructor
Definition at line 15 of file ConfigEditor.cpp.
Destructor
Definition at line 22 of file ConfigEditor.cpp.
void ConfigEditor::setConfigParameters | ( | QHash< QString, QString > | newParamMap | ) |
Sets the parameters in the config file or throws an exception if it cannot be found
Definition at line 31 of file ConfigEditor.cpp.