DataIO
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
ESetICDPH.h
Go to the documentation of this file.
1 #ifndef E_SET_ICDPH_H
2 #define E_SET_ICDPH_H
3 
4 #include "dataio/DataIODefines.h"
5 #include <string>
6 #include "core/common/Node.h"
7 
8 namespace EM
9 {
10  namespace Strojcek
11  {
12  namespace VstupneUdaje
13  {
14  namespace Nastavenia
15  {
16  class ESetICDPHCol;
17 
18  class DATAIO_API ESetICDPH : public ENode
19  {
20  public:
21  ESetICDPH( ESetICDPHCol *owner );
22  virtual ~ESetICDPH();
23 
24  ESetICDPHCol* GetOwner();
25 
26  short GetStatID();
27  char* GetICDPH();
28 
29  void SetStatID( short statID );
30  void SetICDPH( const char *icdph );
31 
32  ESetICDPH* GetLeft();
33  ESetICDPH* GetRight();
34 
35  protected:
36  virtual long Write( FILE *file );
37 
38  private:
39  class DataClass;
40  DataClass *d;
41  };
42  }
43  }
44  }
45 }
46 
47 #endif //E_SET_ICDPH_H
Class ECol : Objekt je predok pre vsetky nasledujuce kolekcie
Definition: ColReader.h:15
#define DATAIO_API
Definition: DataIODefines.h:10