13 static QString
readXmlString( QDomNode ,
const QString& nodeName,
const QString& defaultValue,
bool bCanBeEmpty =
false,
bool bShouldExists =
true ,
bool tinyXmlCompatMode =
false);
14 static float readXmlFloat( QDomNode ,
const QString& nodeName,
float defaultValue,
bool bCanBeEmpty =
false,
bool bShouldExists =
true ,
bool tinyXmlCompatMode =
false);
15 static int readXmlInt( QDomNode ,
const QString& nodeName,
int defaultValue,
bool bCanBeEmpty =
false,
bool bShouldExists =
true ,
bool tinyXmlCompatMode =
false);
16 static bool readXmlBool( QDomNode ,
const QString& nodeName,
bool defaultValue,
bool bShouldExists =
true ,
bool tinyXmlCompatMode =
false );
Definition LocalFileMng.h:11
static float readXmlFloat(QDomNode, const QString &nodeName, float defaultValue, bool bCanBeEmpty=false, bool bShouldExists=true, bool tinyXmlCompatMode=false)
Definition LocalFileMng.cpp:38
static bool readXmlBool(QDomNode, const QString &nodeName, bool defaultValue, bool bShouldExists=true, bool tinyXmlCompatMode=false)
Definition LocalFileMng.cpp:82
static QDomDocument openXmlDocument(const QString &filename)
Definition LocalFileMng.cpp:188
static bool checkTinyXMLCompatMode(const QString &filename)
Definition LocalFileMng.cpp:159
static void convertFromTinyXMLString(QByteArray *str)
Definition LocalFileMng.cpp:109
static QString readXmlString(QDomNode, const QString &nodeName, const QString &defaultValue, bool bCanBeEmpty=false, bool bShouldExists=true, bool tinyXmlCompatMode=false)
Definition LocalFileMng.cpp:16
static int readXmlInt(QDomNode, const QString &nodeName, int defaultValue, bool bCanBeEmpty=false, bool bShouldExists=true, bool tinyXmlCompatMode=false)
Definition LocalFileMng.cpp:60
Definition AudioAlsa.cpp:35
QString filename
Definition HydrogenImport.cpp:42