src/hbcore/image/hbpixmapiconimpl_p.h
changeset 2 06ff229162e9
parent 1 f7ac710697a9
child 5 627c4a0fd0e7
equal deleted inserted replaced
1:f7ac710697a9 2:06ff229162e9
    36 public :
    36 public :
    37     HbPixmapIconImpl(HbSharedIconInfo iconData, QString& name,
    37     HbPixmapIconImpl(HbSharedIconInfo iconData, QString& name,
    38                      const QSizeF& keySize,
    38                      const QSizeF& keySize,
    39                      Qt::AspectRatioMode aspectRatioMode,
    39                      Qt::AspectRatioMode aspectRatioMode,
    40                      QIcon::Mode mode,
    40                      QIcon::Mode mode,
    41                      bool mirrored);
    41                      bool mirrored,
       
    42                      HbRenderingMode renderMode);
    42     HbPixmapIconImpl(const QPixmap& pixmap, const QString& name = QString());
    43     HbPixmapIconImpl(const QPixmap& pixmap, const QString& name = QString());
    43     ~HbPixmapIconImpl();
    44     ~HbPixmapIconImpl();
    44 
    45 
    45     QPixmap pixmap();
    46     QPixmap pixmap();
    46     void paint(QPainter* painter,
    47     void paint(QPainter* painter,