]> Shamusworld >> Repos - architektonas/blobdiff - src/forms/polylineoptions.h
In the middle of removing Snapper class/fixing snapper rendering...
[architektonas] / src / forms / polylineoptions.h
index ba224cffeaafd0078f25f1e4da29ef50ddd354a6..98d0f07d274c538eedcdf15859b2b314fba48180 100644 (file)
@@ -15,7 +15,7 @@ class PolylineOptions: public QWidget
                ~PolylineOptions();
 
        public slots:
-               void setAction(ActionInterface * a, bool &);
+               void setAction(ActionInterface * a, bool);
                void close();
                void undo();
 
@@ -23,8 +23,11 @@ class PolylineOptions: public QWidget
                ActionDrawPolyline * action;
 
        private:
-               QToolButton * bClose;
-               QToolButton * bUndo;
+               QToolButton * closeButton;
+               QToolButton * undoButton;
+               QCheckBox * arcCheckBox;
+               QLabel * radiusLabel;
+               QLineEdit * radiusEdit;
 };
 
 #endif // __POLYLINEOPTIONS_H__