#include <xmlconfigwriter.h>
◆ XMLConfigWriter()
XMLConfigWriter::XMLConfigWriter |
( |
QObject * |
parent = nullptr | ) |
|
|
explicit |
◆ ~XMLConfigWriter()
XMLConfigWriter::~XMLConfigWriter |
( |
| ) |
|
◆ getConfigFile()
const QFile * XMLConfigWriter::getConfigFile |
( |
| ) |
|
◆ getErrorString()
const QString XMLConfigWriter::getErrorString |
( |
| ) |
|
◆ getFileName()
const QString & XMLConfigWriter::getFileName |
( |
| ) |
|
◆ getJoystick()
◆ getXml()
const QXmlStreamWriter * XMLConfigWriter::getXml |
( |
| ) |
|
◆ hasError()
bool XMLConfigWriter::hasError |
( |
| ) |
|
◆ setFileName()
void XMLConfigWriter::setFileName |
( |
QString |
filename | ) |
|
Sets the filename of the to be written XML file.
◆ write
Write input device config from the current object into XML file.
- Parameters
-
◆ configFile
QFile* XMLConfigWriter::configFile |
|
private |
◆ fileName
QString XMLConfigWriter::fileName |
|
private |
◆ m_joystick
◆ m_joystickXml
◆ writerError
bool XMLConfigWriter::writerError |
|
private |
◆ writerErrorString
QString XMLConfigWriter::writerErrorString |
|
private |
◆ xml
QXmlStreamWriter* XMLConfigWriter::xml |
|
private |
The documentation for this class was generated from the following files: