DataIO
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
ETypNazvuZastavkyCol.h
Go to the documentation of this file.
1 #if !defined _ETYPNAZVUZASTAVKY_COL_H_
2 #define _ETYPNAZVUZASTAVKY_COL_H_
3 
4 #include "dataio/DataIODefines.h"
5 #include "core/common/Array.h"
6 #include "dataio/datainput/ColReader.h"
7 
8 namespace EM
9 {
10  namespace Strojcek
11  {
12  namespace VstupneUdaje
13  {
14  namespace CestovnePoriadky
15  {
16  class ERootCP;
17  class ETypNazvuZastavky;
18 
19  class DATAIO_API ETypNazvuZastavkyCol : public EArray, public EColReader
20  {
21  public:
22  ETypNazvuZastavkyCol( ERootCP *owner );
23  virtual ~ETypNazvuZastavkyCol();
24 
25  ERootCP *GetOwner();
26 
27  void Add( ETypNazvuZastavky *newTypNazvuZastavky );
28  virtual long ReadData( FILE *file );
29  long Read();
30 
31  unsigned char GetDefaultTypNazvuZastavky( unsigned char typNazvuZastavkyNumber );
32  unsigned long GetFileSize( FILE *file );
33 
34  virtual long GetSize();
35  virtual long FillRecord( const char *pomPole, long minimum );
36  ETypNazvuZastavky *GetByIdx( unsigned long i );
37 
38  private:
39  ERootCP *mOwner;
40  };
41  }
42  }
43  }
44 }
45 
46 #endif
Definition: ColReader.h:21
Class ECol : Objekt je predok pre vsetky nasledujuce kolekcie
Definition: ColReader.h:15
#define DATAIO_API
Definition: DataIODefines.h:10