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


Classes | |
| class | DataClass |
Public Member Functions | |
| EText (std::string name) | |
| virtual | ~EText () |
| virtual void | SetText (std::string text) |
| virtual void | Draw (float moveY) |
| virtual EDrawObject * | Clone () |
| virtual void | ReadXML (EXMLNode *node) |
| virtual long | Save (EXMLNode *node) |
| 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 () |
| virtual long | GetContentWidth () |
| EText (std::string name) | |
| virtual | ~EText () |
| virtual void | SetText (std::string text) |
| virtual void | Draw (float moveY) |
| virtual EDrawObject * | Clone () |
| virtual void | ReadXML (EXMLNode *node) |
| virtual long | Save (EXMLNode *node) |
| 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 () |
| virtual long | GetContentWidth () |
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) |
Protected Member Functions | |
| void | SaveCommonTextAttributes (EXMLNode *node) |
| void | SaveCommonTextAttributes (EXMLNode *node) |
concrete draw object
class EText
| EM::PrinterTemplate::EText::EText | ( | std::string | name | ) |
|
virtual |
public virtual destructor ~EText
| EM::PrinterTemplate::EText::EText | ( | std::string | name | ) |
|
virtual |
|
virtual |
public virtual Clone
Implements EM::PrinterTemplate::EDrawObject.
Reimplemented in EM::PrinterTemplate::EDynamicText, and EM::PrinterTemplate::EDynamicText.
|
virtual |
public pure virtual Clone
Implements EM::PrinterTemplate::EDrawObject.
Reimplemented in EM::PrinterTemplate::EDynamicText, and EM::PrinterTemplate::EDynamicText.
|
virtual |
public pure virtual Draw
| moveY | float * [vstup] |
Implements EM::PrinterTemplate::EDrawObject.
Reimplemented in EM::PrinterTemplate::EDynamicText, and EM::PrinterTemplate::EDynamicText.
|
virtual |
public virtual Draw Vykreslenie textu
| moveY | float * [vstup] |
Implements EM::PrinterTemplate::EDrawObject.
Reimplemented in EM::PrinterTemplate::EDynamicText, and EM::PrinterTemplate::EDynamicText.

| string EText::GetAlign | ( | ) |
| std::string EM::PrinterTemplate::EText::GetAlign | ( | ) |
| Alignement EText::GetAlignment | ( | ) |
| Alignement EM::PrinterTemplate::EText::GetAlignment | ( | ) |
| unsigned long EText::GetBackColour | ( | ) |
| unsigned long EM::PrinterTemplate::EText::GetBackColour | ( | ) |
|
virtual |
Reimplemented from EM::PrinterTemplate::EDrawObject.
Reimplemented in EM::PrinterTemplate::EDynamicText, and EM::PrinterTemplate::EDynamicText.
|
virtual |
Reimplemented from EM::PrinterTemplate::EDrawObject.
Reimplemented in EM::PrinterTemplate::EDynamicText, and EM::PrinterTemplate::EDynamicText.
| std::string EM::PrinterTemplate::EText::GetFont | ( | ) |
| string EText::GetFont | ( | ) |

| short int EM::PrinterTemplate::EText::GetFontSize | ( | ) |
| short int EText::GetFontSize | ( | ) |

| unsigned long EText::GetForeColour | ( | ) |
| unsigned long EM::PrinterTemplate::EText::GetForeColour | ( | ) |
|
virtual |
public virtual GetHeight Vratenie vysky vykreslovacieho objektu
Reimplemented from EM::PrinterTemplate::EDrawObject.
|
virtual |
public virtual GetHeight Vrati vysku textu
Reimplemented from EM::PrinterTemplate::EDrawObject.
| std::string EM::PrinterTemplate::EText::GetText | ( | ) |
| string EText::GetText | ( | ) |

|
virtual |
|
virtual |
| bool EText::GetWrap | ( | ) |
| bool EM::PrinterTemplate::EText::GetWrap | ( | ) |
| bool EText::IsFontBold | ( | ) |

| bool EM::PrinterTemplate::EText::IsFontBold | ( | ) |
| bool EText::IsFontItalic | ( | ) |

| bool EM::PrinterTemplate::EText::IsFontItalic | ( | ) |
| bool EText::IsFontUnderline | ( | ) |

| bool EM::PrinterTemplate::EText::IsFontUnderline | ( | ) |
|
virtual |
public virtual ReadXML Nacitavanie XML
| node | EXMLNode * * [vstup] |
Reimplemented from EM::PrinterTemplate::EDrawObject.
Reimplemented in EM::PrinterTemplate::EDynamicText, and EM::PrinterTemplate::EDynamicText.
|
virtual |
public virtual ReadXML Nacitavanie XML
| node | EXMLNode * * [vstup] |
Reimplemented from EM::PrinterTemplate::EDrawObject.
Reimplemented in EM::PrinterTemplate::EDynamicText, and EM::PrinterTemplate::EDynamicText.

|
virtual |
Reimplemented from EM::PrinterTemplate::EDrawObject.
Reimplemented in EM::PrinterTemplate::EDynamicText, and EM::PrinterTemplate::EDynamicText.
|
virtual |
Reimplemented from EM::PrinterTemplate::EDrawObject.
Reimplemented in EM::PrinterTemplate::EDynamicText, and EM::PrinterTemplate::EDynamicText.
|
protected |

|
protected |
| void EM::PrinterTemplate::EText::SetAlign | ( | const std::string & | align | ) |
| void EM::PrinterTemplate::EText::SetAlign | ( | const std::string & | align | ) |
| void EM::PrinterTemplate::EText::SetAlignment | ( | Alignement | align | ) |
| void EText::SetAlignment | ( | Alignement | align | ) |
| void EM::PrinterTemplate::EText::SetBackColour | ( | unsigned long | backColour | ) |
| void EText::SetBackColour | ( | unsigned long | backColour | ) |
| void EM::PrinterTemplate::EText::SetFont | ( | const std::string & | font | ) |
| void EM::PrinterTemplate::EText::SetFont | ( | const std::string & | font | ) |
| void EM::PrinterTemplate::EText::SetFontSize | ( | short int | fontSize | ) |
| void EText::SetFontSize | ( | short int | fontSize | ) |
| void EText::SetForeColour | ( | unsigned long | foreColour | ) |
| void EM::PrinterTemplate::EText::SetForeColour | ( | unsigned long | foreColour | ) |
|
virtual |
Reimplemented from EM::PrinterTemplate::EDrawObject.
|
virtual |
Reimplemented from EM::PrinterTemplate::EDrawObject.
| void EM::PrinterTemplate::EText::SetIsFontBold | ( | bool | fontBold | ) |
| void EText::SetIsFontBold | ( | bool | fontBold | ) |
| void EM::PrinterTemplate::EText::SetIsFontItalic | ( | bool | fontItalic | ) |
| void EText::SetIsFontItalic | ( | bool | fontItalic | ) |
| void EText::SetIsFontUnderline | ( | bool | fontUnderline | ) |
| void EM::PrinterTemplate::EText::SetIsFontUnderline | ( | bool | fontUnderline | ) |
|
virtual |

|
virtual |
|
virtual |
Reimplemented from EM::PrinterTemplate::EDrawObject.
|
virtual |
Reimplemented from EM::PrinterTemplate::EDrawObject.
| void EM::PrinterTemplate::EText::SetWrap | ( | bool | wrap | ) |
| void EText::SetWrap | ( | bool | wrap | ) |

|
virtual |
Reimplemented from EM::PrinterTemplate::EDrawObject.
|
virtual |
Reimplemented from EM::PrinterTemplate::EDrawObject.
| std::vector<std::string> EM::PrinterTemplate::EText::WrapLines | ( | std::string | text | ) |
| std::vector<std::string> EM::PrinterTemplate::EText::WrapLines | ( | std::string | text | ) |
1.8.8