18#ifndef SETJOYSTICKXML_H
19#define SETJOYSTICKXML_H
Definition joyaxisxml.h:30
Definition joydpadxml.h:27
SetJoystick XML serialization/deserialization helper class Reads data from the supplied SetJoystick o...
Definition setjoystickxml.h:35
virtual void writeConfig(QXmlStreamWriter *xml)
Serializes a SetJoystick object into the the given XML stream.
Definition setjoystickxml.cpp:144
JoyAxisXml * joyAxisXml
Definition setjoystickxml.h:48
JoyButtonXml * joyButtonXml
Definition setjoystickxml.h:49
SetJoystick * m_setJoystick
Definition setjoystickxml.h:45
virtual void readConfig(QXmlStreamReader *xml)
Deserializes the given XML stream into a SetJoystick object.
Definition setjoystickxml.cpp:50
A set of mapped events which can by switched by a controller event. Contains controller input objects...
Definition setjoystick.h:40