47 #ifndef _MIRA_QTUNIT_H_ 48 #define _MIRA_QTUNIT_H_ 50 #include <QCoreApplication> 52 #include <QTimerEvent> 83 virtual void start(
int interval);
90 virtual void timerEvent(QTimerEvent* event);
int mCycleTimer
Definition: QtUnit.h:93
specialize cv::DataType for our ImgPixel and inherit from cv::DataType<Vec>
Definition: IOService.h:67
Flags
Flags for creating an authority.
Definition: Authority.h:101
Base class for all units.
#define MIRA_OBJECT(classIdentifier)
Use this MACRO if you like the factory to automatically extract the class name from the given identif...
Definition: FactoryMacros.h:179
#define MIRA_NO_PUBLIC_DEFAULT_CONSTRUCTOR(CLASS)
Use this macro if your class does not have a public default constructor and should be managed by the ...
Definition: FactoryMacros.h:270
#define MIRA_GUI_FW_EXPORT
Definition: GuiFwExports.h:61
A unit that processes its dispatcher within Qt's main thread.
Definition: QtUnit.h:64
Units are basic modules of a complex application.
Definition: MicroUnit.h:69