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 ( TReal32 aWidth,
TReal32 aHeight
) [inline]

Constructor.

Parameters

TReal32 aWidth Icons width.
TReal32 aHeight Icons height.

Member Functions Documentation

SetDimensions(TReal32, TReal32)

void SetDimensions ( TReal32 aWidth,
TReal32 aHeight
) [inline]

Sets the content dimensions.

Parameters

TReal32 aWidth Width of the icon.
TReal32 aHeight Height of the icon.

SetDimensions(const TSize &)

void SetDimensions ( const TSize & aDimensions ) [inline]

Sets the content size of the icon.

Parameters

const TSize & aDimensions Two-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.