DataIO
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
EPociatocnyListok.h
Go to the documentation of this file.
1 #if !defined(EPociatocnyListok_FF0BD648_37C3_4d0b_B428_FC594D190461__INCLUDED_)
2 #define EPociatocnyListok_FF0BD648_37C3_4d0b_B428_FC594D190461__INCLUDED_
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  {
13  class ERootStatistika;
14  class EOdpocet;
15  class EPociatocnyListok;
16  class EPriznakyPLCol;
17 
19  {
20  public:
22  virtual ~EPociatocnyListok();
23 
24  unsigned long getCisloPL();
25  unsigned long getDatumPL();
26 
27  void setCisloPL( unsigned long newVal );
28  void setDatumPL( unsigned long newVal );
29 
30  EOdpocet *getOwner();
31  EPriznakyPLCol *getPriznakyCol();
32  void setOwner( EOdpocet *newVal );
33 
34  virtual short getChksum();
35 
36  bool write();
37  bool read();
38 
39  private:
40  class DataClass;
41  DataClass *d;
42  };
43  }
44  }
45 }
46 
47 #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
Definition: EPociatocnyListok.h:18