~ubuntu-branches/ubuntu/wily/ginkgocadx/wily-proposed

« back to all changes in this revision

Viewing changes to src/cadxcore/api/istudycontext.h

  • Committer: Package Import Robot
  • Author(s): Dmitry Smirnov
  • Date: 2013-10-24 21:28:17 UTC
  • mfrom: (1.2.2)
  • Revision ID: package-import@ubuntu.com-20131024212817-ej1skb9og09d3ht6
Tags: 3.5.0.1137.31+dfsg-1
New upstream release [October 2013]

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
 *  $Id: istudycontext.h $
5
5
 *  Ginkgo CADx Project
6
6
 *
7
 
 *  Copyright 2008-12 MetaEmotion S.L. All rights reserved.
 
7
 *  Copyright 2008-14 MetaEmotion S.L. All rights reserved.
8
8
 *  http://ginkgo-cadx.com
9
9
 *
10
10
 *  This file is licensed under LGPL v3 license.
38
38
                class IReferredStudyContext;
39
39
                class IModuleController;
40
40
                class Layout;
 
41
                class HangingProtocol;
41
42
        }
42
43
}
43
44
 
73
74
                        typedef std::vector<GNC::GCS::Ptr<TStudyFile> >     TStudyFileVector;
74
75
 
75
76
                        GNC::GCS::IVista*                                 View;
76
 
                        GNC::GCS::IModuleController*                     Module;
 
77
                        GNC::GCS::IModuleController*                      Module;
77
78
                        vtkSmartPointer<vtkGinkgoImageViewer>             Viewer;
78
79
                        wxWindow*                                         ParentWindow; // La ventana WX de la que es padre la vista (Notebook/Grid..)
79
80
                        wxWindow*                                         Window;      // La ventana WX propia de la vista
82
83
 
83
84
                        vtkSmartPointer<vtkAlgorithmOutput>               renderConnection; // Conexion hacia renderer
84
85
                        GNC::GCS::Ptr<GNC::GCS::Layout>                                   hangingLayout;
 
86
                        GNC::GCS::Ptr<GNC::GCS::HangingProtocol>          hangingProtocol;
85
87
 
86
88
                        int                                               ActiveFileIndex;
87
89
                        std::vector<long>                                                                                         OpenedSeries;