X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Ftoolwindow.h;h=bb10b15187a3726913f4ee1b1e2e514cacf3ef7f;hb=faaae13292af283e277b0d1480aad54a6e4a2dd6;hp=1623eb44bc6edb3ec6f5c76bc382407c9ccbd8b3;hpb=3599953dec39d0ae662b039378a0b3eda39424e8;p=ttedit diff --git a/src/toolwindow.h b/src/toolwindow.h index 1623eb4..bb10b15 100755 --- a/src/toolwindow.h +++ b/src/toolwindow.h @@ -21,7 +21,10 @@ enum ToolType { 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 + TOOLFlipWinding // Change polygon's winding direction tool }; class ToolWindow: public QWidget