AntiMicroX
Loading...
Searching...
No Matches
joybuttonslotxml.h
Go to the documentation of this file.
1/* antimicrox Gamepad to KB+M event mapper
2 * Copyright (C) 2020 Jagoda Górska <juliagoda.pl@protonmail>
3 *
4 * This program is free software: you can redistribute it and/or modify
5 * it under the terms of the GNU General Public License as published by
6 * the Free Software Foundation, either version 3 of the License, or
7 * (at your option) any later version.
8
9 * This program is distributed in the hope that it will be useful,
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of
11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 * GNU General Public License for more details.
13
14 * You should have received a copy of the GNU General Public License
15 * along with this program. If not, see <http://www.gnu.org/licenses/>.
16 */
17
18#ifndef JOYBUTTONSLOTXML_H
19#define JOYBUTTONSLOTXML_H
20
21#include <QObject>
22#include <QReadWriteLock>
23
26class JoyButtonSlot;
27
49
50#endif // JOYBUTTONSLOTXML_H
Definition joybuttonslotxml.h:29
void readEachSlot(QXmlStreamReader *xml, JoyButtonSlot *joyBtnSlot, QString &profile, QString &tempStringData, QString &extraStringData)
Definition joybuttonslotxml.cpp:149
static int timeoutWrite
Definition joybuttonslotxml.h:37
void setSlotData(JoyButtonSlot *joyBtnSlot, QString profile, QString tempStringData, QString extraStringData)
Definition joybuttonslotxml.cpp:242
JoyButtonSlot * m_joyBtnSlot
Definition joybuttonslotxml.h:46
QReadWriteLock xmlLock
Definition joybuttonslotxml.h:47
virtual void writeConfig(QXmlStreamWriter *xml)
Definition joybuttonslotxml.cpp:293
static int timeoutRead
Definition joybuttonslotxml.h:38
virtual void readConfig(QXmlStreamReader *xml)
Definition joybuttonslotxml.cpp:37
void writeEachSlot(QXmlStreamWriter *xml, JoyButtonSlot *joyBtnSlot)
Definition joybuttonslotxml.cpp:342
Represents action which can be performed after pressing button.
Definition joybuttonslot.h:38
Definition joydpadxml.h:27