Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
doxygen-1.8.11
addon
doxywizard
config.h
Go to the documentation of this file.
1
#ifndef CONFIG_H
2
#define CONFIG_H
3
4
#include <QHash>
5
#include <QString>
6
7
class
Input
;
8
class
QTextStream
;
9
class
QTextCodec
;
10
11
bool
parseConfig
(
12
const
QString
&
fileName
,
13
const
QHash<QString,Input *> &
options
14
);
15
16
void
writeStringValue
(
QTextStream
&
t
,
QTextCodec
*codec,
const
QString
&
s
);
17
18
// directly copied from ../../src/config.h to be consistent
19
enum
20
{
21
/*! Maximum length of an option in the config file. Used for
22
* alignment purposes.
23
*/
24
MAX_OPTION_LENGTH
= 23
25
};
26
27
#endif
QString
The QString class provides an abstraction of Unicode text and the classic C null-terminated char arra...
Definition:
qstring.h:350
dumpTree.fileName
fileName
Definition:
dumpTree.py:9
reco_momentum_tuples.t
t
Definition:
reco_momentum_tuples.py:25
parseConfig
bool parseConfig(const QString &fileName, const QHash< QString, Input * > &options)
Input
Definition:
input.h:9
ValidateOpDetReco.options
options
Definition:
ValidateOpDetReco.py:32
QTextStream
The QTextStream class provides basic functions for reading and writing text using a QIODevice...
Definition:
qtextstream.h:53
MAX_OPTION_LENGTH
Definition:
config.h:24
writeStringValue
void writeStringValue(QTextStream &t, QTextCodec *codec, const QString &s)
QTextCodec
Provides conversion between text encodings.
Definition:
qtextcodec.h:62
s
static QCString * s
Definition:
config.cpp:1042
Generated by
1.8.11