X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Ftoolwindow.h;h=6fc37234868bdbe833ed8defa63d3df44b7bf916;hb=HEAD;hp=2864970fbb46c0bc4fc0768361ef6b4676008401;hpb=0bd89e9489fa52f92545a7e94c4a31e863a5f898;p=ttedit diff --git a/src/toolwindow.h b/src/toolwindow.h index 2864970..6fc3723 100644 --- a/src/toolwindow.h +++ b/src/toolwindow.h @@ -13,19 +13,19 @@ // Enumerations enum ToolType { - TOOLNone = -1, // No tool - TOOLSelect = 0, // The "selection" tool - TOOLPolySelect, // Polygon selection tool - TOOLMultiSelect, // Rectangle selection tool - TOOLZoom, // Zoom window tool - TOOLAddPt, // Add point tool - TOOLAddPoly, // Polygon creation tool - TOOLDelPt, // Delete point tool - TOOLDelPoly, // Delete polygon tool - TOOLRotate, // Rotate tool - TOOLRotatePoly, // Rotate polygon around centroid tool - TOOLFlipWinding, // Change polygon's winding direction tool - TOOLScroll // Scroll window tool + TOOLNone = -1, // No tool + TOOLSelect = 0, // The "selection" tool + TOOLPolySelect, // Polygon selection tool + TOOLMultiSelect, // Rectangle selection tool + TOOLZoom, // Zoom window tool + TOOLAddPt, // Add point tool + TOOLAddPoly, // Polygon creation tool + TOOLDelPt, // Delete point tool + TOOLDelPoly, // Delete polygon tool + TOOLRotate, // Rotate tool + TOOLRotatePoly, // Rotate polygon around centroid tool + TOOLFlipWinding, // Change polygon's winding direction tool + TOOLScroll // Scroll window tool }; class ToolWindow: public QWidget