5 #ifndef BALL_FORMAT_PARAMFILE_H
6 #define BALL_FORMAT_PARAMFILE_H
8 #ifndef BALL_SYSTEM_FILE_H
12 #ifndef BALL_DATATYPE_STRING_H
16 #include <QtXml/QXmlStreamReader>
17 #include <QtXml/QXmlStreamWriter>
18 #include <QtCore/QFile>
53 output_format_source =
"";
54 allowed_values.clear();
55 supported_formats.clear();
96 const String& category,
const std::list<std::pair<String,ParameterDescription> >& descriptions,
97 const std::map<
String,list<String> >& values);
104 String& category, std::list<std::pair<String, ParameterDescription> >& descriptions,
105 std::map<
String,list<String> >& values,
106 bool overwrite_existing=
false);
QXmlStreamReader * xmlIn_
File::OpenMode open_mode_
list< String > allowed_values
list< String > supported_formats
std::ios::openmode OpenMode
String output_format_source
QXmlStreamWriter * xmlOut_