#include <descriptionwriter.h>
Public Member Functions | |
bool | writeTofile (const KURL &url) |
void | setProgramInformation (ProgramInformation &programInformation) |
bool DescriptionWriter::writeTofile | ( | const KURL & | url | ) |
Writes the xml tree to a description file given by url
.
url | url of the file to write to. |
void DescriptionWriter::setProgramInformation | ( | ProgramInformation & | programInformation | ) |
Creates the elements containing the information for a program used to process the data link to the current parameter file.
programInformation | a ProgramInformation containing the program parameter description. |