6#include "appcore/printertemplate/EMPrinterTemplate.h"
7#include "appcore/printertemplate/EDrawObject.h"
8#include "appcore/printertemplate/EImageIface.h"
12 namespace PrinterTemplate
24 virtual void Draw(
float moveY );
26 virtual void ReadXML( EXMLNode* node );
27 virtual long Save( EXMLNode* node );
28 virtual float GetHeight();
29 virtual float GetWidth();
30 virtual void SetWidth(
long width );
31 virtual void SetHeight(
long height );
33 virtual bool VerticalMove();
34 virtual long GetContentWidth();
36 std::string GetFileName();
41 void SetStretch(
bool stretch );
44 void SaveCommonPictureAttributes( EXMLNode* node );
virtual CardEvent __EDATAPTR Clone()
Alignement
Definition EImageIface.h:8
#define EMPRINTERTEMPLATE_API
Definition EMPrinterTemplate.h:9
general draw object
Definition EDrawObject.h:30
concrete draw object
Definition EPicture.h:19
EPicture(std::string name)
void SetFileName(const std::string &fileName)
Definition EPicture.cpp:16
SYSTEM INCLUDES.
Definition CardFacadeManagerXML.h:7