#include <kconfig.h>
#include <klocale.h>
#include <kdebug.h>
#include <QtCore/QString>
#include <math.h>
Go to the source code of this file.
Defines | |
#define | __USE_ISOC99 1 |
Functions | |
QString | XMLEscape (const QString &s) |
QString | xmlOpenTag (const QString &tag, bool newline=true) |
QString | xmlTag (const QString &tag, const QString &s, bool newline=true) |
QString | xmlTag (const QString &tag, int i, bool newline=true) |
QString | xmlTag (const QString &tag, float f, bool newline=true) |
QString | xmlCloseTag (const QString &tag, bool newline=true) |
template<class T1 , class T2 > | |
T1 | min (T1 a, T2 b) |
template<class T1 , class T2 > | |
T1 | max (T1 a, T2 b) |
T1 max | ( | T1 | a, | |
T2 | b | |||
) | [inline] |
T1 min | ( | T1 | a, | |
T2 | b | |||
) | [inline] |
QString xmlCloseTag | ( | const QString & | tag, | |
bool | newline = true | |||
) |
QString XMLEscape | ( | const QString & | s | ) |
QString xmlOpenTag | ( | const QString & | tag, | |
bool | newline = true | |||
) |
QString xmlTag | ( | const QString & | tag, | |
float | f, | |||
bool | newline = true | |||
) |
QString xmlTag | ( | const QString & | tag, | |
int | i, | |||
bool | newline = true | |||
) |
QString xmlTag | ( | const QString & | tag, | |
const QString & | s, | |||
bool | newline = true | |||
) |