1 #if !defined(AFX_ENASTAVENIE_HODNOTY_H__E8301EB0_FE60_4DD8_BA17_062603A45EBD__INCLUDED_)
2 #define AFX_ENASTAVENIE_HODNOTY_H__E8301EB0_FE60_4DD8_BA17_062603A45EBD__INCLUDED_
4 #include "dataio/DataIODefines.h"
5 #include "core/common/Array.h"
6 #include "dataio/datainput/ColReader.h"
12 namespace VstupneUdaje
14 namespace TarifnySystem
16 class ERootTarifnySystem;
18 class ENastavenieHodnota;
20 class DATAIO_API ENastavenieHodnotaCol :
public EArray,
public EColReader
23 ENastavenieHodnotaCol( ENastavenie *owner );
24 virtual ~ENastavenieHodnotaCol();
26 ENastavenie *GetOwner();
28 ENastavenieHodnota *AddNastavenie_Hodnota(
long hodnota,
unsigned short typ );
29 ENastavenieHodnota *GetNastavenie_HodnotaByID(
long nastHodID );
30 long GetHodnotaByID(
long nastHodID,
long defValue = 0 );
33 virtual long ReadData( FILE *file );
34 virtual long GetSize();
35 virtual long FillRecord(
const char *pomPole,
long minimum );
Class ECol : Objekt je predok pre vsetky nasledujuce kolekcie
Definition: ColReader.h:15
#define DATAIO_API
Definition: DataIODefines.h:10