TAknContentDimensions Class Reference
#include
<mw/AknIconUtils.h>
Link against: mpxalbumarteditordialog.lib
| class TAknContentDimensions |
Detailed Description
Class for storing the content dimensions of icons.
Member Attribute Documentation
Constructor & Destructor Documentation
TAknContentDimensions ( )
| TAknContentDimensions | ( | ) | [inline] |
TAknContentDimensions ( TReal32, TReal32 )
| Parameter | Description | | aWidth | Icons width. |
| aHeight | Icons height. |
Member Function Documentation
SetDimensions ( TReal32, TReal32 )
Sets the content dimensions.
| Parameter | Description | | aWidth | Width of the icon. |
| aHeight | Height of the icon. |
SetDimensions ( const TSize & )
| void | SetDimensions | ( | const TSize & | aDimensions | ) | [inline] |
Sets the content size of the icon.
| Parameter | Description | | aDimensions | Two-dimensional size as a width and a height value of the icon. |