 |
AntiMicroX
|
Go to the documentation of this file.
19 #ifndef XMLCONFIGMIGRATION_H
20 #define XMLCONFIGMIGRATION_H
24 class QXmlStreamReader;
47 #endif // XMLCONFIGMIGRATION_H
QString readConfigToString()
Definition: xmlconfigmigration.cpp:76
const QString programVersion
Definition: common.h:152
XMLConfigMigration(QXmlStreamReader *reader, QObject *parent=nullptr)
Definition: xmlconfigmigration.cpp:30
int X11KeyCodeToX11KeySym(int keycode)
Definition: event.cpp:745
const QXmlStreamReader * getReader()
Definition: xmlconfigmigration.cpp:180
const int LATESTCONFIGFILEVERSION
Definition: common.h:134
int getFileVersion() const
Definition: xmlconfigmigration.cpp:182
Definition: xmlconfigmigration.h:26
Base class for input event handlers.
Definition: baseeventhandler.h:32
QString migrate()
Definition: xmlconfigmigration.cpp:56
static AntKeyMapper * getInstance(QString handler="")
Definition: antkeymapper.cpp:80
bool requiresMigration()
Definition: xmlconfigmigration.cpp:44
BaseEventHandler * handler()
Definition: eventhandlerfactory.cpp:95
QString version0006Migration()
Definition: xmlconfigmigration.cpp:91
const int LATESTCONFIGMIGRATIONVERSION
Definition: common.h:137
int fileVersion
Definition: xmlconfigmigration.h:44
QXmlStreamReader * reader
Definition: xmlconfigmigration.h:43
static EventHandlerFactory * getInstance(QString handler="")
Definition: eventhandlerfactory.cpp:71
static const int nativeKeyPrefix
Definition: qtkeymapperbase.h:46
virtual QString getIdentifier()=0
it is up to the author donor to decide if he or she is willing to distribute software through any other system and a licensee cannot impose that choice This section is intended to make thoroughly clear what is believed to be a consequence of the rest of this License If the distribution and or use of the Library is restricted in certain countries either by patents or by copyrighted the original copyright holder who places the Library under this License may add an geographical distribution limitation excluding those so that distribution is permitted only in or among countries not thus excluded In such this License incorporates the limitation as if written in the body of this License The Free Software Foundation may publish revised and or new versions of the Lesser General Public License from time to time Such new versions will be similar in spirit to the present but may differ in detail to address new problems or concerns Each version is given a distinguishing version number If the Library specifies a version number of this License which applies to it and any later you have the option of following the terms and conditions either of that version or of any later version published by the Free Software Foundation If the Library does not specify a license version number
Definition: lgpl-2.1.txt:423
int returnQtKey(int key, int scancode=0)
Definition: antkeymapper.cpp:102