contentstorage/caclient/inc/caentry_p.h
changeset 112 dbfb5e38438b
parent 98 d2f833ab7940
child 125 26079c1bb561
equal deleted inserted replaced
107:b34d53f6acdf 112:dbfb5e38438b
    59 
    59 
    60     QMap<QString, QString> attributes() const;
    60     QMap<QString, QString> attributes() const;
    61     QString attribute(const QString &name) const;
    61     QString attribute(const QString &name) const;
    62     void setAttribute(const QString &name, const QString &value);
    62     void setAttribute(const QString &name, const QString &value);
    63 
    63 
    64     HbIcon makeIcon(const QSize &size) const;
    64     HbIcon makeIcon(const QSizeF &size) const;
    65 
    65 
    66     EntryRole role() const;
    66     EntryRole role() const;
    67     void setRole(const EntryRole &role);
    67     void setRole(const EntryRole &role);
    68     
    68     
    69     bool isLocalized(LocalizationType localized) const;
    69     bool isLocalized(LocalizationType localized) const;