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