Main XML config reader class.
More...
#include <xmlconfigreader.h>
Main XML config reader class.
◆ XMLConfigReader()
XMLConfigReader::XMLConfigReader |
( |
QObject * |
parent = nullptr | ) |
|
|
explicit |
Main XML config writer class.
◆ ~XMLConfigReader()
XMLConfigReader::~XMLConfigReader |
( |
| ) |
|
◆ configJoystick
Read input device config from the current XML file into the InputDevice object.
- Parameters
-
[in,out] | joystick | InputDevice into which the config is read |
◆ getConfigFile()
const QFile * XMLConfigReader::getConfigFile |
( |
| ) |
|
◆ getDeviceTypes()
const QStringList & XMLConfigReader::getDeviceTypes |
( |
| ) |
|
◆ getErrorString()
const QString XMLConfigReader::getErrorString |
( |
| ) |
|
◆ getFileName()
const QString & XMLConfigReader::getFileName |
( |
| ) |
|
◆ getJoystick()
◆ getXml()
const QXmlStreamReader * XMLConfigReader::getXml |
( |
| ) |
|
◆ hasError()
bool XMLConfigReader::hasError |
( |
| ) |
|
◆ initDeviceTypes()
void XMLConfigReader::initDeviceTypes |
( |
| ) |
|
|
protected |
◆ read()
bool XMLConfigReader::read |
( |
| ) |
|
◆ setFileName()
void XMLConfigReader::setFileName |
( |
QString |
filename | ) |
|
Sets the filename of the to be read XML file.
◆ setJoystick()
◆ configFile
QFile* XMLConfigReader::configFile |
|
private |
◆ deviceTypes
QStringList XMLConfigReader::deviceTypes |
|
private |
◆ fileName
QString XMLConfigReader::fileName |
|
private |
◆ m_joystick
◆ xml
QXmlStreamReader* XMLConfigReader::xml |
|
private |
The documentation for this class was generated from the following files: