DataIO
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
EGrafickaTabula.h
Go to the documentation of this file.
1 #if !defined(AFX_EGRAFICKATABULA_H__0A59EFAA_5C1A_4891_BAAF_6504E3F3898A__INCLUDED_)
2 #define AFX_EGRAFICKATABULA_H__0A59EFAA_5C1A_4891_BAAF_6504E3F3898A__INCLUDED_
3 
4 #include "dataio/DataIODefines.h"
5 #include <string>
6 
7 namespace EM
8 {
9  namespace Strojcek
10  {
11  namespace VstupneUdaje
12  {
13  namespace BitoveMapy
14  {
15  class DATAIO_API EGrafickaTabula
16  {
17  public:
18  enum TypTabule
19  {
20  PrednaTabula = 0,
21  BocnaTabula = 1,
22  ZadnaTabula = 2,
23  VnutornaTabula = 3
24  };
25 
26  EGrafickaTabula( std::string path, TypTabule typTabule, short int sirka, short int vyska );
27  virtual ~EGrafickaTabula();
28 
29  std::string &GetPath();
30  TypTabule GetTypTabule();
31  short int GetVerzia();
32  short int GetPocet();
33  short int GetSirka();
34  short int GetVyska();
35  short int GetPoradie();
36  char *GetBitmapa();
37 
46  int LoadBitmap( short int poradie = 0 );
47 
48  private:
49  class DataClass;
50  DataClass *d;
51  };
52  }
53  }
54  }
55 }
56 
57 #endif
Class ECol : Objekt je predok pre vsetky nasledujuce kolekcie
Definition: ColReader.h:15
#define DATAIO_API
Definition: DataIODefines.h:10