1 #ifndef __LINEPARALLELOPTIONS_H__
2 #define __LINEPARALLELOPTIONS_H__
6 class ActionDrawLineParallel;
9 class LineParallelOptions: public QWidget
14 LineParallelOptions(QToolBar * parent = 0, Qt::WindowFlags flags = 0);
15 ~LineParallelOptions();
18 void setAction(ActionInterface * a, bool update);
19 void updateDist(const QString & d);
20 void updateNumber(int n);
23 ActionDrawLineParallel * action;
32 #endif // __LINEPARALLELOPTIONS_H__