DataIO
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
EUzavierkaCol.h
Go to the documentation of this file.
1 #if !defined(EUzavierkaCol_97E120E9_5800_4fb3_BB8B_68C70C3B4BF5__INCLUDED_)
2 #define EUzavierkaCol_97E120E9_5800_4fb3_BB8B_68C70C3B4BF5__INCLUDED_
3 
4 #include "dataio/DataIODefines.h"
5 #include "core/common/Head.h"
6 
7 namespace EM
8 {
9  namespace Strojcek
10  {
11  namespace StatistikaStrojcek
12  {
13  class ECestovnyListok;
14  class EUzavierka;
15  class EOdpocet;
16  class EStatistikaFileSystem;
17 
18  class DATAIO_API EUzavierkaCol : public EHead
19  {
20  public:
21  EUzavierkaCol( EOdpocet *owner );
22  virtual ~EUzavierkaCol();
23 
24  EOdpocet *getOwner();
25 
26  void add( EUzavierka *newVal );
27  void vyhodnotUzavierku( ECestovnyListok *listok );
28  EUzavierka *isUzavierka( unsigned char mena, unsigned char typPlatby, unsigned char storno, unsigned char bezDPH, unsigned char typTS );
29  bool write();
30  EUzavierka *GetFirst();
31 
32  private:
33  EOdpocet *mOwner;
34  };
35  }
36  }
37 }
38 
39 #endif
Class ECol : Objekt je predok pre vsetky nasledujuce kolekcie
Definition: ColReader.h:15
#define DATAIO_API
Definition: DataIODefines.h:10