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 {
10 class EMPRINTERTEMPLATE_API ETicketBitmap
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();
23 unsigned char *GetData();
24
25 void SetBitmapData( const long width, const long height, const long dataLength, const unsigned char *data );
27 };
28 }
29}
30
31#endif // ETICKETBITMAP_H
#define EMPRINTERTEMPLATE_API
Definition EMPrinterTemplate.h:9
ETicketBitmap(const long width, const long height, const long dataLength, const unsigned char *data)
void SetBitmapData(const long width, const long height, const long dataLength, const unsigned char *data)
SYSTEM INCLUDES.
Definition CardFacadeManagerXML.h:7