#include <LocalFileMng.h>
|
| static QString | readXmlString (QDomNode, const QString &nodeName, const QString &defaultValue, bool bCanBeEmpty=false, bool bShouldExists=true, bool tinyXmlCompatMode=false) |
| static float | readXmlFloat (QDomNode, const QString &nodeName, float defaultValue, bool bCanBeEmpty=false, bool bShouldExists=true, bool tinyXmlCompatMode=false) |
| static int | readXmlInt (QDomNode, const QString &nodeName, int defaultValue, bool bCanBeEmpty=false, bool bShouldExists=true, bool tinyXmlCompatMode=false) |
| static bool | readXmlBool (QDomNode, const QString &nodeName, bool defaultValue, bool bShouldExists=true, bool tinyXmlCompatMode=false) |
| static void | convertFromTinyXMLString (QByteArray *str) |
| static bool | checkTinyXMLCompatMode (const QString &filename) |
| static QDomDocument | openXmlDocument (const QString &filename) |
◆ checkTinyXMLCompatMode()
| bool lmms::LocalFileMng::checkTinyXMLCompatMode |
( |
const QString & | filename | ) |
|
|
static |
◆ convertFromTinyXMLString()
| void lmms::LocalFileMng::convertFromTinyXMLString |
( |
QByteArray * | str | ) |
|
|
static |
◆ openXmlDocument()
| QDomDocument lmms::LocalFileMng::openXmlDocument |
( |
const QString & | filename | ) |
|
|
static |
◆ readXmlBool()
| bool lmms::LocalFileMng::readXmlBool |
( |
QDomNode | node, |
|
|
const QString & | nodeName, |
|
|
bool | defaultValue, |
|
|
bool | bShouldExists = true, |
|
|
bool | tinyXmlCompatMode = false ) |
|
static |
◆ readXmlFloat()
| float lmms::LocalFileMng::readXmlFloat |
( |
QDomNode | node, |
|
|
const QString & | nodeName, |
|
|
float | defaultValue, |
|
|
bool | bCanBeEmpty = false, |
|
|
bool | bShouldExists = true, |
|
|
bool | tinyXmlCompatMode = false ) |
|
static |
◆ readXmlInt()
| int lmms::LocalFileMng::readXmlInt |
( |
QDomNode | node, |
|
|
const QString & | nodeName, |
|
|
int | defaultValue, |
|
|
bool | bCanBeEmpty = false, |
|
|
bool | bShouldExists = true, |
|
|
bool | tinyXmlCompatMode = false ) |
|
static |
◆ readXmlString()
| QString lmms::LocalFileMng::readXmlString |
( |
QDomNode | node, |
|
|
const QString & | nodeName, |
|
|
const QString & | defaultValue, |
|
|
bool | bCanBeEmpty = false, |
|
|
bool | bShouldExists = true, |
|
|
bool | tinyXmlCompatMode = false ) |
|
static |
The documentation for this class was generated from the following files:
- /home/runner/work/lmms-fork/lmms-fork/plugins/HydrogenImport/LocalFileMng.h
- /home/runner/work/lmms-fork/lmms-fork/plugins/HydrogenImport/LocalFileMng.cpp