DataIO
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
EPoznamka.h
Go to the documentation of this file.
1 #if !defined(EA_6F4E2BDC_E1BA_4301_90CF_A86CA20697DE__INCLUDED_)
2 #define EA_6F4E2BDC_E1BA_4301_90CF_A86CA20697DE__INCLUDED_
3 
4 #include "dataio/DataIODefines.h"
5 #include "core/common/EMObject.h"
6 
7 namespace EM
8 {
9  namespace Strojcek
10  {
11  namespace VstupneUdaje
12  {
13  namespace Turnusy
14  {
15  class EPoznamkaCol;
16 
17  class DATAIO_API EPoznamka : public EEMObject
18  {
19  public:
20  EPoznamka( EPoznamkaCol *owner );
21  virtual ~EPoznamka();
22 
23  unsigned short GetPoradie();
24  char *GetText();
25 
26  void SetPoradie( unsigned short poradie );
27  void SetText( char *text );
28 
29  EPoznamkaCol *GetOwner();
30 
31  private:
32  class DataClass;
33  DataClass *d;
34  };
35  }
36  }
37  }
38 }
39 
40 #endif
Class ECol : Objekt je predok pre vsetky nasledujuce kolekcie
Definition: ColReader.h:15
#define DATAIO_API
Definition: DataIODefines.h:10