Go to the documentation of this file.00001 #ifndef ARMCIRCLEWIDGET_H
00002 #define ARMCIRCLEWIDGET_H
00003 
00004 #include <QtGui/QGraphicsView>
00005 
00006 
00007 class ArmCircleWidget : public QGraphicsView
00008  {
00009      Q_OBJECT
00010 
00011  public:
00012      ArmCircleWidget(QWidget *parent = 0);
00013 
00014  public slots:
00015       void setpos(float x, float y); 
00016       void Corobot(bool value); 
00017 
00018  protected:
00019      void drawBackground(QPainter *painter, const QRectF &rect); 
00020      void scaleView(qreal scaleFactor); 
00021 
00022  };
00023 
00024 #endif // ARMCIRCLEWIDGET_H