contentstorage/caclient/stub/inc/caobjectadapter.h
changeset 86 e492551a0d54
parent 85 7feec50967db
child 87 9d806967057c
equal deleted inserted replaced
85:7feec50967db 86:e492551a0d54
    22 #include <QPixmap>
    22 #include <QPixmap>
    23 
    23 
    24 class QSize;
    24 class QSize;
    25 class CaEntry;
    25 class CaEntry;
    26 class CaIconDescription;
    26 class CaIconDescription;
       
    27 class HbIcon;
    27 
    28 
    28 /**
    29 /**
    29  *  CaObjectAdapter
    30  *  CaObjectAdapter
    30  *
    31  *
    31  */
    32  */
    37      * Create an icon.
    38      * Create an icon.
    38      * @param entry entry.
    39      * @param entry entry.
    39      * @param size size of the icon
    40      * @param size size of the icon
    40      * @return QPixmap.
    41      * @return QPixmap.
    41      */
    42      */
    42     static QPixmap makeIcon(
    43     static HbIcon makeIcon(
    43         const CaEntry& entry,
    44         const CaEntry& entry,
    44         const QSize &size);
    45         const QSize &size);
    45 
    46 
    46     /**
    47     /**
    47      * Set entry id.
    48      * Set entry id.