AppCore
Main Page
Related Pages
Namespaces
Classes
Files
Examples
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
src
appcore
appcore
printertemplate
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
EMPRINTERTEMPLATE_API
#define EMPRINTERTEMPLATE_API
Definition:
EMPrinterTemplate.h:9
EM::PrinterTemplate::EDynamicText
concrete draw object
Definition:
EDynamicText.h:18
Clone
virtual CardEvent __EDATAPTR Clone()
EM
SYSTEM INCLUDES.
Definition:
CardFacadeManagerXML.h:6
EM::PrinterTemplate::EText
concrete draw object
Definition:
EText.h:19
Generated on Thu Dec 18 2025 23:22:23 for AppCore by
1.8.8