]> Shamusworld >> Repos - ttedit/blobdiff - src/toolwindow.h
Added individual polygon rotation tool.
[ttedit] / src / toolwindow.h
index 27a0cb35d96b8309e375f72095064d5b26527067..f9134bc2f0392ecde8ec627f544f2e2abcb504ad 100755 (executable)
@@ -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