4#include "appcore/printertemplate/EMPrinterTemplate.h"
5#include "appcore/printertemplate/EMultiple.h"
7#define UNLIMITED_ROW_COUNT -1
16 namespace PrinterTemplate
28 virtual void Draw(
float moveY );
30 virtual void ReadXML( EXMLNode* node );
31 long Save( EXMLNode* node );
32 virtual float GetHeight();
33 virtual void SetHeight(
long height );
34 virtual float Prepare();
35 Common::EDataMultiple* GetData();
36 virtual bool VerticalMove();
37 void SetFirstRowIndex(
short firstRowIndex );
38 short GetFirstRowIndex();
39 short GetMaxRowCount();
virtual CardEvent __EDATAPTR Clone()
#define EMPRINTERTEMPLATE_API
Definition EMPrinterTemplate.h:9
concrete draw object
Definition EBody.h:23
general draw object
Definition EDrawObject.h:30
represents a set of draw objects recursively
Definition EMultiple.h:20
SYSTEM INCLUDES.
Definition CardFacadeManagerXML.h:7