~ubuntu-branches/ubuntu/quantal/ginkgocadx/quantal

« back to all changes in this revision

Viewing changes to src/visualizator/visualizator/eventos/visualizatorevents.h

  • Committer: Package Import Robot
  • Author(s): Andreas Tille
  • Date: 2011-11-09 12:29:00 UTC
  • mfrom: (1.1.4)
  • Revision ID: package-import@ubuntu.com-20111109122900-idkd9vvhr31whz8z
Tags: 2.6.0.0~rc-1
* New upstream version
  Closes: #647413
* Rebuild against recent insighttoolkit
  Closes: #648167

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
2
 *  
3
 
 *  $Id: eventosvisualizator.h -1   $
 
3
 *  $Id: visualizatorevents.h 4335 2011-10-26 09:42:35Z tovar $
4
4
 *  Ginkgo CADx Project
5
5
 *
6
6
 *  Copyright 2008-10 MetaEmotion S.L. All rights reserved.
18
18
#define ginkgoEVT_GNKVisualizator_EventoRefrescarListaOverlays   3002
19
19
#define ginkgoEVT_GNKVisualizator_EventoMostrarOverlay                   3003
20
20
#define ginkgoEVT_GNKVisualizator_EventoZoom                                                     3004
 
21
#define ginkgoEVT_GNKVisualizator_ChangePositionEvent                            3005
21
22
 
22
23
#include "sincronizacion.h"
23
24
#include "overlays.h"
24
25
#include "zoom.h"
 
26
#include "changeposition.h"