Relacs
0.9.8
|
#include <macroeditor.h>
Public Member Functions | |
void | load (const std::string &filename) |
MacroGUI::MacroFile * | file () const |
Helper class to read macro definitions from file
Basic logic is extracted from Macro(|s|Command)::load functions. This code duplication is needed due to the heavy integration of theses classes into the UI, which would perevent parsing multiple macro files at once since switching files in a running application is not a good idea.
void load | ( | const std::string & | filename | ) |
|
inline |
Referenced by MacroFileReader::load().