]> Shamusworld >> Repos - ttedit/blobdiff - src/toolwindow.h
Added implementation of Polygon Rotate and Flip Winding tools.
[ttedit] / src / toolwindow.h
index 1623eb44bc6edb3ec6f5c76bc382407c9ccbd8b3..bb10b15187a3726913f4ee1b1e2e514cacf3ef7f 100755 (executable)
@@ -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