DataIO
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
ERiadok.h
Go to the documentation of this file.
1 #if !defined ERIADOK_H
2 #define ERIADOK_H
3 
4 #include "dataio/DataIODefines.h"
5 #include "core/common/Node.h"
6 
7 namespace EM
8 {
9  namespace Strojcek
10  {
11  namespace VstupneUdaje
12  {
13  namespace Tabule
14  {
15  class ERiadokCol;
16  class EObsahCol;
17  class EFileSystem;
18 
19  class DATAIO_API ERiadok : public ENode
20  {
21  public:
22  ERiadok();
23  virtual ~ERiadok();
24 
25  char GetTypZobrazenia();
26  char GetRiadok();
27  short GetCisloFontu();
28  void SetTypZobrazenia( char newVal );
29  void SetRiadok( char newVal );
30  void SetCisloFontu( short newVal );
31 
32  EObsahCol *GetObsahCol();
33  ERiadokCol *GetOwner();
34  void SetOwner( ERiadokCol *newVal );
35 
36  long Write();
37  long Write( EFileSystem *file );
38  ERiadok *GetLeft();
39  ERiadok *GetRight();
40 
41  private:
42  class DataClass;
43  DataClass *d;
44  };
45  }
46  }
47  }
48 }
49 
50 #endif
Class ECol : Objekt je predok pre vsetky nasledujuce kolekcie
Definition: ColReader.h:15
#define DATAIO_API
Definition: DataIODefines.h:10