|
AppCore
|
concrete draw object More...
#include <EDynamicText.h>


Public Member Functions | |
| EDynamicText (std::string name) | |
| ~EDynamicText () | |
| virtual EText * | Clone () |
| virtual void | Draw (float moveY) |
| virtual void | ReadXML (EXMLNode *node) |
| virtual long | Save (EXMLNode *node) |
| virtual long | GetContentWidth () |
| EDynamicText (std::string name) | |
| ~EDynamicText () | |
| virtual EText * | Clone () |
| virtual void | Draw (float moveY) |
| virtual void | ReadXML (EXMLNode *node) |
| virtual long | Save (EXMLNode *node) |
| virtual long | GetContentWidth () |
Public Member Functions inherited from EM::PrinterTemplate::EText | |
| EText (std::string name) | |
| virtual | ~EText () |
| virtual void | SetText (std::string text) |
| virtual float | GetHeight () |
| virtual float | GetWidth () |
| virtual void | SetWidth (long width) |
| virtual void | SetHeight (long height) |
| bool | GetWrap () |
| void | SetWrap (bool wrap) |
| std::vector< std::string > | WrapLines (std::string text) |
| std::string | GetText () |
| std::string | GetFont () |
| short int | GetFontSize () |
| bool | IsFontBold () |
| bool | IsFontItalic () |
| bool | IsFontUnderline () |
| unsigned long | GetForeColour () |
| unsigned long | GetBackColour () |
| std::string | GetAlign () |
| Alignement | GetAlignment () |
| void | SetFont (const std::string &font) |
| void | SetFontSize (short int fontSize) |
| void | SetIsFontBold (bool fontBold) |
| void | SetIsFontItalic (bool fontItalic) |
| void | SetIsFontUnderline (bool fontUnderline) |
| void | SetForeColour (unsigned long foreColour) |
| void | SetBackColour (unsigned long backColour) |
| void | SetAlign (const std::string &align) |
| void | SetAlignment (Alignement align) |
| virtual bool | VerticalMove () |
| EText (std::string name) | |
| virtual | ~EText () |
| virtual void | SetText (std::string text) |
| virtual float | GetHeight () |
| virtual float | GetWidth () |
| virtual void | SetWidth (long width) |
| virtual void | SetHeight (long height) |
| bool | GetWrap () |
| void | SetWrap (bool wrap) |
| std::vector< std::string > | WrapLines (std::string text) |
| std::string | GetText () |
| std::string | GetFont () |
| short int | GetFontSize () |
| bool | IsFontBold () |
| bool | IsFontItalic () |
| bool | IsFontUnderline () |
| unsigned long | GetForeColour () |
| unsigned long | GetBackColour () |
| std::string | GetAlign () |
| Alignement | GetAlignment () |
| void | SetFont (const std::string &font) |
| void | SetFontSize (short int fontSize) |
| void | SetIsFontBold (bool fontBold) |
| void | SetIsFontItalic (bool fontItalic) |
| void | SetIsFontUnderline (bool fontUnderline) |
| void | SetForeColour (unsigned long foreColour) |
| void | SetBackColour (unsigned long backColour) |
| void | SetAlign (const std::string &align) |
| void | SetAlignment (Alignement align) |
| virtual bool | VerticalMove () |
Public Member Functions inherited from EM::PrinterTemplate::EDrawObject | |
| EDrawObject (const std::string &name) | |
| virtual | ~EDrawObject () |
| void | SetName (const std::string &name) |
| std::string | GetName () |
| float | GetX () |
| float | GetY () |
| float | GetOriginalY () |
| void | SetX (float x) |
| void | SetY (float y) |
| virtual void | Move (float x, float y) |
| virtual float | GetMaxY () |
| Printer::EImageIface * | GetImageIface () |
| void | SetImageIface (Printer::EImageIface *imageIface) |
| void | SetData (Common::EDataAbs *data) |
| virtual float | Prepare () |
| std::string | GetDataName () |
| void | SetDataName (const std::string &name) |
| Common::EDataAbs * | GetData () |
| void | SetOwner (EDrawObject *owner) |
| EDrawObject * | GetOwner () |
| void | SetIdentificationName (const std::string &identificationName) |
| std::string | GetIdentificationName () |
| void | SetDrawObjectToAlign (const std::string &identificationName) |
| std::string | GetDrawObjectToAlign () |
| std::string | GetBackgroundImage () |
| void | SetBackgroundImage (const std::string &fileName) |
| void | SetMasterDrawObject (const std::string &identificationName) |
| std::string | GetMasterDrawObject () |
| bool | IsVisible () |
| EDrawObject * | GetDrawObject (const std::string &identificationName) |
| EDrawObject (const std::string &name) | |
| virtual | ~EDrawObject () |
| void | SetName (const std::string &name) |
| std::string | GetName () |
| float | GetX () |
| float | GetY () |
| float | GetOriginalY () |
| void | SetX (float x) |
| void | SetY (float y) |
| virtual void | Move (float x, float y) |
| virtual float | GetMaxY () |
| Printer::EImageIface * | GetImageIface () |
| void | SetImageIface (Printer::EImageIface *imageIface) |
| void | SetData (Common::EDataAbs *data) |
| virtual float | Prepare () |
| std::string | GetDataName () |
| void | SetDataName (const std::string &name) |
| Common::EDataAbs * | GetData () |
| void | SetOwner (EDrawObject *owner) |
| EDrawObject * | GetOwner () |
| void | SetIdentificationName (const std::string &identificationName) |
| std::string | GetIdentificationName () |
| void | SetDrawObjectToAlign (const std::string &identificationName) |
| std::string | GetDrawObjectToAlign () |
| std::string | GetBackgroundImage () |
| void | SetBackgroundImage (const std::string &fileName) |
| void | SetMasterDrawObject (const std::string &identificationName) |
| std::string | GetMasterDrawObject () |
| bool | IsVisible () |
| EDrawObject * | GetDrawObject (const std::string &identificationName) |
Additional Inherited Members | |
Protected Member Functions inherited from EM::PrinterTemplate::EText | |
| void | SaveCommonTextAttributes (EXMLNode *node) |
| void | SaveCommonTextAttributes (EXMLNode *node) |
concrete draw object
class EDynamicText
| EM::PrinterTemplate::EDynamicText::EDynamicText | ( | std::string | name | ) |

| EDynamicText::~EDynamicText | ( | ) |
public destructor ~EDynamicText
| EM::PrinterTemplate::EDynamicText::EDynamicText | ( | std::string | name | ) |
| EM::PrinterTemplate::EDynamicText::~EDynamicText | ( | ) |
|
virtual |
public virtual Clone
Reimplemented from EM::PrinterTemplate::EText.

|
virtual |
public virtual Clone
Reimplemented from EM::PrinterTemplate::EText.
|
virtual |
public virtual Draw Vykreslovanie textu
| moveY | float * [vstup] |
Reimplemented from EM::PrinterTemplate::EText.

|
virtual |
public virtual Draw Vykreslenie textu
| moveY | float * [vstup] |
Reimplemented from EM::PrinterTemplate::EText.
|
virtual |
|
virtual |
Reimplemented from EM::PrinterTemplate::EText.
|
virtual |
public virtual ReadXML Nacitavanie XML
| node | EXMLNode * * [vstup] |
Reimplemented from EM::PrinterTemplate::EText.
|
virtual |
public virtual ReadXML Nacitavanie XML
| node | EXMLNode * * [vstup] |
Reimplemented from EM::PrinterTemplate::EText.

|
virtual |
|
virtual |
Reimplemented from EM::PrinterTemplate::EText.
1.8.8