ArnLib  4.0.x
Active Registry Network
ArnEvent.cpp File Reference

(4.0.0)

#include <ArnInc/ArnEvent.hpp>
#include <ArnLink.hpp>
#include <QMutex>
Include dependency graph for ArnEvent.cpp:

Go to the source code of this file.

Macros

#define TO_IDX_RETVAL(evType)
 

Macro Definition Documentation

◆ TO_IDX_RETVAL

#define TO_IDX_RETVAL (   evType)
Value:
int retVal = (evType) - baseType(); \
retVal = ((retVal >= 0) && (retVal < Idx::N)) ? retVal : Idx::QtEvent;

Definition at line 97 of file ArnEvent.cpp.