AppCore
Loading...
Searching...
No Matches
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
9namespace EM
10{
11 namespace PrinterTemplate
12 {
13 class EMPRINTERTEMPLATE_API EDynamicPicture : public EPicture
14 {
15 public:
16 EDynamicPicture( std::string name );
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 long Save(EXMLNode *node)
virtual void ReadXML(EXMLNode *node)
virtual void Draw(float moveY)
concrete draw object
Definition EPicture.h:19
SYSTEM INCLUDES.
Definition CardFacadeManagerXML.h:7