]> Shamusworld >> Repos - ttedit/blobdiff - src/toolwindow.h
Added implementation of Polygon Rotate and Flip Winding tools.
[ttedit] / src / toolwindow.h
index 27a0cb35d96b8309e375f72095064d5b26527067..bb10b15187a3726913f4ee1b1e2e514cacf3ef7f 100755 (executable)
@@ -18,11 +18,13 @@ 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
+       TOOLFlipWinding                                                 // Change polygon's winding direction tool
 };
 
 class ToolWindow: public QWidget