6 #include "appcore/printertemplate/EDrawObject.h"
7 #include "appcore/printertemplate/EMPrinterTemplate.h"
13 namespace PrinterTemplate
22 EMultiple(
const std::string &name );
25 virtual EDrawObject*
Clone()=0;
26 virtual void ReadXML( EXMLNode* node )=0;
27 virtual float Prepare();
28 void RemoveDrawObject(
const std::string &name );
29 void AddDrawObject( EDrawObject* drawObject );
31 std::vector<EDrawObject*>& GetDrawObjectMultiple();
32 std::string GetNextDataName(
const std::string &name );
35 void ProcessObjectAlignement( EDrawObject* drawObject );
36 std::vector<EDrawObject*> mDrawObjectMultiple;
EEventTripTicketPr __EDATAPTR d
Definition: EEventTripTicket.h:96
#define EMPRINTERTEMPLATE_API
Definition: EMPrinterTemplate.h:9
virtual CardEvent __EDATAPTR Clone()
__ECLASS DataClass
Definition: EEventUpdateCustomerData.h:35
SYSTEM INCLUDES.
Definition: CardFacadeManagerXML.h:6