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>
51 output_format_source =
"";
52 allowed_values.clear();
53 supported_formats.clear();
94 const String& category,
const std::list<std::pair<String,ParameterDescription> >& descriptions,
95 const std::map<
String,list<String> >& values);
102 String& category, std::list<std::pair<String, ParameterDescription> >& descriptions,
103 std::map<
String,list<String> >& values,
104 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_