AppCore
Loading...
Searching...
No Matches
EBox.h
Go to the documentation of this file.
1#ifndef EBOX_H
2#define EBOX_H
3
4#include "appcore/printertemplate/EMPrinterTemplate.h"
5#include "appcore/printertemplate/ELine.h"
6
7namespace EM
8{
9 namespace PrinterTemplate
10 {
16 {
17 public:
18 EBox( std::string name );
19 ~EBox();
20
21 virtual void Draw( float moveY );
22 virtual ELine* Clone();
23 virtual void ReadXML( EXMLNode *node );
24 };
25 }
26}
27
28#endif
virtual CardEvent __EDATAPTR Clone()
#define EMPRINTERTEMPLATE_API
Definition EMPrinterTemplate.h:9
concrete draw object
Definition EBox.h:16
EBox(std::string name)
concrete draw object
Definition ELine.h:16
SYSTEM INCLUDES.
Definition CardFacadeManagerXML.h:7