AppCore
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
EDynamicText.h
Go to the documentation of this file.
1 #ifndef EDYNAMICTEXT_H
2 #define EDYNAMICTEXT_H
3 
4 #include <string>
5 
6 #include "core/common/EData.h"
7 #include "appcore/printertemplate/EText.h"
8 #include "appcore/printertemplate/EMPrinterTemplate.h"
9 
10 namespace EM
11 {
12  namespace PrinterTemplate
13  {
18  class EMPRINTERTEMPLATE_API EDynamicText: public EText
19  {
20  public:
21  EDynamicText( std::string name );
22  ~EDynamicText();
23 
24  virtual EText* Clone();
25  virtual void Draw( float moveY );
26  virtual void ReadXML( EXMLNode *node );
27  virtual long Save( EXMLNode *node );
28  virtual long GetContentWidth();
29  };
30  }
31 }
32 
33 #endif
#define EMPRINTERTEMPLATE_API
Definition: EMPrinterTemplate.h:9
virtual CardEvent __EDATAPTR Clone()
SYSTEM INCLUDES.
Definition: CardFacadeManagerXML.h:6