#include <paramsd.h>
List of all members.
Detailed Description
Definition at line 91 of file paramsd.h.
Constructor & Destructor Documentation
Definition at line 289 of file paramsd.cpp.
{
const char* name = "ParamEditorMAIN";
sv =
new ScrollView(name, 1, 1, 200, 200, 300, 200);
}
sv_window_ = sv;
SVMenuNode* svMenuRoot = BuildListOfAllLeaves(tess);
paramfile += "edited";
writeCommands[0] = nrParams+1;
std_menu->
AddChild(
"All Parameters", writeCommands[0],
paramfile.
string(),
"Config file name?");
writeCommands[1] = nrParams+2;
std_menu->
AddChild (
"changed_ Parameters Only", writeCommands[1],
paramfile.
string(),
"Config file name?");
}
Member Function Documentation
void ParamsEditor::Notify |
( |
const SVEvent * |
sve | ) |
|
|
virtual |
Reimplemented from SVEventHandler.
Definition at line 269 of file paramsd.cpp.
{
WriteParams(param, false);
WriteParams(param, true);
} else {
}
}
}
The documentation for this class was generated from the following files: