nesca/ColoredIndexBarDrawer.h
2015-08-08 01:52:26 +03:00

21 lines
332 B
C++

#ifndef CIPBD_H
#define CIPBD_H
#pragma once
#include "STh.h"
#include "externData.h"
class ColoredIndexBarDrawer : public QThread
{
Q_OBJECT
public: signals : void drawPointerPB2(int);
public:
static void doEmitionDrawPointerPB2(int pointer);
protected:
void run();
};
extern ColoredIndexBarDrawer *pbTh2;
#endif // CIPBD_H