]> Shamusworld >> Repos - ttedit/blobdiff - src/toolwindow.h
Added rectangle point selection, canvas zooming.
[ttedit] / src / toolwindow.h
index 47125c26ce397952b2f3784476d8446e90507b16..2864970fbb46c0bc4fc0768361ef6b4676008401 100755 (executable)
@@ -16,7 +16,7 @@ enum ToolType {
        TOOLNone = -1,                                                  // No tool
        TOOLSelect = 0,                                                 // The "selection" tool
        TOOLPolySelect,                                                 // Polygon selection tool
-       TOOLScroll,                                                             // Scroll window tool
+       TOOLMultiSelect,                                                // Rectangle selection tool
        TOOLZoom,                                                               // Zoom window tool
        TOOLAddPt,                                                              // Add point tool
        TOOLAddPoly,                                                    // Polygon creation tool
@@ -24,7 +24,8 @@ enum ToolType {
        TOOLDelPoly,                                                    // Delete polygon tool
        TOOLRotate,                                                             // Rotate tool
        TOOLRotatePoly,                                                 // Rotate polygon around centroid tool
-       TOOLFlipWinding                                                 // Change polygon's winding direction tool
+       TOOLFlipWinding,                                                // Change polygon's winding direction tool
+       TOOLScroll                                                              // Scroll window tool
 };
 
 class ToolWindow: public QWidget