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