#include <mw/AknIconUtils.h>
class TAknContentDimensions |
Public Attributes | |
---|---|
TReal32 | iHeight |
TReal32 | iWidth |
Public Member Functions | |
---|---|
TAknContentDimensions() | |
TAknContentDimensions(TReal32, TReal32) | |
void | SetDimensions(TReal32, TReal32) |
void | SetDimensions(const TSize &) |
Class for storing the content dimensions of icons.
void | SetDimensions | ( | const TSize & | aDimensions | ) | [inline] |
Sets the content size of the icon.
Parameters | |
---|---|
aDimensions | Two-dimensional size as a width and a height value of the icon. |