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