DataIO
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
EJazdaKZ.h
Go to the documentation of this file.
1 #ifndef EM_STROJCEK_STATISTIKASTROJCEKEJAZDAKZ_H
2 #define EM_STROJCEK_STATISTIKASTROJCEKEJAZDAKZ_H
3 
4 #include "dataio/DataIODefines.h"
5 
6 namespace EM
7 {
8  namespace Strojcek
9  {
10  namespace StatistikaStrojcek
11  {
12  class DATAIO_API EJazdaKZ
13  {
14  public:
15  EJazdaKZ();
16  virtual ~EJazdaKZ();
17 
18  unsigned char GetCisloJazdy();
19  void SetCisloJazdy( unsigned char newVal );
20 
21  unsigned char GetPoradieKZ();
22  void SetPoradieKZ( unsigned char newVal );
23 
24  private:
25  class DataClass;
26  DataClass *d;
27  };
28  }
29  }
30 }
31 
32 #endif
Class ECol : Objekt je predok pre vsetky nasledujuce kolekcie
Definition: ColReader.h:15
#define DATAIO_API
Definition: DataIODefines.h:10