1 #if !defined EZOBRAZENIE_COL_H
2 #define EZOBRAZENIE_COL_H
4 #include "dataio/DataIODefines.h"
5 #include "dataio/datainput/ColReader.h"
6 #include "core/common/Head.h"
12 namespace VstupneUdaje
16 #define TABZOBRAZENIEFILENAME "tabZobrazenie.dat"
22 class DATAIO_API EZobrazenieCol :
public EHead, EColReader
25 EZobrazenieCol( ETabula *owner );
26 virtual ~EZobrazenieCol();
30 void Add( EZobrazenie *newVal );
32 long Write( EFileSystem *file );
33 long Read(
unsigned long pocet,
unsigned long start );
34 long Read( FILE *file,
unsigned long pocet,
unsigned long start );
35 virtual long GetSize();
36 virtual long FillRecord(
const char *pomPole,
long minimum );
37 EZobrazenie *GetFirst();
Class ECol : Objekt je predok pre vsetky nasledujuce kolekcie
Definition: ColReader.h:15
#define DATAIO_API
Definition: DataIODefines.h:10