API published in: S60 2nd Ed FP 3
Link against: aknicon.lib
Required Capabilities
None
#include <akniconutils.h>
Public Member Functions |
|
TAknContentDimensions () | |
C++ default constructor. |
|
TAknContentDimensions (TReal32 aWidth, TReal32 aHeight) | |
Constructor. |
|
void | SetDimensions (TReal32 aWidth, TReal32 aHeight) |
Sets the content dimensions. |
|
void | SetDimensions (const TSize &aDimensions) |
Sets the content size of the icon. |
|
Data Fields |
|
TReal32 | iWidth |
Icons width. |
|
TReal32 | iHeight |
Icons height. |
|
C++ default constructor. |
|
Constructor.
|
|
Sets the content size of the icon.
|
|
Sets the content dimensions.
|
|
Icons height. |
|
Icons width. |