AppCore
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
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 
7 namespace 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
concrete draw object
Definition: ELine.h:15
concrete draw object
Definition: EBox.h:15
#define EMPRINTERTEMPLATE_API
Definition: EMPrinterTemplate.h:9
virtual CardEvent __EDATAPTR Clone()
SYSTEM INCLUDES.
Definition: CardFacadeManagerXML.h:6