#include <kconfig.h>
#include <klocale.h>
#include <kdebug.h>
#include <QtCore/QString>
#include <math.h>
Go to the source code of this file.
|
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) |
|
template<class T1 , class T2 >
template<class T1 , class T2 >
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, |
|
|
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 |
|
) |
| |