1 #ifndef __LINEANGLEOPTIONS_H__
2 #define __LINEANGLEOPTIONS_H__
6 class ActionDrawLineAngle;
9 class LineAngleOptions: public QWidget
14 LineAngleOptions(QToolBar * parent = 0, Qt::WindowFlags flags = 0);
18 void setAction(ActionInterface * a, bool update);
19 void updateAngle(const QString & a);
20 void updateLength(const QString & l);
21 void updateSnapPoint(int sp);
24 ActionDrawLineAngle * action;
32 QComboBox * cbSnapPoint;
35 #endif // __LINEANGLEOPTIONS_H__