CAknsImageItemData Class Reference
#include
<mw/AknsItemData.h>
Link against: AknSkins.lib
class CAknsImageItemData : public CAknsItemData |
Detailed Description
Image item data. Image item data contains (in addition to base class members) image attributes, such as size or alignment. Item type for image item data objects is EAknsITImage.
This is a public class with exported functions. The class is not intended for derivation outside the library.
Member Attribute Documentation
iDrawRect
TRect
| iDrawRect | [protected] |
Constructor & Destructor Documentation
CAknsImageItemData ( const TAknsItemType )
C++ constructor for derived classes. Constructs an image item data object with given item type.
Parameter | Description | aType | Item type of the new item data object. |
~CAknsImageItemData ( )
~CAknsImageItemData | ( | ) | [virtual] |
Member Function Documentation
Attributes ( )
Returns a pointer to the image attribute structure owned by the item data object.
Returns: Pointer to the image attribute structure, or NULL if there is none.
SetAttributesL ( const TAknsImageAttributeData & )
Sets the image attributes for this image item data object.
Parameter | Description | aAttributes | Attribute data structure containing the new values. |
SetDrawRect ( const TRect & )
IMPORT_C void | SetDrawRect | ( | const TRect & | aRect | ) | |
SetParentIID ( const TAknsItemID & )