nesca/DrawerTh_ME2Scanner.h
2015-03-22 03:43:15 +03:00

28 lines
538 B
C++

#ifndef DRAWERTH_ME2SCANNER_H
#define DRAWERTH_ME2SCANNER_H
#define ME2YPOS 97
#define ME2GRADPOS 10
#include "STh.h"
class DrawerTh_ME2Scanner : public QThread
{
Q_OBJECT
public:
static int vecSize;
static QList<QGraphicsPathItem*> itmList;
static QVector<QPointF> polyVect;
static void doEmitionAddPolyLine();
static void doEmitDrawTextPlacers();
public: signals: void sAddPolyLine();
public: signals: void sDrawTextPlacers();
protected:
void run();
};
extern DrawerTh_ME2Scanner *dtME2;
#endif // DRAWERTH_ME2SCANNER_H