1#ifndef EPRINTERTEMPLATECOL_H
2#define EPRINTERTEMPLATECOL_H
7#include "appcore/printertemplate/ETicketBitmap.h"
8#include "appcore/printertemplate/EMPrinterTemplate.h"
22 namespace PrinterTemplate
24 class EPrinterTemplate;
45 void Remove(
const std::string &name );
48 long Save( std::string fileName );
50 unsigned char*
Print(
unsigned long& length,
unsigned long& width,
unsigned long& height );
51 std::vector<ETicketBitmap*>
Print();
#define EMPRINTERTEMPLATE_API
Definition EMPrinterTemplate.h:9
std::vector< EM::Common::EDataCol * > GetDataCollections()
void Remove(const std::string &name)
unsigned char * Print(unsigned long &length, unsigned long &width, unsigned long &height)
long Save(std::string fileName)
EPrinterTemplate * Add(EXMLConfig *xmlConfig, std::string name)
EPrinterTemplate * Get(const std::string &name)
EPrinterTemplate * Add(std::string filePath, std::string name)
void Create(float defWidth)
std::vector< ETicketBitmap * > Print()
concrete template (XML file)
Definition EPrinterTemplate.h:26
Definition EPrinterTemplateCol.cpp:37
SYSTEM INCLUDES.
Definition CardFacadeManagerXML.h:7