class CSvgRectElementImpl : public CSvgElementImpl |
Class description goes here.
Public Member Functions | |
---|---|
~CSvgRectElementImpl() | |
MXmlElement * | CloneL(MXmlElement *) |
TBool | DrawL(CGfx2dGc *, CSvgElementImpl *) |
TInt | GetAttributeFloat(const TInt, TFloatFixPt &) |
void | GetBBox(TGfxRectangle2D &) |
void | GetFourPointBBox(TSvgFourPointRect &) |
void | GetUnscaledBBox(TGfxRectangle2D &) |
TFloatFixPt | Height() |
TBool | IsViewable() |
CSvgRectElementImpl * | NewL(const TUint8, CSvgDocumentImpl *) |
CSvgRectElementImpl * | NewLC(const TUint8, CSvgDocumentImpl *) |
void | Print(TBool) |
TFloatFixPt | Rx() |
TFloatFixPt | Ry() |
TInt | SetAttributeFloatL(const TInt, const TFloatFixPt) |
TInt | SetAttributeL(const TDesC &, const TDesC &) |
void | SetRectValues(TFloatFixPt, TFloatFixPt, TFloatFixPt, TFloatFixPt) |
TFloatFixPt | Width() |
TFloatFixPt | X() |
TFloatFixPt | Y() |
Protected Member Functions | |
---|---|
void | CopyL(CSvgRectElementImpl *) |
Private Member Functions | |
---|---|
CSvgRectElementImpl(CSvgDocumentImpl *) | |
void | ConstructL(const TUint8) |
Private Attributes | |
---|---|
TGfxRoundRectangle2D | iRectangle |
CSvgRectElementImpl | ( | 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 | ( | CSvgRectElementImpl * | aDestElement | ) | [protected] |
Need method description
CSvgRectElementImpl * 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 | GetFourPointBBox | ( | TSvgFourPointRect & | aFourPointBBox | ) |
TSvgFourPointRect & aFourPointBBox |
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>.
CSvgRectElementImpl * | NewL | ( | const TUint8 | aElemID, |
CSvgDocumentImpl * | aDoc | |||
) | [static] |
Need method description
const TUint8 aElemID | |
CSvgDocumentImpl * aDoc |
CSvgRectElementImpl * | 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
void | SetRectValues | ( | TFloatFixPt | aX, |
TFloatFixPt | aY, | |||
TFloatFixPt | aWidth, | |||
TFloatFixPt | aHeight | |||
) |
Need method description
TFloatFixPt aX | |
TFloatFixPt aY | |
TFloatFixPt aWidth | |
TFloatFixPt aHeight |
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.