class TAknContentDimensions |
Class for storing the content dimensions of icons.
Public Member Functions | |
---|---|
TAknContentDimensions() | |
TAknContentDimensions(TReal32, TReal32) | |
void | SetDimensions(TReal32, TReal32) |
void | SetDimensions(const TSize &) |
Public Attributes | |
---|---|
TReal32 | iHeight |
TReal32 | iWidth |
TAknContentDimensions | ( | TReal32 | aWidth, |
TReal32 | aHeight | ||
) | [inline] |
Constructor.
void | SetDimensions | ( | TReal32 | aWidth, |
TReal32 | aHeight | |||
) | [inline] |
Sets the content dimensions.
void | SetDimensions | ( | const TSize & | aDimensions | ) | [inline] |
Sets the content size of the icon.
const TSize & aDimensions | Two-dimensional size as a width and a height value of the icon. |