17 #include <QtCore/QObject> 36 void onEvent(
int code,
int value,
int eventTime);
Class that emits events from event device with specific event type and event code.
Definition: eventCodeInterface.h:27
EventCode(int code)
Constructor.
Definition: eventCode.cpp:19
void onEvent(int code, int value, int eventTime)
Supposed to be called by event type filter when new event is emitted.
Definition: eventCode.cpp:24
Implementation of event code filter for event devices.
Definition: eventCode.h:24
Definition: trikCommunicator.h:27