|
AppCore
|
represents a set of main (head) nodes More...
#include <EHeader.h>


Classes | |
| class | DataClass |
Public Member Functions | |
| EHeader (std::string name) | |
| ~EHeader () | |
| virtual void | Draw (float moveY) |
| virtual EDrawObject * | Clone () |
| virtual void | ReadXML (EXMLNode *node) |
| void | Create () |
| long | Save (EXMLNode *node) |
| virtual float | GetHeight () |
| void | SetHeight (long height) |
| virtual float | Prepare () |
| Common::EDataCol * | GetData () |
| virtual bool | VerticalMove () |
| bool | IsSupressingEnabled () |
| void | SetSupressingEnabled (bool enabled) |
| EHeader (std::string name) | |
| ~EHeader () | |
| virtual void | Draw (float moveY) |
| virtual EDrawObject * | Clone () |
| virtual void | ReadXML (EXMLNode *node) |
| void | Create () |
| long | Save (EXMLNode *node) |
| virtual float | GetHeight () |
| void | SetHeight (long height) |
| virtual float | Prepare () |
| Common::EDataCol * | GetData () |
| virtual bool | VerticalMove () |
| bool | IsSupressingEnabled () |
| void | SetSupressingEnabled (bool enabled) |
Public Member Functions inherited from EM::PrinterTemplate::EMultiple | |
| EMultiple (const std::string &name) | |
| ~EMultiple () | |
| void | RemoveDrawObject (const std::string &name) |
| void | AddDrawObject (EDrawObject *drawObject) |
| std::vector< EDrawObject * > & | GetDrawObjectMultiple () |
| std::string | GetNextDataName (const std::string &name) |
| EMultiple (const std::string &name) | |
| ~EMultiple () | |
| void | RemoveDrawObject (const std::string &name) |
| void | AddDrawObject (EDrawObject *drawObject) |
| std::vector< EDrawObject * > & | GetDrawObjectMultiple () |
| std::string | GetNextDataName (const std::string &name) |
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 () |
| virtual void | SetWidth (long width) |
| Printer::EImageIface * | GetImageIface () |
| void | SetImageIface (Printer::EImageIface *imageIface) |
| void | SetData (Common::EDataAbs *data) |
| 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) |
| virtual long | GetContentWidth () |
| 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 () |
| virtual void | SetWidth (long width) |
| Printer::EImageIface * | GetImageIface () |
| void | SetImageIface (Printer::EImageIface *imageIface) |
| void | SetData (Common::EDataAbs *data) |
| 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) |
| virtual long | GetContentWidth () |
Additional Inherited Members | |
Protected Member Functions inherited from EM::PrinterTemplate::EMultiple | |
| void | ProcessObjectAlignement (EDrawObject *drawObject) |
| void | ProcessObjectAlignement (EDrawObject *drawObject) |
Protected Attributes inherited from EM::PrinterTemplate::EMultiple | |
| std::vector< EDrawObject * > | mDrawObjectMultiple |
represents a set of main (head) nodes
class EHeader
| EM::PrinterTemplate::EHeader::EHeader | ( | std::string | name | ) |
| EHeader::~EHeader | ( | ) |
public destructor ~EHeader
| EM::PrinterTemplate::EHeader::EHeader | ( | std::string | name | ) |
| EM::PrinterTemplate::EHeader::~EHeader | ( | ) |
|
virtual |
|
virtual |
public pure virtual Clone
Implements EM::PrinterTemplate::EMultiple.
| void EHeader::Create | ( | ) |
| void EM::PrinterTemplate::EHeader::Create | ( | ) |
|
virtual |
public virtual Draw Vyreslenie prislusneho vykreslovacieho objektu
| moveY | float * [vstup] |
Implements EM::PrinterTemplate::EDrawObject.

|
virtual |
public pure virtual Draw
| moveY | float * [vstup] |
Implements EM::PrinterTemplate::EDrawObject.
| EDataCol * EHeader::GetData | ( | ) |
public GetData

| Common::EDataCol* EM::PrinterTemplate::EHeader::GetData | ( | ) |
|
virtual |
public virtual GetHeight Vratenie vysky vykreslovacieho objektu
Reimplemented from EM::PrinterTemplate::EDrawObject.
|
virtual |
public virtual GetHeight Vratenie vysky
Reimplemented from EM::PrinterTemplate::EDrawObject.
| bool EHeader::IsSupressingEnabled | ( | ) |


| bool EM::PrinterTemplate::EHeader::IsSupressingEnabled | ( | ) |
|
virtual |
public virtual Prepare
ak sa nejake widgety schovali, tak poposuvam tie pod nimi
Reimplemented from EM::PrinterTemplate::EMultiple.

|
virtual |
|
virtual |
public virtual ReadXML Nacitavanie XML
| node | EXMLNode * * [vstup] |
Implements EM::PrinterTemplate::EMultiple.

|
virtual |
public virtual ReadXML Nacitavanie XML
| node | EXMLNode * * [vstup] |
Implements EM::PrinterTemplate::EMultiple.
|
virtual |
Reimplemented from EM::PrinterTemplate::EDrawObject.
|
virtual |
Reimplemented from EM::PrinterTemplate::EDrawObject.
|
virtual |
Reimplemented from EM::PrinterTemplate::EDrawObject.
|
virtual |
Reimplemented from EM::PrinterTemplate::EDrawObject.
| void EM::PrinterTemplate::EHeader::SetSupressingEnabled | ( | bool | enabled | ) |
| void EHeader::SetSupressingEnabled | ( | bool | enabled | ) |
|
virtual |
Reimplemented from EM::PrinterTemplate::EDrawObject.
|
virtual |
Reimplemented from EM::PrinterTemplate::EDrawObject.
1.8.8