|
| | EPrinter () |
| |
| virtual | ~EPrinter () |
| |
| virtual long | StartPrint () |
| |
| virtual std::string | GetExtendedProperties (std::string str) |
| |
| virtual long | EndPrint () |
| |
| virtual long | NewPage () |
| |
| virtual long | GetStatus () |
| |
| virtual unsigned char * | GetDataForPrinter (unsigned long &length, unsigned long &width, unsigned long &height)=0 |
| |
| void | SetRatioX (float x) |
| |
| void | SetRatioY (float y) |
| |
| float | GetRatioX () |
| |
| float | GetRatioY () |
| |
| void | SetTemplateVersion (long templateVersion) |
| |
| long | GetTemplateVersion () |
| |
| | EPrinter () |
| |
| virtual | ~EPrinter () |
| |
| virtual long | StartPrint () |
| |
| virtual std::string | GetExtendedProperties (std::string str) |
| |
| virtual long | EndPrint () |
| |
| virtual long | NewPage () |
| |
| virtual long | GetStatus () |
| |
| virtual unsigned char * | GetDataForPrinter (unsigned long &length, unsigned long &width, unsigned long &height)=0 |
| |
| void | SetRatioX (float x) |
| |
| void | SetRatioY (float y) |
| |
| float | GetRatioX () |
| |
| float | GetRatioY () |
| |
| void | SetTemplateVersion (long templateVersion) |
| |
| long | GetTemplateVersion () |
| |
| | EImageIface () |
| |
| virtual | ~EImageIface () |
| |
| virtual long | SetSize (float width, float height) |
| |
| virtual long | GetWidth () |
| |
| virtual long | GetHeight () |
| |
| virtual long | GetTextWidth (std::string text) |
| |
| virtual long | GetTextHeight () |
| |
| virtual float | GetTextHeightMM () |
| |
| virtual Metrics | GetMetrics () |
| |
| virtual FontEncoding | GetFontEncoding () |
| |
| virtual long | CalculateMetrics () |
| |
| virtual long | SetCurrentPos (float x, float y) |
| |
| virtual long | GetPositionX () |
| |
| virtual long | GetPositionY () |
| |
| virtual long | SetMetrics (Metrics metric) |
| |
| virtual long | SetFontEncoding (FontEncoding encode) |
| |
| virtual long | SetAlign (Alignement align) |
| |
| virtual long | SetBkColor (int colorIdx) |
| |
| virtual long | SetTextColor (int colorIdx) |
| |
| virtual long | SetDrawedObjectColors (int borderColorIdx, int fillColorIdx) |
| |
| virtual long | SetFont (std::string fontName, long size, bool bold, bool italic) |
| |
| virtual long | SetFont (std::string fontName, long size, bool bold, bool italic, bool underline) |
| |
| virtual long | DrawText (float x, float y, long width, long height, std::string text, Alignement align, short rotation=0) |
| |
| virtual long | DrawBox (float x1, float y1, float x2, float y2) |
| |
| virtual long | DrawEllipse (float x, float y, float w, float h) |
| |
| virtual long | DrawLine (float x1, float y1, float x2, float y2) |
| |
| virtual long | DrawPicture (float x, float y, std::string fileName) |
| |
| virtual long | DrawPicture (float x, float y, std::string fileName, long width, long height) |
| |
| virtual long | DrawQRCode (long x, long y, long width, long height, std::string data) |
| | DrawQRCode. More...
|
| |
| void | SetDefaultPath (const std::string &defaultPath) |
| |
| std::string | GetDefaultPath () const |
| |
| | EImageIface () |
| |
| virtual | ~EImageIface () |
| |
| virtual long | SetSize (float width, float height) |
| |
| virtual long | GetWidth () |
| |
| virtual long | GetHeight () |
| |
| virtual long | GetTextWidth (std::string text) |
| |
| virtual long | GetTextHeight () |
| |
| virtual float | GetTextHeightMM () |
| |
| virtual Metrics | GetMetrics () |
| |
| virtual FontEncoding | GetFontEncoding () |
| |
| virtual long | CalculateMetrics () |
| |
| virtual long | SetCurrentPos (float x, float y) |
| |
| virtual long | GetPositionX () |
| |
| virtual long | GetPositionY () |
| |
| virtual long | SetMetrics (Metrics metric) |
| |
| virtual long | SetFontEncoding (FontEncoding encode) |
| |
| virtual long | SetAlign (Alignement align) |
| |
| virtual long | SetBkColor (int colorIdx) |
| |
| virtual long | SetTextColor (int colorIdx) |
| |
| virtual long | SetDrawedObjectColors (int borderColorIdx, int fillColorIdx) |
| |
| virtual long | SetFont (std::string fontName, long size, bool bold, bool italic) |
| |
| virtual long | SetFont (std::string fontName, long size, bool bold, bool italic, bool underline) |
| |
| virtual long | DrawText (float x, float y, long width, long height, std::string text, Alignement align, short rotation=0) |
| |
| virtual long | DrawBox (float x1, float y1, float x2, float y2) |
| |
| virtual long | DrawEllipse (float x, float y, float w, float h) |
| |
| virtual long | DrawLine (float x1, float y1, float x2, float y2) |
| |
| virtual long | DrawPicture (float x, float y, std::string fileName) |
| |
| virtual long | DrawPicture (float x, float y, std::string fileName, long width, long height) |
| |
| virtual long | DrawQRCode (long x, long y, long width, long height, std::string data) |
| | DrawQRCode. More...
|
| |
| void | SetDefaultPath (const std::string &defaultPath) |
| |
| std::string | GetDefaultPath () const |
| |