TAknContentDimensions Class Reference

class TAknContentDimensions

Class for storing the content dimensions of icons.

Constructor & Destructor Documentation

TAknContentDimensions()

TAknContentDimensions()[inline]

C++ default constructor.

TAknContentDimensions(TReal32, TReal32)

TAknContentDimensions(TReal32aWidth,
TReal32aHeight
)[inline]

Constructor.

Parameters

TReal32 aWidthIcons width.
TReal32 aHeightIcons height.

Member Functions Documentation

SetDimensions(TReal32, TReal32)

voidSetDimensions(TReal32aWidth,
TReal32aHeight
)[inline]

Sets the content dimensions.

Parameters

TReal32 aWidthWidth of the icon.
TReal32 aHeightHeight of the icon.

SetDimensions(const TSize &)

voidSetDimensions(const TSize &aDimensions)[inline]

Sets the content size of the icon.

Parameters

const TSize & aDimensionsTwo-dimensional size as a width and a height value of the icon.

Member Data Documentation

TReal32 iHeight

TReal32 iHeight

Icons height.

TReal32 iWidth

TReal32 iWidth

Icons width.