1 #ifndef __LINERELANGLEOPTIONS_H__
2 #define __LINERELANGLEOPTIONS_H__
6 class ActionDrawLineRelAngle;
9 class LineRelAngleOptions: public QWidget
14 LineRelAngleOptions(QToolBar * parent = 0, Qt::WindowFlags flags = 0);
15 ~LineRelAngleOptions();
18 void setAction(ActionInterface * a, bool update);
19 void updateAngle(const QString & a);
20 void updateLength(const QString & l);
23 ActionDrawLineRelAngle * action;
32 #endif // __LINERELANGLEOPTIONS_H__