]> Shamusworld >> Repos - ttedit/blobdiff - src/toolwindow.h
Removed unnecessary graphic files, updated tool palette.
[ttedit] / src / toolwindow.h
index 27a0cb35d96b8309e375f72095064d5b26527067..323b563c5a1ccbe2d993785eb24562d033b0d17f 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