DataIO
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
EZmenaMeny.h
Go to the documentation of this file.
1 #ifndef E_ZMENA_MENY_H
2 #define E_ZMENA_MENY_H
3 
4 #include "dataio/DataIODefines.h"
5 #include "dataio/dataoutput/EAbstraktnyZaznam.h"
6 
7 namespace EM
8 {
9  namespace Strojcek
10  {
11  namespace StatistikaStrojcek
12  {
14  {
15  public:
16  EZmenaMeny();
17  virtual ~EZmenaMeny();
18 
19  unsigned char GetNovaMenaID();
20  unsigned char GetPovodnaMenaID();
21  void SetNovaMenaID( unsigned char newVal );
22  void SetPovodnaMenaID( unsigned char newVal );
23 
24  bool write();
25  bool read();
26  virtual short getChksum();
27 
28  private:
29  class DataClass;
30  DataClass *d;
31  };
32  }
33  }
34 }
35 
36 #endif
Class ECol : Objekt je predok pre vsetky nasledujuce kolekcie
Definition: ColReader.h:15
Definition: EAbstraktnyZaznam.h:16
#define DATAIO_API
Definition: DataIODefines.h:10