Relacs
0.9.8
|
#include <macroeditor.h>
Public Member Functions | |
MacroFileWriter (MacroGUI::MacroFile *file, const std::string &filename) | |
void | save () |
Static Public Member Functions | |
static std::string | formatValue (MacroGUI::MacroParameter *param) |
static std::string | formatValue (MacroGUI::MacroCommandParameter *param) |
Helper class to write the configuration to file
Writes macro configuration in its most verbose and unified configuration.
MacroFileWriter | ( | MacroGUI::MacroFile * | file, |
const std::string & | filename | ||
) |
void save | ( | void | ) |
|
static |
References MacroParameter::unit(), and MacroParameter::value().
|
static |
References MacroCommandParameter::list(), MacroCommandParameter::max(), MacroCommandParameter::min(), MacroCommandParameter::mode(), MacroCommandParameter::reference(), MacroCommandParameter::resolution(), relacs::MacroGUI::SEQUENCE_INFO, MacroCommandParameter::step(), MacroCommandParameter::type(), MacroCommandParameter::unit(), and MacroCommandParameter::value().