DataIO
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
EKurzCinnost.h
Go to the documentation of this file.
1 #if !defined(AFX_CINNOST_H__9EFCBF5C_D3AE_42CF_809F_40A469889361__INCLUDED_)
2 #define AFX_CINNOST_H__9EFCBF5C_D3AE_42CF_809F_40A469889361__INCLUDED_
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 Turnusy
14  {
15  class ERootDoprava;
16  class EKurzCinnostCol;
17 
18  class DATAIO_API EKurzCinnost : public ENode
19  {
20  public:
21  EKurzCinnost( EKurzCinnostCol *owner );
22  virtual ~EKurzCinnost();
23 
24  unsigned short GetPrikazKurzPoradie();
25  unsigned short GetCinnostPoradie();
26  unsigned short GetZaciatok();
27  unsigned short GetCas();
28 
29  void SetPrikazKurzPoradie( unsigned short prikazKurzPoradie );
30  void SetCinnostPoradie( unsigned short cinnostPoradie );
31  void SetZaciatok( unsigned short zaciatok );
32  void SetCas( unsigned short cas );
33 
34  EKurzCinnost *GetLeft();
35  EKurzCinnost *GetRight();
36 
37  private:
38  class DataClass;
39  DataClass *d;
40  };
41  }
42  }
43  }
44 }
45 
46 #endif
Class ECol : Objekt je predok pre vsetky nasledujuce kolekcie
Definition: ColReader.h:15
#define DATAIO_API
Definition: DataIODefines.h:10