X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Ftoolwindow.h;fp=src%2Ftoolwindow.h;h=323b563c5a1ccbe2d993785eb24562d033b0d17f;hb=3e731f52cfd35364e9516d09d00b61dd6fdc1919;hp=27a0cb35d96b8309e375f72095064d5b26527067;hpb=cf3ec188764cdf34ff3472ee9806aba3a772d2df;p=ttedit diff --git a/src/toolwindow.h b/src/toolwindow.h index 27a0cb3..323b563 100755 --- a/src/toolwindow.h +++ b/src/toolwindow.h @@ -18,11 +18,12 @@ enum ToolType { TOOLPolySelect, // Polygon selection tool TOOLScroll, // Scroll window tool TOOLZoom, // Zoom window tool - TOOLRotate, // Rotate tool TOOLAddPt, // Add point tool TOOLAddPoly, // Polygon creation tool TOOLDelPt, // Delete point tool - TOOLDelPoly // Delete polygon tool + TOOLDelPoly, // Delete polygon tool + TOOLRotate, // Rotate tool + TOOLRotatePoly // ROtate polygon around centroid tool }; class ToolWindow: public QWidget