AppCore
Loading...
Searching...
No Matches
ETicketBitmap.h
Go to the documentation of this file.
1#ifndef ETICKETBITMAP_H
2#define ETICKETBITMAP_H
3
4#include "appcore/printertemplate/EMPrinterTemplate.h"
5
6namespace EM
7{
8 namespace PrinterTemplate
9 {
11 {
12 class DataClass;
13 DataClass *d;
14
15 public:
17 ETicketBitmap( const long width, const long height, const long dataLength, const unsigned char *data );
19
20 long GetWidth();
21 long GetHeight();
22 long GetDataLength();
23 unsigned char *GetData();
24
25 void SetBitmapData( const long width, const long height, const long dataLength, const unsigned char *data );
26 void ClearBitmap();
27 };
28 }
29}
30
31#endif // ETICKETBITMAP_H
#define EMPRINTERTEMPLATE_API
Definition EMPrinterTemplate.h:9
Definition ETicketBitmap.h:11
DATA CLASS.
Definition ETicketBitmap.cpp:12
SYSTEM INCLUDES.
Definition CardFacadeManagerXML.h:7