1 #ifndef __LINEPARALLELTHROUGHOPTIONS_H__
2 #define __LINEPARALLELTHROUGHOPTIONS_H__
6 class ActionDrawLineParallelThrough;
9 class LineParallelThroughOptions: public QWidget
14 LineParallelThroughOptions(QToolBar * parent = 0, Qt::WindowFlags flags = 0);
15 ~LineParallelThroughOptions();
18 void setAction(ActionInterface * a, bool update);
19 void updateNumber(int n);
22 ActionDrawLineParallelThrough * action;
29 #endif // __LINEPARALLELTHROUGHOPTIONS_H__