DataIO
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
EBitmapSingleton.h
Go to the documentation of this file.
1 #if !defined(AFX_EBITMAPSINGLETON_H__27FC20F8_9543_45B6_AAE0_CF645987686A__INCLUDED_)
2 #define AFX_EBITMAPSINGLETON_H__27FC20F8_9543_45B6_AAE0_CF645987686A__INCLUDED_
3 
4 #include "dataio/DataIODefines.h"
5 #include "dataio/datainput/EGrafickaTabula.h"
6 #include <vector>
7 
8 namespace EM
9 {
10  namespace Strojcek
11  {
12  namespace VstupneUdaje
13  {
14  namespace BitoveMapy
15  {
17  {
18  private:
20  public:
21  virtual ~EBitmapSingleton();
22 
23  public:
24  void AddGrafickaTabula( EGrafickaTabula *grafickaTabula );
25  EGrafickaTabula *GetGrafickaTabulaByID( EGrafickaTabula::TypTabule typTabule );
26  EGrafickaTabula *GetGrafickaTabulaByID( EGrafickaTabula::TypTabule typTabule, short int sirka, short int vyska );
27  void ClearGrafickeTabule();
28 
29  public:
30  static EBitmapSingleton *GetInstance();
31 
32  private:
33  class EBitmapSingletonPr;
34  EBitmapSingletonPr *mData;
35 
36  static EBitmapSingleton *mInstance;
37  };
38 
39  }
40  }
41  }
42 }
43 
44 #endif
Class ECol : Objekt je predok pre vsetky nasledujuce kolekcie
Definition: ColReader.h:15
#define DATAIO_API
Definition: DataIODefines.h:10