DataIO
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
ESetEuro.h
Go to the documentation of this file.
1 #if !defined ESETEURO_H
2 #define ESETEURO_H
3 
4 #include "dataio/DataIODefines.h"
5 
6 namespace EM
7 {
8  namespace Strojcek
9  {
10  namespace VstupneUdaje
11  {
12  namespace Nastavenia
13  {
14  class ERootNastavenia;
15 
17  {
18  public:
19  ESetEuro( ERootNastavenia *owner );
20  virtual ~ESetEuro();
21 
22  ERootNastavenia *GetOwner();
23 
24  unsigned short GetStatID();
25  unsigned long GetDualneCenyZaciatok();
26  unsigned long GetDualneCenyKoniec();
27  unsigned long GetEuroZaciatok();
28  unsigned long GetDualnyObehZaciatok();
29  unsigned long GetDualnyObehKoniec();
30  long GetKonverznyKurz();
31  int GetTypZaokruhlenia();
32  unsigned char GetStaraMenaID();
33  unsigned char GetNovaMenaID();
34 
35  void SetStatID( unsigned short newVal );
36  void SetDualneCenyZaciatok( unsigned long newVal );
37  void SetDualneCenyKoniec( unsigned long newVal );
38  void SetEuroZaciatok( unsigned long newVal );
39  void SetDualnyObehZaciatok( unsigned long newVal );
40  void SetDualnyObehKoniec( unsigned long newVal );
41  void SetKonverznyKurz( long newVal );
42  void SetTypZaokruhlenia( int newVal );
43  void SetStaraMenaID( unsigned char newVal );
44  void SetNovaMenaID( unsigned char newVal );
45 
46  public:
47  long Write();
48  long Read();
49 
50  private:
51  class DataClass;
52  DataClass *d;
53  };
54  }
55  }
56  }
57 }
58 
59 #endif
Class ECol : Objekt je predok pre vsetky nasledujuce kolekcie
Definition: ColReader.h:15
#define DATAIO_API
Definition: DataIODefines.h:10