1 #if !defined(AFX_ECASYPRESTUPU_H__96BCD8F0_C01C_4BDE_A803_73AE9988F673__INCLUDED_)
2 #define AFX_ECASYPRESTUPU_H__96BCD8F0_C01C_4BDE_A803_73AE9988F673__INCLUDED_
4 #include "core/common/Head.h"
5 #include "dataio/DataIODefines.h"
6 #include "dataio/datainput/ColReader.h"
12 namespace VstupneUdaje
14 namespace TarifnySystem
16 class ERootTarifnySystem;
20 class DATAIO_API ECasPrestupuCol :
public EHead,
public EColReader
23 ECasPrestupuCol( ETarifnePasmo *owner );
24 virtual ~ECasPrestupuCol();
26 ECasPrestupu *AddCasPrestupu(
unsigned short cas,
unsigned short typStlpca,
unsigned char pasmoID );
27 ETarifnePasmo *GetOwner();
30 ECasPrestupu *GetCasPrestupuByTypStlpcaID(
short typStlpcaID );
31 virtual long ReadData( FILE *file );
32 virtual long GetSize();
33 virtual long FillRecord(
const char *pomPole,
long minimum );
34 ECasPrestupu *GetFirst();
37 ETarifnePasmo *mOwner;
Class ECol : Objekt je predok pre vsetky nasledujuce kolekcie
Definition: ColReader.h:15
#define DATAIO_API
Definition: DataIODefines.h:10