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