~ubuntu-branches/ubuntu/raring/ginkgocadx/raring-proposed

« back to all changes in this revision

Viewing changes to src/cadxcore/resources/ginkgoresourcemanager.h

  • Committer: Package Import Robot
  • Author(s): Andreas Tille
  • Date: 2011-09-09 08:39:26 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: package-import@ubuntu.com-20110909083926-iktecd132cnku5cd
Tags: 2.5.4.0~rc-1
New upstream version (patches were applied)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
2
 *  
3
 
 *  $Id: ginkgoresourcemanager.h 3756 2011-04-25 08:57:12Z tovar $
 
3
 *  $Id: ginkgoresourcemanager.h 4072 2011-08-10 13:45:52Z tovar $
4
4
 *  Ginkgo CADx Project
5
5
 *
6
6
 *  Copyright 2008-10 MetaEmotion S.L. All rights reserved.
106
106
                static const wxBitmap GetIcoFlecha();
107
107
                static const wxBitmap GetIcoLongitud();
108
108
                static const wxBitmap GetIcoPoligono();
109
 
                static const wxBitmap GetIcoReset();
110
109
                static const wxBitmap GetIcoVarita();
111
110
                static const wxBitmap GetIcoLazoChroma();
112
111
                static const wxBitmap GetIcoWindowLevel();
217
216
                static const wxBitmap GetIcoReagrupar();
218
217
        };
219
218
 
 
219
        class EXTAPI BarraCine {
 
220
        public:
 
221
                static wxBitmap GetIcoPlay();
 
222
                static wxBitmap GetIcoBucle();
 
223
                static wxBitmap GetIcoNoBucle();
 
224
                static wxBitmap GetIcoStop();           
 
225
                static wxBitmap GetIcoPause();  
 
226
                static wxBitmap GetIcoCine();           
 
227
        };
 
228
 
220
229
 };