DataIO
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
EPodTypyKariet.h
Go to the documentation of this file.
1 #if !defined(AFX_EPODTYPYKARIET_H__62EC2856_C32D_46E1_9C93_19031627CB3E__INCLUDED_)
2 #define AFX_EPODTYPYKARIET_H__62EC2856_C32D_46E1_9C93_19031627CB3E__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 TarifnySystem
14  {
15  class EPodTypyKarietCol;
16 
17  class DATAIO_API EPodTypyKariet : public ENode
18  {
19  public:
21  virtual ~EPodTypyKariet();
22 
23  EPodTypyKarietCol *getOwner();
24 
25  long GetPodTypKartyID();
26  char *GetNazov();
27  unsigned char GetTypKartyID();
28 
29  void SetPodTypKartyID( long newVal );
30  void SetNazov( char *newVal );
31  void SetTypKartyID( unsigned char newVal );
32 
33  EPodTypyKariet *GetLeft();
34  EPodTypyKariet *GetRight();
35 
36  private:
37  class DataClass;
38  DataClass *d;
39  };
40  }
41  }
42  }
43 }
44 
45 #endif
Class ECol : Objekt je predok pre vsetky nasledujuce kolekcie
Definition: ColReader.h:15
#define DATAIO_API
Definition: DataIODefines.h:10