| class CSvgLineElementImpl : public CSvgElementImpl |
Class description goes here.
| Public Member Functions | |
|---|---|
| ~CSvgLineElementImpl () | |
| MXmlElement * | CloneL ( MXmlElement *) |
| TBool | DrawL ( CGfx2dGc *, CSvgElementImpl *) |
| TInt | GetAttributeFloat (const TInt , TFloatFixPt &) |
| void | GetBBox ( TGfxRectangle2D &) |
| void | GetUnscaledBBox ( TGfxRectangle2D &) |
| TBool | IsViewable () |
| CSvgLineElementImpl * | NewL (const TUint8 , CSvgDocumentImpl *) |
| CSvgLineElementImpl * | NewLC (const TUint8 , CSvgDocumentImpl *) |
| void | Print ( TBool ) |
| TInt | SetAttributeFloatL (const TInt , const TFloatFixPt ) |
| TInt | SetAttributeL (const TDesC &, const TDesC &) |
| Protected Member Functions | |
|---|---|
| void | CopyL ( CSvgLineElementImpl *) |
| Private Member Functions | |
|---|---|
| CSvgLineElementImpl ( CSvgDocumentImpl *) | |
| void | ConstructL (const TUint8 ) |
| Private Attributes | |
|---|---|
| TGfxLine2D | iLine |
| CSvgLineElementImpl | ( | CSvgDocumentImpl * | aDoc | ) | [private] |
Need method description
| CSvgDocumentImpl * aDoc |
| MXmlElement * | CloneL | ( | MXmlElement * | aParentElement | ) |
Need method description
| MXmlElement * aParentElement |
| void | ConstructL | ( | const TUint8 | aElemID | ) | [private] |
Need method description
| const TUint8 aElemID |
| void | CopyL | ( | CSvgLineElementImpl * | aDestElement | ) | [protected] |
Need method description
| CSvgLineElementImpl * aDestElement |
| TBool | DrawL | ( | CGfx2dGc * | aGc, |
| CSvgElementImpl * | aElement | |||
| ) | [virtual] | |||
Need method description
| CGfx2dGc * aGc | |
| CSvgElementImpl * aElement |
| TInt | GetAttributeFloat | ( | const TInt | aNameId, |
| TFloatFixPt & | aValue | |||
| ) | [virtual] | |||
Need method description
| const TInt aNameId | |
| TFloatFixPt & aValue |
| void | GetBBox | ( | TGfxRectangle2D & | aBbox | ) | [virtual] |
Need method description
| TGfxRectangle2D & aBbox |
| void | GetUnscaledBBox | ( | TGfxRectangle2D & | ) | [virtual] |
Need method description
| TGfxRectangle2D & |
| TBool | IsViewable | ( | ) | [inline, virtual] |
Return wether an svg element is displayable, such as <rect>, <circle>, or an abstract element, such as <g>, <animate>.
| CSvgLineElementImpl * | NewL | ( | const TUint8 | aElemID, |
| CSvgDocumentImpl * | aDoc | |||
| ) | [static] | |||
Need method description
| const TUint8 aElemID | |
| CSvgDocumentImpl * aDoc |
| CSvgLineElementImpl * | NewLC | ( | const TUint8 | aElemID, |
| CSvgDocumentImpl * | aDoc | |||
| ) | [static] | |||
Need method description
| const TUint8 aElemID | |
| CSvgDocumentImpl * aDoc |
| TInt | SetAttributeFloatL | ( | const TInt | aNameId, |
| const TFloatFixPt | aValue | |||
| ) | [virtual] | |||
Need method description
| const TInt aNameId | |
| const TFloatFixPt aValue |
| TInt | SetAttributeL | ( | const TDesC & | aName, |
| const TDesC & | aValue | |||
| ) | [virtual] | |||
Need method description
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.