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

« back to all changes in this revision

Viewing changes to src/visualizator/visualizator/resources/aprimresourcemanager.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
/*
 
2
 *  
 
3
 *  $Id: aprimresourcemanager.h 4072 2011-08-10 13:45:52Z tovar $
 
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 <wx/bitmap.h>
 
16
 
 
17
 class APrimResourcesManager {
 
18
 
 
19
        public:
 
20
 
 
21
        class Herramientas {
 
22
        public:
 
23
                static wxBitmap GetIcoCapas();
 
24
                static wxBitmap GetIcoReset();
 
25
                static wxBitmap GetIcoMenuImagen();
 
26
                static wxBitmap GetIcoLayout();
 
27
                static wxBitmap GetIcoFlipVertical();
 
28
                static wxBitmap GetIcoFlipHorizontal();
 
29
                static wxBitmap GetIcoRotateLeft();
 
30
                static wxBitmap GetIcoRotateRight();
 
31
                static wxBitmap GetIcoInvert();
 
32
                static wxBitmap GetIcoECGMetadata();
 
33
        };
 
34
        
 
35
        class Bar3D {
 
36
        public:
 
37
                static wxBitmap GetIco3DArrow();                
 
38
                static wxBitmap GetIcoStereo(); 
 
39
                static wxBitmap GetIcoPin();    
 
40
                static wxBitmap GetIcoDemo();
 
41
        };
 
42
 
 
43
        class BarraSincronizar {
 
44
        public:
 
45
                static wxBitmap GetIcoDessincronizar();
 
46
        };
 
47
 };