DataIO
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
EZastavkaNastupisteZona.h
Go to the documentation of this file.
1 #ifndef E_ZASTAVKA_NASTUPISTE_ZONA_H
2 #define E_ZASTAVKA_NASTUPISTE_ZONA_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 CestovnePoriadky
14  {
15  class EZastavkaNastupisteZonaCol;
16 
17  class DATAIO_API EZastavkaNastupisteZona : public ENode
18  {
19  public:
21  virtual ~EZastavkaNastupisteZona();
22 
23  unsigned long GetPlatformNumber() const;
24  unsigned short GetZastavkaPoradie();
25  unsigned short GetZoneNumber();
26  unsigned long GetZonaID();
27 
28  void SetPlatformNumber( const unsigned long platformNumber );
29  void SetZastavkaPoradie( unsigned short zastavkaPoradie );
30  void SetZoneNumber( unsigned short zoneNumber );
31  void SetZonaID( unsigned long zonaID );
32 
33  EZastavkaNastupisteZonaCol *GetOwner();
34  EZastavkaNastupisteZona *GetLeft();
35  EZastavkaNastupisteZona *GetRight();
36 
37  private:
38  class DataClass;
39  DataClass *d;
40  };
41  }
42  }
43  }
44 }
45 
46 #endif //E_ZASTAVKA_NASTUPISTE_ZONA_H
Class ECol : Objekt je predok pre vsetky nasledujuce kolekcie
Definition: ColReader.h:15
#define DATAIO_API
Definition: DataIODefines.h:10