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

« back to all changes in this revision

Viewing changes to src/visualizator/recursos/aprimresourcemanager.cpp

  • 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$
 
3
 *  $Id: aprimresourcemanager.cpp 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.
14
14
#include "aprimresourcemanager.h"
15
15
 
16
16
#include "iconosherramientas/iconos.h"
17
 
#include "barracine/iconos.h"
18
17
#include "barrasincronizar/iconos.h"
19
18
#include "3dbar/icons.h"
20
19
 
52
51
wxBitmap APrimResourcesManager::Herramientas::GetIcoInvert(){return wxMEMORY_BITMAP(ico_invert); }
53
52
wxBitmap APrimResourcesManager::Herramientas::GetIcoECGMetadata(){return wxMEMORY_BITMAP(ico_ecg_metadata); }
54
53
 
55
 
// Barra Cine
56
 
wxBitmap APrimResourcesManager::BarraCine::GetIcoPlay(){return wxMEMORY_BITMAP(ico_play); }
57
 
wxBitmap APrimResourcesManager::BarraCine::GetIcoBucle(){return wxMEMORY_BITMAP(ico_bucle); }
58
 
wxBitmap APrimResourcesManager::BarraCine::GetIcoNoBucle(){return wxMEMORY_BITMAP(ico_no_bucle); }
59
 
wxBitmap APrimResourcesManager::BarraCine::GetIcoStop(){return wxMEMORY_BITMAP(ico_stop); }
60
 
wxBitmap APrimResourcesManager::BarraCine::GetIcoPause(){return wxMEMORY_BITMAP(ico_pause); }
61
 
wxBitmap APrimResourcesManager::BarraCine::GetIcoCine(){return wxMEMORY_BITMAP(ico_cine); }
62
 
 
63
 
 
64
54
wxBitmap APrimResourcesManager::Bar3D::GetIco3DArrow() {return wxMEMORY_BITMAP(ico_cursor3d);  }
65
55
wxBitmap APrimResourcesManager::Bar3D::GetIcoStereo(){return wxMEMORY_BITMAP(ico_stereo);  }
66
56
wxBitmap APrimResourcesManager::Bar3D::GetIcoPin(){return wxMEMORY_BITMAP(ico_plegar);  }