UIname added
[mardrone] / mardrone / gauges / gaugehsi.h
1 #ifndef GAUGEHSI_H
2 #define GAUGEHSI_H
3 #include <gauge.h>
4
5 class GaugeHSI : public Gauge
6 {
7     Q_OBJECT
8 public:
9     explicit GaugeHSI(QGraphicsItem *parent = 0);
10     void paint(QPainter *painter,const QStyleOptionGraphicsItem *option,
11                                QWidget *widget);
12     void paintHSI(QPainter *painter,int width,int height);
13
14 signals:
15     
16 public slots:
17     
18 };
19
20 #endif // GAUGEHSI_H