#include <paramsd.h>
Definition at line 99 of file paramsd.h.
◆ ParamsEditor()
Definition at line 291 of file paramsd.cpp.
294 const char* name =
"ParamEditorMAIN";
295 sv =
new ScrollView(name, 1, 1, 200, 200, 300, 200);
303 SVMenuNode* svMenuRoot = BuildListOfAllLeaves(tess);
308 paramfile +=
"edited";
312 writeCommands[0] = nrParams+1;
313 std_menu->
AddChild(
"All Parameters", writeCommands[0],
314 paramfile.
c_str(),
"Config file name?");
316 writeCommands[1] = nrParams+2;
317 std_menu->
AddChild (
"changed_ Parameters Only", writeCommands[1],
318 paramfile.
c_str(),
"Config file name?");
◆ Notify()
void ParamsEditor::Notify |
( |
const SVEvent * |
sve | ) |
|
|
overridevirtual |
Reimplemented from SVEventHandler.
Definition at line 271 of file paramsd.cpp.
275 WriteParams(param,
false);
276 }
else if (sve->
command_id == writeCommands[1]) {
277 WriteParams(param,
true);
The documentation for this class was generated from the following files: