~ubuntu-branches/ubuntu/utopic/ginkgocadx/utopic-proposed

« back to all changes in this revision

Viewing changes to src/cadxcore/api/toolhandlers/izoomhandler.h

  • Committer: Package Import Robot
  • Author(s): Andreas Tille
  • Date: 2012-01-29 12:02:54 UTC
  • mfrom: (1.1.6)
  • Revision ID: package-import@ubuntu.com-20120129120254-nu7giync5p156icb
Tags: 2.8.0.4602-1
New upstream version (adapted patch, removed patch applied upstream)
Closes: #657827

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
 *  
 
3
 *  $Id: ipanhandler.h 4486 2011-12-14 08:32:24Z carlos $
 
4
 *  Ginkgo CADx Project
 
5
 *
 
6
 *  Copyright 2008-10 MetaEmotion S.L. All rights reserved.
 
7
 *  http://ginkgo-cadx.com
 
8
 *
 
9
 *  This file is licensed under LGPL v3 license.
 
10
 *  See License.txt for details
 
11
 *
 
12
 *
 
13
 */
 
14
#pragma once
 
15
#include <api/globals.h>
 
16
#include <api/api.h>
 
17
#include <api/math/geometria3d.h>
 
18
 
 
19
namespace GNC {
 
20
        namespace GCS {
 
21
                namespace ToolHandlers {
 
22
                        class EXTAPI IZoomHandler
 
23
                        {
 
24
                        public:
 
25
                                virtual void ChangeZoom(int steps) = 0;
 
26
                        };
 
27
                }
 
28
        }
 
29
}
 
 
b'\\ No newline at end of file'