X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Factions%2Factionzoomin.cpp;h=fe5d776756178fc062d59e50118d3149d3f1a86f;hb=2ee84c5948ede7fc2f7b4435c5edef42a030ac05;hp=03147b4a1296e933e681b57d20704c053006664a;hpb=d774c2655ba2c3657a565f325411144452392277;p=architektonas diff --git a/src/actions/actionzoomin.cpp b/src/actions/actionzoomin.cpp index 03147b4..fe5d776 100644 --- a/src/actions/actionzoomin.cpp +++ b/src/actions/actionzoomin.cpp @@ -3,7 +3,9 @@ // Part of the Architektonas Project // Originally part of QCad Community Edition by Andrew Mustun // Extensively rewritten and refactored by James L. Hammons -// (C) 2010 Underground Software +// Portions copyright (C) 2001-2003 RibbonSoft +// Copyright (C) 2010 Underground Software +// See the README and GPLv2 files for licensing and warranty information // // JLH = James L. Hammons // @@ -22,7 +24,7 @@ * @param direction In for zooming in, Out for zooming out. * @param axis Axis that are affected by the zoom (OnlyX, OnlyY or Both) */ -ActionZoomIn::ActionZoomIn(RS_EntityContainer & container, GraphicView & graphicView, RS2::ZoomDirection direction, RS2::Axis axis, const Vector & center): +ActionZoomIn::ActionZoomIn(EntityContainer & container, GraphicView & graphicView, RS2::ZoomDirection direction, RS2::Axis axis, const Vector & center): ActionInterface("Zoom in", container, graphicView) { this->direction = direction;