Enumerations | Functions
config.h File Reference
#include <QHash>
#include <QString>

Go to the source code of this file.

Enumerations

enum  { MAX_OPTION_LENGTH = 23 }
 

Functions

bool parseConfig (const QString &fileName, const QHash< QString, Input * > &options)
 
void writeStringValue (QTextStream &t, QTextCodec *codec, const QString &s)
 

Enumeration Type Documentation

anonymous enum
Enumerator
MAX_OPTION_LENGTH 

Maximum length of an option in the config file. Used for alignment purposes.

Definition at line 19 of file config.h.

20 {
21  /*! Maximum length of an option in the config file. Used for
22  * alignment purposes.
23  */
25 };

Function Documentation

bool parseConfig ( const QString fileName,
const QHash< QString, Input * > &  options 
)
void writeStringValue ( QTextStream t,
QTextCodec codec,
const QString s 
)