DataIO
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
ECasPrestupu.h
Go to the documentation of this file.
1 #if !defined(AFX_ECASPRESTUPU_H__0E025E2B_C60A_4A22_8B19_76890557B170__INCLUDED_)
2 #define AFX_ECASPRESTUPU_H__0E025E2B_C60A_4A22_8B19_76890557B170__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 ERootTarifnySystem;
16  class ECasPrestupuCol;
17 
18  class DATAIO_API ECasPrestupu : public ENode
19  {
20  public:
21  ECasPrestupu( ECasPrestupuCol *owner, unsigned short cas, unsigned short typ );
22  virtual ~ECasPrestupu();
23 
24  unsigned short GetCasPlatnosti();
25  unsigned short GetTypStlpcaID();
26  ECasPrestupuCol *GetOwner();
27  ECasPrestupu *GetLeft();
28  ECasPrestupu *GetRight();
29 
30  private:
31  class DataClass;
32  DataClass *d;
33  };
34  }
35  }
36  }
37 }
38 
39 #endif
Class ECol : Objekt je predok pre vsetky nasledujuce kolekcie
Definition: ColReader.h:15
#define DATAIO_API
Definition: DataIODefines.h:10