 |
AntiMicroX
|
Go to the documentation of this file.
19 #ifndef XTESTEVENTHANDLER_H
20 #define XTESTEVENTHANDLER_H
51 #endif // XTESTEVENTHANDLER_H
void sendMouseSpringEvent(int xDis, int yDis, int width, int height) override
Do nothing by default. Useful for child classes to define behavior.
Definition: xtesteventhandler.cpp:174
void printPostMessages() override
Do nothing by default. Allow child classes to specify text to output to a text stream.
Definition: xtesteventhandler.cpp:182
Definition: xtesteventhandler.h:26
the intent is to exercise the right to control the distribution of derivative or collective works based on the Library In mere aggregation of another work not based on the Library with the you must alter all the notices that refer to this so that they refer to the ordinary GNU General Public instead of to this it is irreversible for that so the ordinary GNU General Public License applies to all subsequent copies and derivative works made from that copy This option is useful when you wish to copy part of the code of the Library into a program that is not a library You may copy and distribute the which must be distributed under the terms of Sections and above on a medium customarily used for software interchange If distribution of object code is made by offering access to copy from a designated then offering equivalent access to copy the source code from the same place satisfies the requirement to distribute the source code
Definition: lgpl-2.1.txt:237
charKeyInformation getCharKeyInformation(QChar value)
Definition: qtkeymapperbase.cpp:69
bool cleanup() override
Definition: xtesteventhandler.cpp:50
void sendTextEntryEvent(QString maintext) override
Definition: xtesteventhandler.cpp:104
QString getIdentifier() override
Definition: xtesteventhandler.cpp:102
void sendMouseButtonEvent(JoyButtonSlot *slot, bool pressed) override
Definition: xtesteventhandler.cpp:72
Definition: antkeymapper.h:36
void sendKeyboardEvent(JoyButtonSlot *slot, bool pressed) override
Definition: xtesteventhandler.cpp:52
Base class for input event handlers.
Definition: baseeventhandler.h:32
void sendMouseEvent(int xDis, int yDis) override
Move cursor to selected relative location (deltax delaty)
Definition: xtesteventhandler.cpp:86
static AntKeyMapper * getInstance(QString handler="")
Definition: antkeymapper.cpp:80
XTestEventHandler(QObject *parent=nullptr)
Definition: xtesteventhandler.cpp:31
bool init() override
Definition: xtesteventhandler.cpp:38
virtual ~XTestEventHandler()
Definition: xtesteventhandler.cpp:36
QtKeyMapperBase * getKeyMapper() const
Definition: antkeymapper.cpp:110
void sendMouseAbsEvent(int xDis, int yDis, int screen) override
Move cursor to selected absolute location (x, y) on selected display.
Definition: xtesteventhandler.cpp:93
Definition: qtx11keymapper.h:24
QString getName() override
Definition: xtesteventhandler.cpp:100